Git development
 help / color / mirror / Atom feed
* [PATCH] bash-completions: add --max-count-oldest
@ 2026-06-10 14:38 Mirko Faina
  2026-06-10 17:08 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Mirko Faina @ 2026-06-10 14:38 UTC (permalink / raw)
  To: git; +Cc: Mirko Faina

Add missing completion for log --max-count-oldest

Signed-off-by: Mirko Faina <mroik@delayed.space>
---
 Unfortunately I forgot to add bash completions.

 This is built upon 1ff279f340 (The 13th batch, 2026-06-09) with
 jch/mf/revision-max-count-oldest bb4ce23284 (revision.c: implement
 --max-count-oldest, 2026-05-19) merged into it.

 contrib/completion/git-completion.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index a8e7c6ddbf..e875787710 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -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=
-- 
2.54.0.505.ga804828a04


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-06-10 17:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-10 14:38 [PATCH] bash-completions: add --max-count-oldest Mirko Faina
2026-06-10 17:08 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox