git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bash: Add completion for git diff --base --ours --theirs
@ 2008-04-20 19:32 Teemu Likonen
  2008-04-22  0:04 ` Shawn O. Pearce
  0 siblings, 1 reply; 2+ messages in thread
From: Teemu Likonen @ 2008-04-20 19:32 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

Signed-off-by: Teemu Likonen <tlikonen@iki.fi>
---

I guess these options should be documented in git-diff.txt too but I'm
hesitant to do it because my understanding of merge stages isn't quite
enough.


 contrib/completion/git-completion.bash |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 4d81963..6949cac 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -641,6 +641,7 @@ _git_diff ()
 			--ignore-all-space --exit-code --quiet --ext-diff
 			--no-ext-diff
 			--no-prefix --src-prefix= --dst-prefix=
+			--base --ours --theirs
 			"
 		return
 		;;
-- 
1.5.5.84.g295c

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

end of thread, other threads:[~2008-04-22  0:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-20 19:32 [PATCH] bash: Add completion for git diff --base --ours --theirs Teemu Likonen
2008-04-22  0:04 ` Shawn O. Pearce

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