summaryrefslogtreecommitdiff
path: root/refs
AgeCommit message (Expand)Author
2025-08-12refs/reftable: always reload stacks when creating lockPatrick Steinhardt
2025-08-12reftable/stack: allow passing flags to `reftable_stack_add()`Patrick Steinhardt
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt
2025-08-06Merge branch 'ps/reflog-migrate-fixes' into ps/remote-rename-fixJunio C Hamano
2025-08-06refs: fix invalid old object IDs when migrating reflogsPatrick Steinhardt
2025-08-06refs: stop unsetting REF_HAVE_OLD for log-only updatesPatrick Steinhardt
2025-08-06refs/files: detect race when generating reflog entry for HEADPatrick Steinhardt
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2025-08-04Merge branch 'kn/for-each-ref-skip-updates'Junio C Hamano
2025-08-03Merge branch 'kn/for-each-ref-skip'Junio C Hamano
2025-07-28ref-cache: use 'size_t' instead of int for lengthKarthik Nayak
2025-07-24ref-cache: set prefix_state when seekingKarthik Nayak
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-16Merge branch 'ps/refs-files-remove-empty-parent'Junio C Hamano
2025-07-15refs: selectively set prefix in the seek functionsKarthik Nayak
2025-07-15ref-cache: remove unused function 'find_ref_entry()'Karthik Nayak
2025-07-15refs: expose `ref_iterator` via 'refs.h'Karthik Nayak
2025-07-08Merge branch 'kn/fetch-push-bulk-ref-update'Junio C Hamano
2025-07-08refs/files: remove empty parent dirs when ref creation failsPatrick Steinhardt
2025-06-25refs/files: skip updates with errors in batched updatesKarthik Nayak
2025-06-03Merge branch 'sj/ref-contents-check-fix'Junio C Hamano
2025-06-02fsck: ignore missing "refs" directory for linked worktreesshejialuo
2025-05-14packed-backend: mmap large "packed-refs" file during fsckshejialuo
2025-05-14packed-backend: extract snapshot allocation in `load_contents`shejialuo
2025-05-14packed-backend: fsck should warn when "packed-refs" file is emptyshejialuo
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano
2025-04-17Merge branch 'ps/refname-avail-check-optim'Junio C Hamano
2025-04-16Merge branch 'kn/non-transactional-batch-updates'Junio C Hamano
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt
2025-04-09refs/packed: fix BUG when seeking refs with UTF-8 charactersPatrick Steinhardt
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano
2025-04-08refs: support rejection in batch updates during F/D checksKarthik Nayak
2025-04-08refs: implement batch reference update supportKarthik Nayak
2025-04-08refs: introduce enum-based transaction error typesKarthik Nayak
2025-04-08refs/reftable: extract code from the transaction preparationKarthik Nayak
2025-04-08refs/files: remove duplicate duplicates checkKarthik Nayak
2025-04-08refs: move duplicate refname update check to generic layerKarthik Nayak
2025-04-08refs/files: remove redundant check in split_symref_update()Karthik Nayak
2025-03-29Merge branch 'ps/refname-avail-check-optim'Junio C Hamano
2025-03-26Merge branch 'sj/ref-consistency-checks-more'Junio C Hamano
2025-03-12refs/iterator: implement seeking for files iteratorsPatrick Steinhardt
2025-03-12refs/iterator: implement seeking for packed-ref iteratorsPatrick Steinhardt
2025-03-12refs/iterator: implement seeking for ref-cache iteratorsPatrick Steinhardt
2025-03-12refs/iterator: implement seeking for reftable iteratorsPatrick Steinhardt
2025-03-12refs/iterator: implement seeking for merged iteratorsPatrick Steinhardt
2025-03-12refs/iterator: provide infrastructure to re-seek iteratorsPatrick Steinhardt
2025-03-12refs/iterator: separate lifecycle from iterationPatrick Steinhardt
2025-03-12refs/files: batch refname availability checks for initial transactionsPatrick Steinhardt