Karthik Nayak <karthik.188@xxxxxxxxx> writes: > This series contains a few of the small fixes and comments which I've > gathered from reviews of my earlier series [1] to add the > '--start-after' flag to 'git-for-each-ref(1)'. > > Individually each patch doesn't hold too much weight on its own, but > together these small improvements add up. That said, if these patches > are too small for the noise generated, we could simply drop it or > combine some commits together. > > This is based on top of 3f2a94875d (The twelfth batch, 2025-07-21) with > 'kn/for-each-ref-skip' merged in. > > [1]: https://lore.kernel.org/r/20250701-306-git-for-each-ref-pagination-v1-0-4f0ae7c0688f@xxxxxxxxx > > Signed-off-by: Karthik Nayak <karthik.188@xxxxxxxxx> > --- > Documentation/git-for-each-ref.adoc | 9 +++++---- > builtin/for-each-ref.c | 2 +- > ref-filter.c | 5 +++-- > refs/ref-cache.c | 5 +++-- > t/t6302-for-each-ref-filter.sh | 19 +++++++++++++++++++ > 5 files changed, 31 insertions(+), 9 deletions(-) Will queue. All of them made sense. Thanks.