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>

Mirko Faina committed Jun 10, 2026 at 16:38 UTC ff7901eca30c308ef5a448ebd56eaf363b58a02e
1 file changed +1 -1
contrib/completion/git-completion.bash
+1 -1
@@ -2195,7 +2195,7 @@ __git_log_common_options="
2195 --not --all
2196 --branches --tags --remotes
2197 --first-parent --merges --no-merges
2198 - --max-count=
2198 + --max-count= --max-count-oldest=
2199 --max-age= --since= --after=
2200 --min-age= --until= --before=
2201 --min-parents= --max-parents=