All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] completion: add --graph to log command completion
@ 2008-06-19 21:15 Dan McGee
  2008-06-19 21:58 ` Shawn O. Pearce
  0 siblings, 1 reply; 7+ messages in thread
From: Dan McGee @ 2008-06-19 21:15 UTC (permalink / raw)
  To: spearce; +Cc: git, Dan McGee

Signed-off-by: Dan McGee <dpmcgee@gmail.com>
---
 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 2141b6b..0eb8df0 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -761,6 +761,7 @@ _git_log ()
 			--pretty= --name-status --name-only --raw
 			--not --all
 			--left-right --cherry-pick
+			--graph
 			"
 		return
 		;;
-- 
1.5.6

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

end of thread, other threads:[~2008-06-20 13:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-19 21:15 [PATCH] completion: add --graph to log command completion Dan McGee
2008-06-19 21:58 ` Shawn O. Pearce
2008-06-19 22:40   ` Teemu Likonen
2008-06-19 22:55     ` Shawn O. Pearce
2008-06-19 23:06       ` Dan McGee
2008-06-20  6:31       ` Teemu Likonen
2008-06-20 13:02         ` [PATCH v2] bash: Add more option completions for 'git log' Teemu Likonen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.