index
:
git
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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-05
ref-filter: sort numerically when ":size" is used
Kousik Sanagavarapu
1
-8
/
+13
2023-08-02
Merge branch 'ks/ref-filter-describe'
Junio C Hamano
1
-0
/
+230
2023-07-25
Merge branch 'jk/nested-points-at'
Junio C Hamano
1
-16
/
+24
2023-07-24
ref-filter: add new "describe" atom
Kousik Sanagavarapu
1
-0
/
+125
2023-07-24
ref-filter: add multiple-option parsing functions
Kousik Sanagavarapu
1
-0
/
+105
2023-07-21
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
1
-16
/
+50
2023-07-17
ref-filter: simplify return type of match_points_at
Jeff King
1
-9
/
+10
2023-07-17
ref-filter: avoid parsing non-tags in match_points_at()
Jeff King
1
-1
/
+2
2023-07-17
ref-filter: avoid parsing tagged objects in match_points_at()
Jeff King
1
-2
/
+10
2023-07-17
ref-filter: handle nested tags in --points-at option
Jan Klötzke
1
-9
/
+7
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-07-14
Merge branch 'ks/ref-filter-signature'
Junio C Hamano
1
-2
/
+124
2023-07-10
refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)
Taylor Blau
1
-2
/
+4
2023-07-10
refs: plumb `exclude_patterns` argument throughout
Taylor Blau
1
-1
/
+1
2023-07-10
builtin/for-each-ref.c: add `--exclude` option
Taylor Blau
1
-0
/
+14
2023-07-10
ref-filter.c: parameterize match functions over patterns
Jeff King
1
-8
/
+10
2023-07-10
ref-filter: add `ref_filter_clear()`
Jeff King
1
-0
/
+16
2023-07-10
ref-filter: clear reachable list pointers after freeing
Jeff King
1
-7
/
+7
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-06
ref-filter: add new "signature" atom
Kousik Sanagavarapu
1
-2
/
+124
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
1
-1
/
+3
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-0
/
+2
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
1
-0
/
+1
2023-04-24
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
1
-1
/
+1
2023-04-24
versioncmp.h: move declarations for versioncmp.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on oid-array.h
Elijah Newren
1
-0
/
+1
2023-04-06
Merge branch 'ow/ref-format-remove-unused-member'
Junio C Hamano
1
-1
/
+0
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-1
/
+3
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
1
-3
/
+5
2023-04-06
Merge branch 'ds/ahead-behind'
Junio C Hamano
1
-16
/
+77
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-3
/
+5
2023-03-30
ref-filter: remove unused ref_format member
Øystein Walle
1
-1
/
+0
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-3
/
+5
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
1
-1
/
+1
2023-03-20
commit-reach: add tips_reachable_from_bases()
Derrick Stolee
1
-16
/
+4
2023-03-20
for-each-ref: add ahead-behind format atom
Derrick Stolee
1
-0
/
+73
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
1
-24
/
+42
2023-02-24
ref-filter: mark unused callback parameters
Jeff King
1
-22
/
+40
2023-02-24
ref-filter: drop unused atom parameter from get_worktree_path()
Jeff King
1
-2
/
+2
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-3
/
+2
2023-01-08
convert trivial uses of strncmp() to starts_with()
Jeff King
1
-1
/
+1
2022-12-26
Merge branch 'jk/ref-filter-error-reporting-fix'
Junio C Hamano
1
-13
/
+31
2022-12-26
Merge branch 'jk/unused-post-2.39'
Junio C Hamano
1
-2
/
+3
2022-12-15
ref-filter: convert email atom parser to use err_bad_arg()
Jeff King
1
-1
/
+1
2022-12-15
ref-filter: truncate atom names in error messages
Jeff King
1
-4
/
+8
[next]