From: Michael <barra_cuda@katamail.com>
To: git@vger.kernel.org
Subject: [PATCH] fix git-revert command-line options
Date: Thu, 3 Aug 2006 17:42:23 +0200 [thread overview]
Message-ID: <200608031742.23170.barra_cuda@katamail.com> (raw)
Message-ID: <20060803153742.109978@dial-up-mi-12.lombardiacom.it> (raw)
Signed-off-by: Michael <barra_cuda@katamail.com>
---
git-revert.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/git-revert.sh b/git-revert.sh
index 2bf35d1..195c3ba 100755
--- a/git-revert.sh
+++ b/git-revert.sh
@@ -22,14 +22,14 @@ no_commit= replay=
while case "$#" in 0) break ;; esac
do
case "$1" in
- -n|--n|--no|--no-|--no-c|--no-co|--no-com|--no-comm|\
+ -n|--no-c|--no-co|--no-com|--no-comm|\
--no-commi|--no-commit)
no_commit=t
;;
-e|--e|--ed|--edi|--edit)
edit=-e
;;
- --n|--no|--no-|--no-e|--no-ed|--no-edi|--no-edit)
+ --n|--no-e|--no-ed|--no-edi|--no-edit)
edit=
;;
-r|--r|--re|--rep|--repl|--repla|--replay)
--
1.4.1
next reply other threads:[~2006-08-03 15:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20060803153742.109978@dial-up-mi-12.lombardiacom.it>
2006-08-03 15:42 ` Michael [this message]
2006-08-03 18:41 ` [PATCH] fix git-revert command-line options Martin Waitz
2006-08-03 19:31 ` Junio C Hamano
[not found] ` <20060803204417.516906@dial-up-mi-300.lombardiacom.it>
2006-08-03 20:48 ` Michael
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=200608031742.23170.barra_cuda@katamail.com \
--to=barra_cuda@katamail.com \
--cc=git@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).