]> git.ipfire.org Git - thirdparty/git.git/commitdiff
completion: complete missing 'git log' options
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Sun, 21 Jan 2024 04:07:51 +0000 (04:07 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Jan 2024 16:09:53 +0000 (08:09 -0800)
Some options specific to 'git log' are missing from the Bash completion
script. Add them to _git_log.

Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash

index a7ae2cbe55b588a1492c99eda8207f38fb925631..2f1412d85ea5ab6f86ccc98d9f328a1cfc871000 100644 (file)
@@ -2180,6 +2180,8 @@ _git_log ()
                        --no-walk --no-walk= --do-walk
                        --parents --children
                        --expand-tabs --expand-tabs= --no-expand-tabs
+                       --clear-decorations --decorate-refs=
+                       --decorate-refs-exclude=
                        $merge
                        $__git_diff_common_options
                        "