index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ref-filter.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-21
ref-filter: export ref_kind_from_refname()
Justin Tobler
1
-1
/
+1
2025-10-21
ref-filter: allow NULL filter pattern
Justin Tobler
1
-2
/
+2
2025-08-21
Merge branch 'jc/string-list-split'
Junio C Hamano
1
-2
/
+2
2025-08-04
Merge branch 'kn/for-each-ref-skip-updates'
Junio C Hamano
1
-2
/
+3
2025-08-03
Merge branch 'kn/for-each-ref-skip'
Junio C Hamano
1
-37
/
+79
2025-08-02
string-list: align string_list_split() with its _in_place() counterpart
Junio C Hamano
1
-2
/
+2
2025-07-28
ref-filter: use REF_ITERATOR_SEEK_SET_PREFIX instead of '1'
Karthik Nayak
1
-2
/
+3
2025-07-15
for-each-ref: introduce a '--start-after' option
Karthik Nayak
1
-18
/
+60
2025-07-15
ref-filter: remove unnecessary else clause
Karthik Nayak
1
-30
/
+30
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-2
/
+2
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-01-29
Merge branch 'rs/ref-fitler-used-atoms-value-fix'
Junio C Hamano
1
-54
/
+63
2025-01-21
ref-filter: remove ref_format_clear()
René Scharfe
1
-11
/
+0
2025-01-21
ref-filter: move is-base tip to used_atom
René Scharfe
1
-23
/
+33
2025-01-21
ref-filter: move ahead-behind bases into used_atom
René Scharfe
1
-20
/
+30
2024-12-27
commit-reach: use `size_t` to track indices in `get_reachable_subset()`
Patrick Steinhardt
1
-1
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-10-21
ref-filter: format iteratively with lexicographic refname sorting
Patrick Steinhardt
1
-8
/
+21
2024-09-25
Merge branch 'ak/refs-symref-referent-typofix'
Junio C Hamano
1
-1
/
+1
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
1
-1
/
+2
2024-09-19
ref-filter: fix a typo
Andrew Kreimer
1
-1
/
+1
2024-09-12
environment: stop storing "core.warnAmbiguousRefs" globally
Patrick Steinhardt
1
-1
/
+2
2024-09-10
ref-filter: fix leak with unterminated %(if) atoms
Patrick Steinhardt
1
-3
/
+5
2024-09-09
ref-filter: add ref_format_clear() function
Jeff King
1
-0
/
+13
2024-09-09
ref-filter: fix leak when formatting %(push:remoteref)
Jeff King
1
-1
/
+1
2024-09-09
ref-filter: fix leak with %(describe) arguments
Jeff King
1
-5
/
+6
2024-09-09
ref-filter: fix leak of %(trailers) "argbuf"
Jeff King
1
-3
/
+6
2024-09-09
ref-filter: store ref_trailer_buf data per-atom
Jeff King
1
-6
/
+30
2024-09-09
ref-filter: drop useless cast in trailers_atom_parser()
Jeff King
1
-1
/
+1
2024-09-09
ref-filter: strip signature when parsing tag trailers
Jeff King
1
-1
/
+9
2024-09-09
ref-filter: avoid extra copies of payload/signature
Jeff King
1
-8
/
+3
2024-08-26
Merge branch 'ds/for-each-ref-is-base'
Junio C Hamano
1
-1
/
+76
2024-08-17
ref-filter: drop unused parameters from email_atom_option_parser()
Jeff King
1
-3
/
+2
2024-08-15
Merge branch 'jc/refs-symref-referent'
Junio C Hamano
1
-5
/
+12
2024-08-14
for-each-ref: add 'is-base' token
Derrick Stolee
1
-1
/
+76
2024-08-09
ref-filter: populate symref from iterator
John Cai
1
-5
/
+12
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-2
/
+2
2024-08-05
set errno=0 before strtoX calls
Kyle Lippincott
1
-0
/
+1
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-05-30
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
1
-1
/
+1
2024-05-28
Merge branch 'ps/pseudo-ref-terminology'
Junio C Hamano
1
-7
/
+9
2024-05-17
refs: pass repo when peeling objects
Patrick Steinhardt
1
-1
/
+1
2024-05-15
ref-filter: properly distinuish pseudo and root refs
Patrick Steinhardt
1
-7
/
+9
2024-05-15
refs: do not check ref existence in `is_root_ref()`
Patrick Steinhardt
1
-1
/
+1
2024-05-15
refs: rename `is_pseudoref()` to `is_root_ref()`
Patrick Steinhardt
1
-1
/
+1
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-10
/
+25
2024-05-07
refs: add `exclude_patterns` parameter to `for_each_fullref_in()`
Patrick Steinhardt
1
-5
/
+5
2024-04-05
date: make DATE_MODE thread-safe
René Scharfe
1
-1
/
+1
2024-03-14
Merge branch 'la/trailer-api'
Junio C Hamano
1
-1
/
+1
[next]