Wrong filename in todo.
This commit is contained in:
parent
1a86bf6b6c
commit
44c9f8915e
|
@ -10,8 +10,8 @@
|
||||||
# * use emacs
|
# * use emacs
|
||||||
# * choose from one of the above by guessing from $EDITOR and what's installed on the system.
|
# * 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.
|
# * doesn't seem to include pre-rename versions of a file that was renamed.
|
||||||
# * git log --follow --name-only --oneline galerie-index.php
|
# * git log --follow --name-only --oneline $file
|
||||||
# * git whatchanged --follow galerie-index.php | grep '^\(:\|commit \)'
|
# * git whatchanged --follow $file | grep '^\(:\|commit \)'
|
||||||
|
|
||||||
file="$1"
|
file="$1"
|
||||||
if [ -z "$file" -o "$file" == "--help" -o "$file" == "-h" ]; then
|
if [ -z "$file" -o "$file" == "--help" -o "$file" == "-h" ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user