index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-05-10
5
-1
/
+8
|
\
|
*
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
|
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
4
-1
/
+6
|
*
copy.h: move declarations for copy.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
|
Merge branch 'tb/ban-strtok'
Junio C Hamano
2023-05-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
string-list: multi-delimiter `string_list_split_in_place()`
Taylor Blau
2023-04-25
1
-1
/
+1
*
|
treewide: reduce includes of cache.h in other headers
Elijah Newren
2023-04-11
1
-1
/
+1
*
|
treewide: remove double forward declaration of read_in_full
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
/
*
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
2023-03-21
2
-0
/
+2
*
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
-1
/
+2
*
treewide: remove unnecessary cache.h inclusion from several sources
Elijah Newren
2023-03-21
1
-1
/
+1
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
2
-0
/
+2
*
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
2023-03-21
1
-1
/
+1
*
ident.h: move ident-related declarations out of cache.h
Elijah Newren
2023-02-24
1
-0
/
+1
*
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
3
-0
/
+3
*
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
2
-2
/
+4
*
treewide: remove unnecessary cache.h includes
Elijah Newren
2023-02-24
1
-1
/
+0
*
treewide: ensure one of the appropriate headers is sourced first
Elijah Newren
2023-02-24
1
-1
/
+1
*
Merge branch 'ps/fsync-refs-fix'
Junio C Hamano
2023-01-02
1
-1
/
+2
|
\
|
*
refs: fix corruption by not correctly syncing packed-refs to disk
Patrick Steinhardt
2022-12-25
1
-1
/
+2
*
|
refs: unify parse_worktree_ref() and ref_type()
Han-Wen Nienhuys
2022-09-19
2
-45
/
+37
*
|
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
3
-18
/
+18
*
|
refs: mark unused virtual method parameters
Jeff King
2022-08-19
3
-14
/
+16
*
|
refs: mark unused each_ref_fn parameters
Jeff King
2022-08-19
1
-1
/
+3
*
|
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-21
1
-1
/
+1
|
\
\
|
*
\
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
2022-05-02
1
-1
/
+1
|
|
\
\
|
|
*
|
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-1
/
+1
*
|
|
|
Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"
Junio C Hamano
2022-04-14
4
-48
/
+14
*
|
|
|
Merge branch 'ab/refs-various-fixes'
Junio C Hamano
2022-03-29
5
-171
/
+127
|
\
\
\
\
|
*
|
|
|
refs debug: add a wrapper for "read_symbolic_ref"
Ævar Arnfjörð Bjarmason
2022-03-17
1
-1
/
+26
|
*
|
|
|
packed-backend: remove stub BUG(...) functions
Ævar Arnfjörð Bjarmason
2022-03-17
1
-79
/
+9
|
*
|
|
|
refs: use designated initializers for "struct ref_iterator_vtable"
Ævar Arnfjörð Bjarmason
2022-03-17
5
-23
/
+24
|
*
|
|
|
refs: use designated initializers for "struct ref_storage_be"
Ævar Arnfjörð Bjarmason
2022-03-17
3
-78
/
+78
*
|
|
|
|
Merge branch 'ps/fsync-refs'
Junio C Hamano
2022-03-26
2
-1
/
+3
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
/
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
core.fsync: new option to harden references
Patrick Steinhardt
2022-03-15
2
-1
/
+3
*
|
|
|
refs/files-backend: optimize reading of symbolic refs
Patrick Steinhardt
2022-03-01
1
-6
/
+28
*
|
|
|
refs: add ability for backends to special-case reading of symbolic refs
Patrick Steinhardt
2022-03-01
4
-0
/
+19
|
/
/
/
*
|
|
Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'
Junio C Hamano
2022-02-18
4
-14
/
+48
|
\
\
\
|
*
|
|
refs: skip hooks when deleting uncovered packed refs
Patrick Steinhardt
2022-01-17
1
-3
/
+6
|
*
|
|
refs: do not execute reference-transaction hook on packing refs
Patrick Steinhardt
2022-01-17
1
-2
/
+4
|
*
|
|
refs: allow passing flags when beginning transactions
Patrick Steinhardt
2022-01-17
3
-6
/
+7
|
*
|
|
refs: extract packed_refs_delete_refs() to allow control of transaction
Patrick Steinhardt
2022-01-17
3
-9
/
+37
*
|
|
|
refs API: remove "failure_errno" from refs_resolve_ref_unsafe()
Ævar Arnfjörð Bjarmason
2022-01-27
1
-22
/
+9
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'ab/refs-errno-cleanup'
Junio C Hamano
2022-01-15
1
-2
/
+1
|
\
\
\
|
*
|
|
refs API: use "failure_errno", not "errno"
Ævar Arnfjörð Bjarmason
2022-01-13
1
-2
/
+1
*
|
|
|
Merge branch 'ab/reflog-prep'
Junio C Hamano
2022-01-10
1
-24
/
+20
|
\
\
\
\
|
*
|
|
|
reflog + refs-backend: move "verbose" out of the backend
Ævar Arnfjörð Bjarmason
2021-12-23
1
-24
/
+20
[next]