]> Kevux Git Server - rit/commitdiff
Merge branch 'mf/revision-max-count-oldest'
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 Jun 2026 16:01:02 +0000 (09:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Jun 2026 16:01:02 +0000 (09:01 -0700)
"git rev-list" (and "git log" family of commands) learned a new "--max-count-oldest"
that picks oldest N commits in the range instead of the usual newest.

* mf/revision-max-count-oldest:
  bash-completions: add --max-count-oldest
  revision.c: implement --max-count-oldest

1  2 
Documentation/rev-list-options.adoc
revision.c
revision.h

Simple merge
diff --cc revision.c
Simple merge
diff --cc revision.h
Simple merge