Skip to content

Commit ff7901e

Browse files
Mroikgitster
authored andcommitted
bash-completions: add --max-count-oldest
Add missing completion for log --max-count-oldest Signed-off-by: Mirko Faina <mroik@delayed.space> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent bb4ce23 commit ff7901e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2195,7 +2195,7 @@ __git_log_common_options="
21952195
--not --all
21962196
--branches --tags --remotes
21972197
--first-parent --merges --no-merges
2198-
--max-count=
2198+
--max-count= --max-count-oldest=
21992199
--max-age= --since= --after=
22002200
--min-age= --until= --before=
22012201
--min-parents= --max-parents=

0 commit comments

Comments
 (0)