index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
2023-03-21
1
-1
/
+1
*
Merge branch 'en/header-cleanup'
Junio C Hamano
2023-03-17
1
-1
/
+3
|
\
|
*
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
*
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+2
*
|
Merge branch 'jk/shorten-unambiguous-ref-wo-sscanf'
Junio C Hamano
2023-02-27
1
-45
/
+48
|
\
\
|
|
/
|
/
|
|
*
shorten_unambiguous_ref(): avoid sscanf()
Jeff King
2023-02-15
1
-35
/
+43
|
*
shorten_unambiguous_ref(): use NUM_REV_PARSE_RULES constant
Jeff King
2023-02-15
1
-14
/
+8
|
*
shorten_unambiguous_ref(): avoid integer truncation
Jeff King
2023-02-15
1
-2
/
+3
*
|
ls-refs: use repository parameter to iterate refs
Jeff King
2022-12-13
1
-4
/
+5
|
/
*
refs: get rid of global list of hidden refs
Patrick Steinhardt
2022-11-17
1
-10
/
+4
*
refs: fix memory leak when parsing hideRefs config
Patrick Steinhardt
2022-11-17
1
-1
/
+1
*
refs: unify parse_worktree_ref() and ref_type()
Han-Wen Nienhuys
2022-09-19
1
-25
/
+51
*
Merge branch 'ab/unused-annotation'
Junio C Hamano
2022-09-14
1
-6
/
+6
|
\
|
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-6
/
+6
*
|
Merge branch 'jk/unused-annotation'
Junio C Hamano
2022-09-14
1
-9
/
+14
|
\
|
|
*
hashmap: mark unused callback parameters
Jeff King
2022-08-19
1
-1
/
+1
|
*
refs: mark unused reflog callback parameters
Jeff King
2022-08-19
1
-4
/
+6
|
*
refs: mark unused each_ref_fn parameters
Jeff King
2022-08-19
1
-4
/
+7
*
|
refs: use ref_namespaces for replace refs base
Derrick Stolee
2022-08-05
1
-0
/
+1
*
|
refs: add array of ref namespaces
Derrick Stolee
2022-08-05
1
-0
/
+83
*
|
refs: allow "HEAD" as decoration filter
Derrick Stolee
2022-08-05
1
-3
/
+8
|
/
*
clone: die() instead of BUG() on bad refs
Derrick Stolee
2022-04-25
1
-2
/
+4
*
Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"
Junio C Hamano
2022-04-14
1
-8
/
+3
*
refs debug: add a wrapper for "read_symbolic_ref"
Ævar Arnfjörð Bjarmason
2022-03-17
1
-12
/
+1
*
Merge branch 'ps/fetch-mirror-optim'
Junio C Hamano
2022-03-17
1
-0
/
+17
|
\
|
*
refs: add ability for backends to special-case reading of symbolic refs
Patrick Steinhardt
2022-03-01
1
-0
/
+17
|
*
Merge branch 'ps/fetch-atomic' into ps/fetch-mirror-optim
Junio C Hamano
2022-03-01
1
-0
/
+16
|
|
\
*
|
\
Merge branch 'ps/fetch-atomic'
Junio C Hamano
2022-03-13
1
-0
/
+16
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
refs: add interface to iterate over queued transactional updates
Patrick Steinhardt
2022-02-17
1
-0
/
+16
*
|
|
Merge branch 'ab/date-mode-release'
Junio C Hamano
2022-02-26
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
date API: create a date.h, split from cache.h
Ævar Arnfjörð Bjarmason
2022-02-16
1
-0
/
+1
|
|
/
*
|
Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'
Junio C Hamano
2022-02-18
1
-3
/
+8
|
\
\
|
|
/
|
/
|
|
*
refs: allow skipping the reference-transaction hook
Patrick Steinhardt
2022-01-17
1
-0
/
+3
|
*
refs: allow passing flags when beginning transactions
Patrick Steinhardt
2022-01-17
1
-3
/
+5
*
|
refs API: remove "failure_errno" from refs_resolve_ref_unsafe()
Ævar Arnfjörð Bjarmason
2022-01-27
1
-34
/
+17
*
|
Merge branch 'ab/refs-errno-cleanup'
Junio C Hamano
2022-01-15
1
-2
/
+0
|
\
\
|
*
|
refs API: use "failure_errno", not "errno"
Ævar Arnfjörð Bjarmason
2022-01-13
1
-2
/
+0
*
|
|
Merge branch 'hn/refs-debug-update'
Junio C Hamano
2022-01-10
1
-2
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
refs: centralize initialization of the base ref_store.
Han-Wen Nienhuys
2021-12-22
1
-2
/
+4
*
|
|
Merge branch 'ns/tmp-objdir'
Junio C Hamano
2022-01-04
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tmp-objdir: disable ref updates when replacing the primary odb
Neeraj Singh
2021-12-08
1
-1
/
+1
*
|
|
Merge branch 'hn/allow-bogus-oid-in-ref-tests'
Junio C Hamano
2021-12-15
1
-3
/
+4
|
\
\
\
|
*
|
|
refs: introduce REF_SKIP_REFNAME_VERIFICATION flag
Han-Wen Nienhuys
2021-12-07
1
-3
/
+4
*
|
|
|
Merge branch 'hn/create-reflog-simplify'
Junio C Hamano
2021-12-10
1
-5
/
+4
|
\
\
\
\
|
*
|
|
|
refs: drop force_create argument of create_reflog API
Han-Wen Nienhuys
2021-11-22
1
-5
/
+4
*
|
|
|
|
Merge branch 'jk/refs-g11-workaround'
Junio C Hamano
2021-12-10
1
-0
/
+7
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
[next]