]> Kevux Git Server - rit/commit
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)
commitc534ec3a5d967769950d3b632c1a897ac13869c9
tree3f43cd6c0c6bcbec2a2fad6a1e3e22b9d9c495aa
parente444fd1d537b40fc3061ce27d3ca46aa5ee01562
parentff7901eca30c308ef5a448ebd56eaf363b58a02e
Merge branch 'mf/revision-max-count-oldest'

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