summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2011-12-07 17:00:02 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2011-12-07 17:00:02 +0100
commit8aa376c9d0a9762b62c9e9ee09737ad37191cbf6 (patch)
tree73a81e86352b752c2ef46c9ab1d60db52659eda6
parente44fcbe4ad82cfb8d83bbd39facb522e1005a61f (diff)
Corrects this fucking e44fcbe4 commit with the git-rebase-todo file ...
-rw-r--r--01_Functions.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/01_Functions.zsh b/01_Functions.zsh
index a8c5b31..958403b 100644
--- a/01_Functions.zsh
+++ b/01_Functions.zsh
@@ -158,7 +158,7 @@ get_git_branch ()
if [ "$REBASE_DIR" = "$GIT_DIR/rebase-merge" ]
then
current=$(< $REBASE_DIR/done wc -l)
- last=$(( $current + $(< $REBASE_DIR/git rebase-todo grep -v "^#\|^[[:blank:]]*$" | wc -l) ))
+ last=$(( $current + $(< $REBASE_DIR/git-rebase-todo grep -v "^#\|^[[:blank:]]*$" | wc -l) ))
rebase=$rebase$rebase_in_progress": "
else
current=$(cat $REBASE_DIR/next)