From: Sebastian Kuzminsky <seb@highlab.com>
To: Petr Baudis <pasky@ucw.cz>
Cc: git@vger.kernel.org
Subject: trivial fix to gitstatus.sh
Date: Mon, 18 Apr 2005 16:37:55 -0600 [thread overview]
Message-ID: <E1DNesN-0003g0-RY@sphincter> (raw)
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
reply other threads:[~2005-04-18 22:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1DNesN-0003g0-RY@sphincter \
--to=seb@highlab.com \
--cc=git@vger.kernel.org \
--cc=pasky@ucw.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox