Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
completion: add --graph to log command completion
author
Dan McGee
<dpmcgee@gmail.com>
Thu, 19 Jun 2008 21:15:53 +0000
(16:15 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 19 Jun 2008 23:02:31 +0000
(16:02 -0700)
Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
037e98f
)
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 2141b6b6ba4cfed2c2ea3beca1e1149d489b75fa..0eb8df020be3c6dd0e701428a6335316aa608b6a 100755
(executable)
--- 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
;;