- 39fe402 Merge branch 'tb/refs-exclusion-and-packed-refs' by Junio C Hamano · 1 year, 8 months ago
- c489f47 refs/packed-backend.c: add trace2 counters for jump list by Taylor Blau · 1 year, 8 months ago
- 59c35fa refs/packed-backend.c: implement jump lists to avoid excluded pattern(s) by Taylor Blau · 1 year, 8 months ago
- d22d941 refs/packed-backend.c: refactor `find_reference_location()` by Taylor Blau · 1 year, 8 months ago
- b269ac5 refs: plumb `exclude_patterns` argument throughout by Taylor Blau · 1 year, 8 months ago
- c339932 repository: remove unnecessary include of path.h by Elijah Newren · 1 year, 10 months ago
- bc5c5ec cache.h: remove this no-longer-used header by Elijah Newren · 1 year, 10 months ago
- 90cbae9 statinfo: move stat_{data,validity} functions from cache/read-cache by Elijah Newren · 1 year, 10 months ago
- cbc882e Merge branch 'jc/pack-ref-exclude-include' by Junio C Hamano · 1 year, 9 months ago
- 4fe42f3 pack-refs: teach pack-refs --include option by John Cai · 1 year, 10 months ago
- 826ae79 pack-refs: teach --exclude option to exclude refs from being packed by John Cai · 1 year, 10 months ago
- ccd12a3 Merge branch 'en/header-split-cache-h-part-2' by Junio C Hamano · 1 year, 10 months ago
- d699e27 Merge branch 'tb/ban-strtok' by Junio C Hamano · 1 year, 10 months ago
- 52acddf string-list: multi-delimiter `string_list_split_in_place()` by Taylor Blau · 1 year, 11 months ago
- d4a4f92 commit.h: reduce unnecessary includes by Elijah Newren · 1 year, 11 months ago
- d1cbe1e hash-ll.h: split out of hash.h to remove dependency on repository.h by Elijah Newren · 1 year, 11 months ago
- d5fff46 copy.h: move declarations for copy.c functions from cache.h by Elijah Newren · 1 year, 11 months ago
- b7b189c treewide: reduce includes of cache.h in other headers by Elijah Newren · 1 year, 11 months ago
- 65156bb treewide: remove double forward declaration of read_in_full by Elijah Newren · 1 year, 11 months ago
- 87bed17 object-file.h: move declarations for object-file.c functions from cache.h by Elijah Newren · 1 year, 11 months ago
- d48be35 write-or-die.h: move declarations for write-or-die.c functions from cache.h by Elijah Newren · 2 years ago
- e38da48 setup.h: move declarations for setup.c functions from cache.h by Elijah Newren · 2 years ago
- 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 2 years ago
- d5ebb50 wrapper.h: move declarations for wrapper.c functions from cache.h by Elijah Newren · 2 years ago
- 4f6728d treewide: remove unnecessary cache.h inclusion from several sources by Elijah Newren · 2 years ago
- f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 2 years ago
- a6dc3d3 treewide: remove unnecessary cache.h inclusion from a few headers by Elijah Newren · 2 years ago
- b5fa608 ident.h: move ident-related declarations out of cache.h by Elijah Newren · 2 years, 1 month ago
- 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 2 years, 1 month ago
- 36bf195 alloc.h: move ALLOC_GROW() functions from cache.h by Elijah Newren · 2 years, 1 month ago
- ba3d1c7 treewide: remove unnecessary cache.h includes by Elijah Newren · 2 years, 1 month ago
- 8bff5ca treewide: ensure one of the appropriate headers is sourced first by Elijah Newren · 2 years, 1 month ago
- 3ed91c5 Merge branch 'ps/fsync-refs-fix' by Junio C Hamano · 2 years, 2 months ago
- ce54672 refs: fix corruption by not correctly syncing packed-refs to disk by Patrick Steinhardt · 2 years, 3 months ago
- 71e5473 refs: unify parse_worktree_ref() and ref_type() by Han-Wen Nienhuys · 2 years, 6 months ago
- 5cf88fd git-compat-util.h: use "UNUSED", not "UNUSED(var)" by Ævar Arnfjörð Bjarmason · 2 years, 7 months ago
- 7718827 refs: mark unused virtual method parameters by Jeff King · 2 years, 7 months ago
- 63e14ee refs: mark unused each_ref_fn parameters by Jeff King · 2 years, 7 months ago
- 538dc45 Merge branch 'ep/maint-equals-null-cocci' by Junio C Hamano · 2 years, 10 months ago
- 2b0a58d Merge branch 'ep/maint-equals-null-cocci' for maint-2.35 by Junio C Hamano · 2 years, 10 months ago
- afe8a90 tree-wide: apply equals-null.cocci by Junio C Hamano · 2 years, 10 months ago
- c6da34a Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'" by Junio C Hamano · 2 years, 11 months ago
- 3d8046a Merge branch 'ab/refs-various-fixes' by Junio C Hamano · 3 years ago
- 6e1a895 Merge branch 'ps/fsync-refs' by Junio C Hamano · 3 years ago
- 5b87540 refs debug: add a wrapper for "read_symbolic_ref" by Ævar Arnfjörð Bjarmason · 3 years ago
- ca40893 packed-backend: remove stub BUG(...) functions by Ævar Arnfjörð Bjarmason · 3 years ago
- e2f8acb refs: use designated initializers for "struct ref_iterator_vtable" by Ævar Arnfjörð Bjarmason · 3 years ago
- 32bff61 refs: use designated initializers for "struct ref_storage_be" by Ævar Arnfjörð Bjarmason · 3 years ago
- bc22d84 core.fsync: new option to harden references by Patrick Steinhardt · 3 years ago
- 0a7b387 refs/files-backend: optimize reading of symbolic refs by Patrick Steinhardt · 3 years ago
- cd475b3 refs: add ability for backends to special-case reading of symbolic refs by Patrick Steinhardt · 3 years ago
- 991b4d4 Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs' by Junio C Hamano · 3 years, 1 month ago
- ce14de0 refs API: remove "failure_errno" from refs_resolve_ref_unsafe() by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
- 2ed1b64 refs: skip hooks when deleting uncovered packed refs by Patrick Steinhardt · 3 years, 2 months ago
- ffad994 refs: do not execute reference-transaction hook on packing refs by Patrick Steinhardt · 3 years, 2 months ago
- fbe73f6 refs: allow passing flags when beginning transactions by Patrick Steinhardt · 3 years, 2 months ago
- 69840cc refs: extract packed_refs_delete_refs() to allow control of transaction by Patrick Steinhardt · 3 years, 2 months ago
- 31e3912 Merge branch 'ab/refs-errno-cleanup' by Junio C Hamano · 3 years, 2 months ago
- cac15b3 refs API: use "failure_errno", not "errno" by Ævar Arnfjörð Bjarmason · 3 years, 2 months ago
- 626f2ca Merge branch 'ab/reflog-prep' by Junio C Hamano · 3 years, 2 months ago
- fcd2c3d reflog + refs-backend: move "verbose" out of the backend by Ævar Arnfjörð Bjarmason · 3 years, 3 months ago
- 7c28875 refs files-backend: assume cb->newlog if !EXPIRE_REFLOGS_DRY_RUN by Ævar Arnfjörð Bjarmason · 3 years, 3 months ago
- f9f7fd3 refs: centralize initialization of the base ref_store. by Han-Wen Nienhuys · 3 years, 3 months ago
- a6db572 refs: print error message in debug output by Han-Wen Nienhuys · 3 years, 3 months ago
- 99f0d97 refs: pass gitdir to packed_ref_store_create by Han-Wen Nienhuys · 3 years, 3 months ago
- b174a3c Merge branch 'hn/allow-bogus-oid-in-ref-tests' by Junio C Hamano · 3 years, 3 months ago
- 250ca49 Merge branch 'hn/reflog-tests' by Junio C Hamano · 3 years, 3 months ago
- b814837 Merge branch 'hn/create-reflog-simplify' by Junio C Hamano · 3 years, 3 months ago
- e9706a1 refs: introduce REF_SKIP_OID_VERIFICATION flag by Han-Wen Nienhuys · 3 years, 3 months ago
- 0464d0a refs: update comment. by Han-Wen Nienhuys · 3 years, 3 months ago
- 6527925 refs/debug: trim trailing LF from reflog message by Han-Wen Nienhuys · 3 years, 3 months ago
- 96f6623 Merge branch 'ab/refs-errno-cleanup' by Junio C Hamano · 3 years, 3 months ago
- 7b08912 refs: drop force_create argument of create_reflog API by Han-Wen Nienhuys · 3 years, 4 months ago
- 162a13b Merge branch 'jt/no-abuse-alternate-odb-for-submodules' by Junio C Hamano · 3 years, 5 months ago
- f1da24c refs API: post-migration API renaming [2/2] by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
- ac0986e refs API: make files_copy_or_rename_ref() et al not set errno by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
- 096a7fb refs API: make loose_fill_ref_dir() not set errno by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
- 76887df refs API: remove refs_read_ref_full() wrapper by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
- 5210643 refs/files: remove "name exist?" check in lock_ref_oid_basic() by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
- c339ff6 refs API: make refs_rename_ref_available() static by Ævar Arnfjörð Bjarmason · 3 years, 5 months ago
- df3458e refs API: make parse_loose_ref_contents() not set errno by Han-Wen Nienhuys · 3 years, 5 months ago
- 8b72fea refs API: make refs_read_raw_ref() not set errno by Han-Wen Nienhuys · 3 years, 5 months ago
- f6c075a Merge branch 'jk/ref-paranoia' by Junio C Hamano · 3 years, 5 months ago
- 8788195 refs: peeling non-the_repository iterators is BUG by Jonathan Tan · 3 years, 5 months ago
- 9bc45a2 refs: teach arbitrary repo support to iterators by Jonathan Tan · 3 years, 5 months ago
- 34224e1 refs: plumb repo into ref stores by Jonathan Tan · 3 years, 5 months ago
- 870de59 Merge branch 'ab/retire-refs-unused-funcs' by Junio C Hamano · 3 years, 5 months ago
- 92382d1 Merge branch 'hn/refs-errno-cleanup' by Junio C Hamano · 3 years, 5 months ago
- 842d45d Merge branch 'ab/refs-files-cleanup' by Junio C Hamano · 3 years, 5 months ago
- 750036c refs/ref-cache.[ch]: remove "incomplete" from create_dir_entry() by Ævar Arnfjörð Bjarmason · 3 years, 6 months ago
- 5e4546d refs/ref-cache.c: remove "mkdir" parameter from find_containing_dir() by Ævar Arnfjörð Bjarmason · 3 years, 6 months ago
- 6a99fa2 refs/ref-cache.[ch]: remove unused add_ref_entry() by Ævar Arnfjörð Bjarmason · 3 years, 6 months ago
- 34e8a20 refs/ref-cache.[ch]: remove unused remove_entry_from_dir() by Ævar Arnfjörð Bjarmason · 3 years, 6 months ago
- 8dccb22 refs: add DO_FOR_EACH_OMIT_DANGLING_SYMREFS flag by Jeff King · 3 years, 6 months ago
- 9aab952 refs-internal.h: reorganize DO_FOR_EACH_* flag documentation by Jeff King · 3 years, 6 months ago
- bf708ad refs-internal.h: move DO_FOR_EACH_* flags next to each other by Jeff King · 3 years, 6 months ago
- 35cf94e refs/files-backend: remove unused open mode parameter by René Scharfe · 3 years, 6 months ago
- 5b12e16 refs: make errno output explicit for read_raw_ref_fn by Han-Wen Nienhuys · 3 years, 7 months ago
- 1ae6ed2 refs/files-backend: stop setting errno from lock_ref_oid_basic by Han-Wen Nienhuys · 3 years, 7 months ago
- 20d422c refs: remove EINVAL errno output from specification of read_raw_ref_fn by Han-Wen Nienhuys · 3 years, 7 months ago