git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 8/9] update the 'git am' bash completion according to the man  page
@ 2009-08-08  8:57 Emmanuel Trillaud
  0 siblings, 0 replies; only message in thread
From: Emmanuel Trillaud @ 2009-08-08  8:57 UTC (permalink / raw)
  To: Shawn O. Pearce; +Cc: git

---
 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 1e3efe3..8ba1249 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -675,7 +675,8 @@ _git_am ()
 		__gitcomp "
 			--3way --committer-date-is-author-date --ignore-date
 			--interactive --keep --no-utf8 --signoff --utf8
-			--whitespace=
+			--whitespace= --directory=
+			--reject --quiet
 			"
 		return
 	esac
-- 
1.6.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-08  8:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-08  8:57 [PATCH 8/9] update the 'git am' bash completion according to the man page Emmanuel Trillaud

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).