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-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
2022-03-01
Merge branch 'ps/fetch-atomic' into ps/fetch-mirror-optim
Junio C Hamano
-0
/
+16
2022-02-25
Merge branch 'ab/date-mode-release'
Junio C Hamano
-0
/
+1
2022-02-18
Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'
Junio C Hamano
-3
/
+8
2022-02-17
refs: add interface to iterate over queued transactional updates
Patrick Steinhardt
-0
/
+16
2022-02-16
date API: create a date.h, split from cache.h
Ævar Arnfjörð Bjarmason
-0
/
+1
2022-01-26
refs API: remove "failure_errno" from refs_resolve_ref_unsafe()
Ævar Arnfjörð Bjarmason
-34
/
+17
2022-01-17
refs: allow skipping the reference-transaction hook
Patrick Steinhardt
-0
/
+3
2022-01-17
refs: allow passing flags when beginning transactions
Patrick Steinhardt
-3
/
+5
2022-01-14
Merge branch 'ab/refs-errno-cleanup'
Junio C Hamano
-2
/
+0
2022-01-13
refs API: use "failure_errno", not "errno"
Ævar Arnfjörð Bjarmason
-2
/
+0
2022-01-10
Merge branch 'hn/refs-debug-update'
Junio C Hamano
-2
/
+4
2022-01-03
Merge branch 'ns/tmp-objdir'
Junio C Hamano
-1
/
+1
2021-12-22
refs: centralize initialization of the base ref_store.
Han-Wen Nienhuys
-2
/
+4
2021-12-15
Merge branch 'hn/allow-bogus-oid-in-ref-tests'
Junio C Hamano
-3
/
+4
[next]