]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'mf/revision-max-count-oldest' into seen
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2026 04:01:37 +0000 (13:01 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2026 04:01:37 +0000 (13:01 +0900)
"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:
  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