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
/
refs.c
Age
Commit message (
Expand
)
Author
Lines
2023-07-25
Merge branch 'jk/unused-parameter'
Junio C Hamano
-1
/
+1
2023-07-21
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
-26
/
+59
2023-07-13
do_for_each_ref_helper(): mark unused repository parameter
Jeff King
-1
/
+1
2023-07-10
refs.h: implement `hidden_refs_to_excludes()`
Taylor Blau
-0
/
+24
2023-07-10
refs.h: let `for_each_namespaced_ref()` take excluded patterns
Taylor Blau
-2
/
+3
2023-07-10
revision.h: store hidden refs in a `strvec`
Taylor Blau
-5
/
+6
2023-07-10
refs: plumb `exclude_patterns` argument throughout
Taylor Blau
-13
/
+19
2023-07-10
refs.c: rename `ref_filter`
Jeff King
-7
/
+8
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
-1
/
+0
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
-1
/
+0
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
-1
/
+1
2023-06-21
git-compat-util.h: remove unneccessary include of wildmatch.h
Elijah Newren
-0
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
-0
/
+1
2023-05-12
pack-refs: teach --exclude option to exclude refs from being packed
John Cai
-2
/
+2
2023-04-11
treewide: remove cache.h inclusion due to object-name.h changes
Elijah Newren
-1
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-11
treewide: be explicit about dependence on advice.h
Elijah Newren
-0
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
-1
/
+1
2023-03-28
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
-1
/
+1
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
-0
/
+1
2023-03-21
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
-1
/
+1
2023-03-17
Merge branch 'en/header-cleanup'
Junio C Hamano
-1
/
+3
2023-02-27
Merge branch 'jk/shorten-unambiguous-ref-wo-sscanf'
Junio C Hamano
-45
/
+48
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
-1
/
+2
2023-02-15
shorten_unambiguous_ref(): avoid sscanf()
Jeff King
-35
/
+43
2023-02-15
shorten_unambiguous_ref(): use NUM_REV_PARSE_RULES constant
Jeff King
-14
/
+8
2023-02-15
shorten_unambiguous_ref(): avoid integer truncation
Jeff King
-2
/
+3
2022-12-13
ls-refs: use repository parameter to iterate refs
Jeff King
-4
/
+5
2022-11-17
refs: get rid of global list of hidden refs
Patrick Steinhardt
-10
/
+4
2022-11-17
refs: fix memory leak when parsing hideRefs config
Patrick Steinhardt
-1
/
+1
2022-09-19
refs: unify parse_worktree_ref() and ref_type()
Han-Wen Nienhuys
-25
/
+51
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
-6
/
+6
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
-9
/
+14
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
-6
/
+6
2022-08-19
hashmap: mark unused callback parameters
Jeff King
-1
/
+1
2022-08-19
refs: mark unused reflog callback parameters
Jeff King
-4
/
+6
2022-08-19
refs: mark unused each_ref_fn parameters
Jeff King
-4
/
+7
2022-08-05
refs: use ref_namespaces for replace refs base
Derrick Stolee
-0
/
+1
2022-08-05
refs: add array of ref namespaces
Derrick Stolee
-0
/
+83
2022-08-05
refs: allow "HEAD" as decoration filter
Derrick Stolee
-3
/
+8
2022-04-25
clone: die() instead of BUG() on bad refs
Derrick Stolee
-2
/
+4
2022-04-13
Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"
Junio C Hamano
-8
/
+3
2022-03-17
refs debug: add a wrapper for "read_symbolic_ref"
Ævar Arnfjörð Bjarmason
-12
/
+1
2022-03-16
Merge branch 'ps/fetch-mirror-optim'
Junio C Hamano
-0
/
+17
2022-03-13
Merge branch 'ps/fetch-atomic'
Junio C Hamano
-0
/
+16
2022-03-01
refs: add ability for backends to special-case reading of symbolic refs
Patrick Steinhardt
-0
/
+17
[next]