]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kn/for-each-ref-skip-updates'
authorJunio C Hamano <gitster@pobox.com>
Mon, 4 Aug 2025 15:10:32 +0000 (08:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Aug 2025 15:10:32 +0000 (08:10 -0700)
commit10be1c41bcf5e7cdcd6968c914a9ffd7ce368dbe
treeafcfa4fd63a2796d744165616c50d2ddb6eb8251
parent0dc39a6e833dc526d0e5b1c09a01efde98bb70ee
parent444ad14e02edc59e61f7d53ae3b9f8ebe90860fd
Merge branch 'kn/for-each-ref-skip-updates'

Code clean-up.

* kn/for-each-ref-skip-updates:
  ref-filter: use REF_ITERATOR_SEEK_SET_PREFIX instead of '1'
  t6302: add test combining '--start-after' with '--exclude'
  for-each-ref: reword the documentation for '--start-after'
  for-each-ref: fix documentation argument ordering
  ref-cache: use 'size_t' instead of int for length
ref-filter.c