]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit544ea7f37586ce619c5e14622ba73494661e9770
tree7c62a3788abfa9c76ae841e18f61828e2bd685df
parent6d1bfcdd2a14ac8e04fa269bbadbb3688e52a3a6
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>
contrib/completion/git-completion.bash