* [PATCH] bash completion: Update 'git am' options
@ 2009-04-05 16:33 Todd Zullinger
2009-04-05 19:04 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Todd Zullinger @ 2009-04-05 16:33 UTC (permalink / raw)
To: git, Junio C Hamano, Shawn O. Pearce
This adds --committer-date-is-author-date, --ignore-date, and --no-utf8
options. The --binary option is removed, as it was made a no-op by
cb3a160. The option list is also sorted alphabetically.
---
contrib/completion/git-completion.bash | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index e72ce24..d3d8203 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -646,7 +646,8 @@ _git_am ()
;;
--*)
__gitcomp "
- --signoff --utf8 --binary --3way --interactive
+ --3way --committer-date-is-author-date --ignore-date
+ --interactive --keep --no-utf8 --signoff --utf8
--whitespace=
"
return
--
1.6.2.2
--
Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Formerly we suffered from crimes; now we suffer from laws.
-- Publius Cornelius Tacitus, Roman historian, AD 56 - c. 120
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] bash completion: Update 'git am' options
2009-04-05 16:33 [PATCH] bash completion: Update 'git am' options Todd Zullinger
@ 2009-04-05 19:04 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2009-04-05 19:04 UTC (permalink / raw)
To: Todd Zullinger; +Cc: git, Shawn O. Pearce
Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-05 19:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-05 16:33 [PATCH] bash completion: Update 'git am' options Todd Zullinger
2009-04-05 19:04 ` Junio C Hamano
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).