git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] bash completion: Add '--intent-to-add' long option for 'git add'
@ 2008-12-10 19:39 Lee Marlow
  2008-12-10 19:39 ` [PATCH 2/2] bash completion: Use 'git add' completions for 'git stage' Lee Marlow
  2008-12-10 19:41 ` [PATCH 1/2] bash completion: Add '--intent-to-add' long option for 'git add' Shawn O. Pearce
  0 siblings, 2 replies; 6+ messages in thread
From: Lee Marlow @ 2008-12-10 19:39 UTC (permalink / raw)
  To: Shawn O. Pearce; +Cc: git, Lee Marlow

Signed-off-by: Lee Marlow <lee.marlow@gmail.com>
---
 contrib/completion/git-completion.bash |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index c79c98f..5356e5b 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -563,7 +563,7 @@ _git_add ()
 	--*)
 		__gitcomp "
 			--interactive --refresh --patch --update --dry-run
-			--ignore-errors
+			--ignore-errors --intent-to-add
 			"
 		return
 	esac
-- 
1.6.1.rc2.14.g5363d

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-01-09 16:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-10 19:39 [PATCH 1/2] bash completion: Add '--intent-to-add' long option for 'git add' Lee Marlow
2008-12-10 19:39 ` [PATCH 2/2] bash completion: Use 'git add' completions for 'git stage' Lee Marlow
2008-12-10 19:59   ` Shawn O. Pearce
2009-01-09 16:06     ` Lee Marlow
2008-12-10 19:41 ` [PATCH 1/2] bash completion: Add '--intent-to-add' long option for 'git add' Shawn O. Pearce
2009-01-09 16:05   ` Lee Marlow

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