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
2024-08-05
set errno=0 before strtoX calls
Kyle Lippincott
-0
/
+1
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
-0
/
+2
2024-05-30
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
-1
/
+1
2024-05-28
Merge branch 'ps/pseudo-ref-terminology'
Junio C Hamano
-7
/
+9
2024-05-17
refs: pass repo when peeling objects
Patrick Steinhardt
-1
/
+1
2024-05-15
ref-filter: properly distinuish pseudo and root refs
Patrick Steinhardt
-7
/
+9
2024-05-15
refs: do not check ref existence in `is_root_ref()`
Patrick Steinhardt
-1
/
+1
2024-05-15
refs: rename `is_pseudoref()` to `is_root_ref()`
Patrick Steinhardt
-1
/
+1
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
-10
/
+25
2024-05-07
refs: add `exclude_patterns` parameter to `for_each_fullref_in()`
Patrick Steinhardt
-5
/
+5
2024-04-05
date: make DATE_MODE thread-safe
René Scharfe
-1
/
+1
2024-03-14
Merge branch 'la/trailer-api'
Junio C Hamano
-1
/
+1
2024-03-05
Merge branch 'kn/for-all-refs'
Junio C Hamano
-3
/
+27
2024-03-01
trailer: reorder format_trailers_from_commit() parameters
Linus Arver
-1
/
+1
2024-02-23
for-each-ref: add new option to include root refs
Karthik Nayak
-2
/
+26
2024-02-23
ref-filter: rename 'FILTER_REFS_ALL' to 'FILTER_REFS_REGULAR'
Karthik Nayak
-1
/
+1
2024-02-07
ref-filter.c: sort formatted dates by byte value
Victoria Dye
-0
/
+6
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
-3
/
+0
2024-01-02
Merge branch 'rj/status-bisect-while-rebase'
Junio C Hamano
-1
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
-1
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
-2
/
+0
2023-12-09
Merge branch 'vd/for-each-ref-unsorted-optimization'
Junio C Hamano
-79
/
+193
2023-11-16
ref-filter.c: use peeled tag for '*' format fields
Victoria Dye
-9
/
+4
2023-11-16
ref-filter.c: filter & format refs in the same callback
Victoria Dye
-6
/
+82
2023-11-16
ref-filter.c: refactor to create common helper functions
Victoria Dye
-46
/
+69
2023-11-16
ref-filter.c: rename 'ref_filter_handler()' to 'filter_one()'
Victoria Dye
-6
/
+6
2023-11-16
ref-filter.h: add functions for filter/format & format-only
Victoria Dye
-0
/
+35
2023-11-16
ref-filter.h: move contains caches into filter
Victoria Dye
-8
/
+6
2023-11-16
ref-filter.c: really don't sort when using --no-sort
Victoria Dye
-16
/
+3
2023-10-16
status: fix branch shown when not only bisecting
Rubén Justo
-1
/
+1
2023-09-25
ref-filter: add mailmap support
Kousik Sanagavarapu
-35
/
+117
2023-09-14
Merge branch 'ks/ref-filter-sort-numerically'
Junio C Hamano
-8
/
+13
2023-09-05
ref-filter: sort numerically when ":size" is used
Kousik Sanagavarapu
-8
/
+13
2023-08-29
ref-filter: mark unused parameters in parser callbacks
Jeff King
-3
/
+5
2023-08-02
Merge branch 'ks/ref-filter-describe'
Junio C Hamano
-0
/
+230
2023-07-25
Merge branch 'jk/nested-points-at'
Junio C Hamano
-16
/
+24
2023-07-24
ref-filter: add new "describe" atom
Kousik Sanagavarapu
-0
/
+125
2023-07-24
ref-filter: add multiple-option parsing functions
Kousik Sanagavarapu
-0
/
+105
2023-07-21
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
-16
/
+50
2023-07-17
ref-filter: simplify return type of match_points_at
Jeff King
-9
/
+10
2023-07-17
ref-filter: avoid parsing non-tags in match_points_at()
Jeff King
-1
/
+2
2023-07-17
ref-filter: avoid parsing tagged objects in match_points_at()
Jeff King
-2
/
+10
2023-07-17
ref-filter: handle nested tags in --points-at option
Jan Klötzke
-9
/
+7
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
-1
/
+0
2023-07-14
Merge branch 'ks/ref-filter-signature'
Junio C Hamano
-2
/
+124
2023-07-10
refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)
Taylor Blau
-2
/
+4
2023-07-10
refs: plumb `exclude_patterns` argument throughout
Taylor Blau
-1
/
+1
2023-07-10
builtin/for-each-ref.c: add `--exclude` option
Taylor Blau
-0
/
+14
2023-07-10
ref-filter.c: parameterize match functions over patterns
Jeff King
-8
/
+10
2023-07-10
ref-filter: add `ref_filter_clear()`
Jeff King
-0
/
+16
[next]