remove git-bre from dotfiles

Fri, 08 Jul 2016 23:40:32 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 08 Jul 2016 23:40:32 -0400
changeset 347
a2510f8c18cb
parent 346
88a2e08ce673
child 348
d72bc8c8d6f0

remove git-bre from dotfiles

bin/git-bre file | annotate | diff | comparison | revisions
deleted file mode 100755
--- a/bin/git-bre
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-set -eu
-
-# git-bre:  "branch edit", run $EDITOR with a list of all files touched in this
-# branch compared to upstream.  Any args are passed to the editor, before the
-# file list.
-
-CHANGED=$(
-  git diff --name-only @{u}.. | while read file
-  do
-    printf "\'$file\' "
-  done
-)
-
-eval "exec $EDITOR $@ ${CHANGED:?[No files to edit]}"

mercurial