Skip to content

Commit 6d1bfcd

Browse files
phil-blaingitster
authored andcommitted
completion: complete --encoding
The option --encoding is supported by 'git log' and 'git show', so add it to __git_log_show_options. Signed-off-by: Philippe Blain <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2e419b0 commit 6d1bfcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2096,6 +2096,7 @@ __git_log_shortlog_options="
20962096
# Options accepted by log and show
20972097
__git_log_show_options="
20982098
--diff-merges --diff-merges= --no-diff-merges --dd --remerge-diff
2099+
--encoding=
20992100
"
21002101

21012102
__git_diff_merges_opts="off none on first-parent 1 separate m combined c dense-combined cc remerge r"

0 commit comments

Comments
 (0)