]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit46e023c29f25edcd7780c4677ccac6cee591e233
treebc5daba101b8795b9fbf61dc7c2d01b5389b3d65
parent73f6be6f48bcf23ae219bff20229582a04c4f389
parent36cc971695e4a4ecfb514b305d191ee2cdbd9a02
Merge branch 'mf/revision-max-count-oldest' into seen

"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
Documentation/rev-list-options.adoc
revision.c
revision.h