diff options
author | Lee Marlow <lee.marlow@gmail.com> | 2008-08-01 18:56:53 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-02 15:22:10 -0700 |
commit | e49b99a6f5ac9f6638b0e5f938674f031555f374 (patch) | |
tree | 8a4a8e26de0c08f839aa372d140cf8edb74f2722 /contrib | |
parent | 7339479c2b2986891763300e385e71ab6ae56322 (diff) | |
download | git-e49b99a6f5ac9f6638b0e5f938674f031555f374.tar.gz |
bash completion: Add more long options for 'git log'
Options added: --parents --children --full-history
Signed-off-by: Lee Marlow <lee.marlow@gmail.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rwxr-xr-x | 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 e32c1f1a9c..678a155f2e 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -848,6 +848,7 @@ _git_log () --stat --numstat --shortstat --decorate --diff-filter= --color-words --walk-reflogs + --parents --children --full-history " return ;; |