commit 44c9f8915e3c6430b3935e0a274eba348cc96a5b
parent 1a86bf6b6c35a8722472f716ce067c7f1270ae43
Author: Georges Dupéron <jahvascriptmaniac+github@free.fr>
Date: Thu, 19 Aug 2010 05:40:03 +0200
Wrong filename in todo.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/git-hist.sh b/git-hist.sh
@@ -10,8 +10,8 @@
# * use emacs
# * choose from one of the above by guessing from $EDITOR and what's installed on the system.
# * doesn't seem to include pre-rename versions of a file that was renamed.
-# * git log --follow --name-only --oneline galerie-index.php
-# * git whatchanged --follow galerie-index.php | grep '^\(:\|commit \)'
+# * git log --follow --name-only --oneline $file
+# * git whatchanged --follow $file | grep '^\(:\|commit \)'
file="$1"
if [ -z "$file" -o "$file" == "--help" -o "$file" == "-h" ]; then