* [PATCH] git-am: remove dash from help message
@ 2008-07-21 14:12 Olivier Marin
0 siblings, 0 replies; only message in thread
From: Olivier Marin @ 2008-07-21 14:12 UTC (permalink / raw)
To: Junio C Hamano; +Cc: Git Mailing List
From: Olivier Marin <dkr@freesurf.fr>
Signed-off-by: Olivier Marin <dkr@freesurf.fr>
---
git-am.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/git-am.sh b/git-am.sh
index 864c77e..c0a1583 100755
--- a/git-am.sh
+++ b/git-am.sh
@@ -44,7 +44,7 @@ stop_here_user_resolve () {
printf '%s\n' "$resolvemsg"
stop_here $1
fi
- cmdline=$(basename $0)
+ cmdline="git am"
if test '' != "$interactive"
then
cmdline="$cmdline -i"
--
1.5.6.4.570.g052e.dirty
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-21 14:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-21 14:12 [PATCH] git-am: remove dash from help message Olivier Marin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.