summaryrefslogtreecommitdiffstats
path: root/refs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kn/reflog-migration'Junio C Hamano2024-12-233-53/+140
|\
| * refs: allow multiple reflog entries for the same refnameKarthik Nayak2024-12-162-7/+30
| * refs: introduce the `ref_transaction_update_reflog` functionKarthik Nayak2024-12-161-8/+16
| * refs: add `committer_info` to `ref_transaction_add_update()`Karthik Nayak2024-12-163-8/+13
| * refs/files: add count field to ref_lockKarthik Nayak2024-12-161-19/+39
| * refs: add `index` field to `struct ref_udpate`Karthik Nayak2024-12-162-2/+18
| * refs: include committer info in `ref_update` structKarthik Nayak2024-12-163-11/+26
* | Merge branch 'ps/build-sign-compare'Junio C Hamano2024-12-234-2/+5
|\ \
| * | global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt2024-12-061-4/+1
| * | global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-064-0/+6
| |/
* | Merge branch 'bf/set-head-symref'Junio C Hamano2024-12-193-15/+33
|\ \
| * | refs: add TRANSACTION_CREATE_EXISTS errorBence Ferdinandy2024-11-252-10/+20
| * | refs: standardize output of refs_read_symbolic_refBence Ferdinandy2024-11-253-6/+12
* | | Merge branch 'ps/reftable-iterator-reuse'Junio C Hamano2024-12-101-148/+261
|\ \ \
| * | | refs/reftable: reuse iterators when reading refsPatrick Steinhardt2024-11-261-3/+29
| * | | refs/reftable: refactor reflog expiry to use reftable backendPatrick Steinhardt2024-11-261-8/+5
| * | | refs/reftable: refactor reading symbolic refs to use reftable backendPatrick Steinhardt2024-11-261-7/+4
| * | | refs/reftable: read references via `struct reftable_backend`Patrick Steinhardt2024-11-261-63/+59
| * | | refs/reftable: figure out hash via `reftable_stack`Patrick Steinhardt2024-11-261-7/+19
| * | | refs/reftable: handle reloading stacks in the reftable backendPatrick Steinhardt2024-11-261-58/+126
| * | | refs/reftable: encapsulate reftable stackPatrick Steinhardt2024-11-261-59/+76
| * | | Merge branch 'ps/reftable-detach' into ps/reftable-iterator-reuseJunio C Hamano2024-11-191-1/+18
| |\ \ \
* | \ \ \ Merge branch 'ps/reftable-detach'Junio C Hamano2024-12-101-1/+18
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | reftable/stack: stop using `fsync_component()` directlyPatrick Steinhardt2024-11-191-0/+7
| * | | reftable/system: stop depending on "hash.h"Patrick Steinhardt2024-11-191-1/+11
* | | | Merge branch 'sj/refs-symref-referent-fix'Junio C Hamano2024-12-061-1/+2
|\ \ \ \
| * | | | ref-cache: fix invalid free operation in `free_ref_entry`shejialuo2024-11-261-1/+2
* | | | | Merge branch 'sj/ref-contents-check'Junio C Hamano2024-12-045-22/+193
|\ \ \ \ \
| * | | | | ref: add symlink ref content check for files backendshejialuo2024-11-211-4/+34
| * | | | | ref: check whether the target of the symref is a refshejialuo2024-11-211-2/+12
| * | | | | ref: add basic symref content check for files backendshejialuo2024-11-211-0/+40
| * | | | | ref: add more strict checks for regular refsshejialuo2024-11-212-4/+24
| * | | | | ref: port git-fsck(1) regular refs check for files backendshejialuo2024-11-211-0/+47
| * | | | | ref: support multiple worktrees check for refsshejialuo2024-11-215-10/+26
| * | | | | ref: initialize ref name outside of check functionsshejialuo2024-11-211-8/+13
| * | | | | ref: check the full refname instead of basenameshejialuo2024-11-211-2/+5
| * | | | | ref: initialize "fsck_ref_report" with zeroshejialuo2024-11-211-1/+1
| | |/ / / | |/| | |
* | | | | refs: skip collision checks in initial transactionsPatrick Steinhardt2024-11-202-9/+10
* | | | | refs/files: support symbolic and root refs in initial transactionPatrick Steinhardt2024-11-201-10/+34
* | | | | refs: introduce "initial" transaction flagPatrick Steinhardt2024-11-205-38/+8
* | | | | refs/files: move logic to commit initial transactionPatrick Steinhardt2024-11-201-101/+101
* | | | | refs: allow passing flags when setting up a transactionPatrick Steinhardt2024-11-202-4/+8
| |_|/ / |/| | |
* | | | global: Fix duplicate word typosSven Strickroth2024-10-211-1/+1
|/ / /
* | | Merge branch 'ps/reftable-alloc-failures'Junio C Hamano2024-10-101-8/+31
|\ \ \ | |_|/ |/| |
| * | reftable/merged: handle allocation failures in `merged_table_init_iter()`Patrick Steinhardt2024-10-021-8/+31
| * | Merge branch 'ps/reftable-exclude' into ps/reftable-alloc-failuresJunio C Hamano2024-09-161-3/+130
| |\ \
* | \ \ Merge branch 'ps/reftable-concurrent-writes'Junio C Hamano2024-10-011-2/+11
|\ \ \ \
| * | | | refs/reftable: reload locked stack when preparing transactionPatrick Steinhardt2024-09-241-1/+2
| * | | | reftable/stack: allow locking of outdated stacksPatrick Steinhardt2024-09-241-2/+2
| * | | | refs/reftable: introduce "reftable.lockTimeout"Patrick Steinhardt2024-09-241-0/+8
| |/ / /