]> git.ipfire.org Git - thirdparty/git.git/commitdiff
bash completion: Add more long options for 'git log'
authorLee Marlow <lee.marlow@gmail.com>
Sat, 2 Aug 2008 00:56:53 +0000 (18:56 -0600)
committerJunio C Hamano <gitster@pobox.com>
Sat, 2 Aug 2008 22:22:10 +0000 (15:22 -0700)
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>
contrib/completion/git-completion.bash

index e32c1f1a9ccd26132f4bf7e42905ac5ce16a67a2..678a155f2e89b1a6ed376e7a5891079f4ba1bb41 100755 (executable)
@@ -848,6 +848,7 @@ _git_log ()
                        --stat --numstat --shortstat
                        --decorate --diff-filter=
                        --color-words --walk-reflogs
+                       --parents --children --full-history
                        "
                return
                ;;