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
/
refs
/
packed-backend.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-26
Merge branch 'ps/worktree-refdb-initialization'
Junio C Hamano
1
-0
/
+1
2024-01-16
Merge branch 'ps/refstorage-extension'
Junio C Hamano
1
-1
/
+0
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-1
/
+0
2024-01-08
refs: prepare `refs_init_db()` for initializing worktree refs
Patrick Steinhardt
1
-0
/
+1
2024-01-02
refs: refactor logic to look up storage backends
Patrick Steinhardt
1
-1
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-11-17
refs: remove `delete_refs` callback from backends
Patrick Steinhardt
1
-7
/
+0
2023-11-17
refs: deduplicate code to delete references
Patrick Steinhardt
1
-44
/
+1
2023-07-21
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
1
-22
/
+182
2023-07-10
refs/packed-backend.c: add trace2 counters for jump list
Taylor Blau
1
-0
/
+2
2023-07-10
refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)
Taylor Blau
1
-6
/
+157
2023-07-10
refs/packed-backend.c: refactor `find_reference_location()`
Taylor Blau
1
-16
/
+22
2023-07-10
refs: plumb `exclude_patterns` argument throughout
Taylor Blau
1
-2
/
+3
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+1
2023-06-21
statinfo: move stat_{data,validity} functions from cache/read-cache
Elijah Newren
1
-0
/
+1
2023-06-13
Merge branch 'jc/pack-ref-exclude-include'
Junio C Hamano
1
-1
/
+1
2023-05-12
pack-refs: teach --exclude option to exclude refs from being packed
John Cai
1
-1
/
+1
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
1
-0
/
+1
2023-05-02
Merge branch 'tb/ban-strtok'
Junio C Hamano
1
-1
/
+1
2023-04-24
string-list: multi-delimiter `string_list_split_in_place()`
Taylor Blau
1
-1
/
+1
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: remove double forward declaration of read_in_full
Elijah Newren
1
-0
/
+1
2023-03-21
write-or-die.h: move declarations for write-or-die.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-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
-1
/
+2
2023-01-02
Merge branch 'ps/fsync-refs-fix'
Junio C Hamano
1
-1
/
+2
2022-12-25
refs: fix corruption by not correctly syncing packed-refs to disk
Patrick Steinhardt
1
-1
/
+2
2022-09-19
refs: unify parse_worktree_ref() and ref_type()
Han-Wen Nienhuys
1
-1
/
+1
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-8
/
+8
2022-08-19
refs: mark unused virtual method parameters
Jeff King
1
-6
/
+8
2022-04-13
Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"
Junio C Hamano
1
-21
/
+7
2022-03-29
Merge branch 'ab/refs-various-fixes'
Junio C Hamano
1
-99
/
+29
2022-03-25
Merge branch 'ps/fsync-refs'
Junio C Hamano
1
-1
/
+2
2022-03-17
packed-backend: remove stub BUG(...) functions
Ævar Arnfjörð Bjarmason
1
-79
/
+9
2022-03-17
refs: use designated initializers for "struct ref_iterator_vtable"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2022-03-17
refs: use designated initializers for "struct ref_storage_be"
Ævar Arnfjörð Bjarmason
1
-26
/
+26
2022-03-15
core.fsync: new option to harden references
Patrick Steinhardt
1
-1
/
+2
2022-03-01
refs: add ability for backends to special-case reading of symbolic refs
Patrick Steinhardt
1
-0
/
+1
2022-02-18
Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'
Junio C Hamano
1
-7
/
+21
2022-01-17
refs: allow passing flags when beginning transactions
Patrick Steinhardt
1
-1
/
+1
2022-01-17
refs: extract packed_refs_delete_refs() to allow control of transaction
Patrick Steinhardt
1
-6
/
+20
2021-12-22
refs: centralize initialization of the base ref_store.
Han-Wen Nienhuys
1
-4
/
+2
2021-12-22
refs: pass gitdir to packed_ref_store_create
Han-Wen Nienhuys
1
-4
/
+5
2021-12-10
Merge branch 'hn/create-reflog-simplify'
Junio C Hamano
1
-2
/
+1
2021-11-29
Merge branch 'ab/refs-errno-cleanup'
Junio C Hamano
1
-3
/
+4
2021-11-22
refs: drop force_create argument of create_reflog API
Han-Wen Nienhuys
1
-2
/
+1
2021-10-25
Merge branch 'jt/no-abuse-alternate-odb-for-submodules'
Junio C Hamano
1
-3
/
+10
2021-10-16
refs API: make refs_read_raw_ref() not set errno
Han-Wen Nienhuys
1
-3
/
+4
[next]