* trivial fix to gitstatus.sh
@ 2005-04-18 22:37 Sebastian Kuzminsky
0 siblings, 0 replies; only message in thread
From: Sebastian Kuzminsky @ 2005-04-18 22:37 UTC (permalink / raw)
To: Petr Baudis; +Cc: git
This is against git-pasky-0.5, just a little typo.
gitstatus.sh: d5d0f82aca3f668655469cefb08a4d06049f2580
--- gitstatus.sh
+++ gitstatus.sh 2005-04-18 16:31:26.000000000 -0600
@@ -12,7 +12,7 @@
} | sort -z -k 2 | xargs -0 sh -c '
while [ "$1" ]; do
tag=${1% *};
- filename=${1r* };
+ filename=${1#* };
case "$filename" in
*.[ao] | tags | ,,merge*) ;;
*) echo "$tag $filename";;
--
Sebastian
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-04-18 22:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-18 22:37 trivial fix to gitstatus.sh Sebastian Kuzminsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox