index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ref-filter.c
Age
Commit message (
Expand
)
Author
Lines
2026-03-09
Merge branch 'ps/refs-for-each'
Junio C Hamano
-8
/
+11
2026-03-04
Merge branch 'bk/mailmap-wo-the-repository'
Junio C Hamano
-1
/
+1
2026-02-27
Merge branch 'jk/ref-filter-lrstrip-optim'
Junio C Hamano
-42
/
+23
2026-02-23
refs: generalize `refs_for_each_fullref_in_prefixes()`
Patrick Steinhardt
-4
/
+7
2026-02-23
refs: rename `each_ref_fn`
Patrick Steinhardt
-3
/
+3
2026-02-23
refs: rename `do_for_each_ref_flags`
Patrick Steinhardt
-1
/
+1
2026-02-20
ref-filter: clarify lstrip/rstrip component counting
Jeff King
-6
/
+7
2026-02-20
mailmap: stop using the_repository
Burak Kaan Karaçay
-1
/
+1
2026-02-17
ref-filter: avoid strrchr() in rstrip_ref_components()
Jeff King
-8
/
+6
2026-02-17
ref-filter: simplify rstrip_ref_components() memory handling
Jeff King
-3
/
+2
2026-02-17
ref-filter: simplify lstrip_ref_components() memory handling
Jeff King
-7
/
+2
2026-02-17
ref-filter: factor out refname component counting
Jeff King
-23
/
+11
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
-4
/
+4
2025-12-29
tag: support arbitrary repositories in parse_tag()
René Scharfe
-1
/
+1
2025-11-06
object: fix performance regression when peeling tags
Patrick Steinhardt
-1
/
+1
2025-11-04
ref-filter: fix stale parsed objects
Patrick Steinhardt
-0
/
+2
2025-11-04
ref-filter: parse objects on demand
Patrick Steinhardt
-36
/
+106
2025-11-04
ref-filter: detect broken tags when dereferencing them
Patrick Steinhardt
-1
/
+2
2025-11-04
object: add flag to `peel_object()` to verify object type
Patrick Steinhardt
-1
/
+1
2025-11-04
ref-filter: propagate peeled object ID
Patrick Steinhardt
-28
/
+38
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
-11
/
+13
2025-10-21
ref-filter: export ref_kind_from_refname()
Justin Tobler
-1
/
+1
2025-10-21
ref-filter: allow NULL filter pattern
Justin Tobler
-2
/
+2
2025-08-21
Merge branch 'jc/string-list-split'
Junio C Hamano
-2
/
+2
2025-08-04
Merge branch 'kn/for-each-ref-skip-updates'
Junio C Hamano
-2
/
+3
2025-08-03
Merge branch 'kn/for-each-ref-skip'
Junio C Hamano
-37
/
+79
2025-08-02
string-list: align string_list_split() with its _in_place() counterpart
Junio C Hamano
-2
/
+2
2025-07-28
ref-filter: use REF_ITERATOR_SEEK_SET_PREFIX instead of '1'
Karthik Nayak
-2
/
+3
2025-07-15
for-each-ref: introduce a '--start-after' option
Karthik Nayak
-18
/
+60
2025-07-15
ref-filter: remove unnecessary else clause
Karthik Nayak
-30
/
+30
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
-2
/
+2
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
-1
/
+1
2025-01-29
Merge branch 'rs/ref-fitler-used-atoms-value-fix'
Junio C Hamano
-54
/
+63
2025-01-21
ref-filter: remove ref_format_clear()
René Scharfe
-11
/
+0
2025-01-21
ref-filter: move is-base tip to used_atom
René Scharfe
-23
/
+33
2025-01-21
ref-filter: move ahead-behind bases into used_atom
René Scharfe
-20
/
+30
2024-12-27
commit-reach: use `size_t` to track indices in `get_reachable_subset()`
Patrick Steinhardt
-1
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
-0
/
+1
2024-10-21
ref-filter: format iteratively with lexicographic refname sorting
Patrick Steinhardt
-8
/
+21
2024-09-25
Merge branch 'ak/refs-symref-referent-typofix'
Junio C Hamano
-1
/
+1
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
-1
/
+2
2024-09-19
ref-filter: fix a typo
Andrew Kreimer
-1
/
+1
2024-09-12
environment: stop storing "core.warnAmbiguousRefs" globally
Patrick Steinhardt
-1
/
+2
2024-09-10
ref-filter: fix leak with unterminated %(if) atoms
Patrick Steinhardt
-3
/
+5
2024-09-09
ref-filter: add ref_format_clear() function
Jeff King
-0
/
+13
2024-09-09
ref-filter: fix leak when formatting %(push:remoteref)
Jeff King
-1
/
+1
2024-09-09
ref-filter: fix leak with %(describe) arguments
Jeff King
-5
/
+6
2024-09-09
ref-filter: fix leak of %(trailers) "argbuf"
Jeff King
-3
/
+6
2024-09-09
ref-filter: store ref_trailer_buf data per-atom
Jeff King
-6
/
+30
[next]