]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kn/for-each-ref-skip'
authorJunio C Hamano <gitster@pobox.com>
Mon, 4 Aug 2025 01:44:26 +0000 (18:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Aug 2025 01:44:26 +0000 (18:44 -0700)
commit8d9f536a5106231a3ed24e392eeb28b7b304fe5e
tree3cb57ad03d00bf8b7fe107993d4e8d6d128afe57
parent866e6a391f466baeeb98bc585845ea638322c04b
parent9201261a70b5d325b344036de15901a4064d66c0
Merge branch 'kn/for-each-ref-skip'

"git for-each-ref" learns "--start-after" option to help
applications that want to page its output.

* kn/for-each-ref-skip:
  ref-cache: set prefix_state when seeking
  for-each-ref: introduce a '--start-after' option
  ref-filter: remove unnecessary else clause
  refs: selectively set prefix in the seek functions
  ref-cache: remove unused function 'find_ref_entry()'
  refs: expose `ref_iterator` via 'refs.h'
ref-filter.c
refs.c
refs.h
refs/files-backend.c