aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorPhilippe Blain <levraiphilippeblain@gmail.com>2024-01-21 04:07:51 +0000
committerJunio C Hamano <gitster@pobox.com>2024-01-22 08:09:53 -0800
commit544ea7f37586ce619c5e14622ba73494661e9770 (patch)
tree7c62a3788abfa9c76ae841e18f61828e2bd685df /contrib
parent6d1bfcdd2a14ac8e04fa269bbadbb3688e52a3a6 (diff)
downloadgit-544ea7f37586ce619c5e14622ba73494661e9770.tar.gz
completion: complete missing 'git log' options
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>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/completion/git-completion.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index a7ae2cbe55..2f1412d85e 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -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
"