mirror of
https://github.com/git-for-windows/git.git
synced 2026-06-13 08:57:56 -05:00
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>
This commit is contained in:
committed by
Junio C Hamano
parent
bb4ce23284
commit
ff7901eca3
@@ -2195,7 +2195,7 @@ __git_log_common_options="
|
||||
--not --all
|
||||
--branches --tags --remotes
|
||||
--first-parent --merges --no-merges
|
||||
--max-count=
|
||||
--max-count= --max-count-oldest=
|
||||
--max-age= --since= --after=
|
||||
--min-age= --until= --before=
|
||||
--min-parents= --max-parents=
|
||||
|
||||
Reference in New Issue
Block a user