summaryrefslogtreecommitdiffstats
path: root/refs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ss/packed-ref-store-leakfix' into maint-2.46Junio C Hamano2024-08-261-0/+1
|\
| * refs/files: prevent memory leak by freeing packed_ref_storeSven Strickroth2024-08-051-0/+1
* | Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-024-21/+36
|\ \
| * | hash-ll: merge with "hash.h"Patrick Steinhardt2024-06-141-1/+1
| * | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-143-0/+6
| * | hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt2024-06-143-20/+29
| * | Merge branch 'ps/ref-storage-migration' into ps/use-the-repositoryJunio C Hamano2024-06-135-15/+188
| |\|
* | | Merge branch 'kn/update-ref-symref'Junio C Hamano2024-06-213-11/+29
|\ \ \
| * | | reftable: pick either 'oid' or 'target' for new updatesKarthik Nayak2024-06-071-2/+3
| * | | refs: specify error for regular refs with `old_target`Karthik Nayak2024-06-072-6/+18
| * | | refs: create and use `ref_update_expects_existing_old_ref()`Karthik Nayak2024-06-073-3/+8
| * | | Merge branch 'kn/ref-transaction-symref' into kn/update-ref-symrefJunio C Hamano2024-05-235-236/+209
| |\ \ \
* | \ \ \ Merge branch 'ps/no-writable-strings'Junio C Hamano2024-06-181-12/+16
|\ \ \ \ \
| * | | | | refs/reftable: stop micro-optimizing refname allocations on copyPatrick Steinhardt2024-06-071-12/+16
* | | | | | Merge branch 'ps/ref-storage-migration'Junio C Hamano2024-06-185-15/+188
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | refs: implement removal of ref storagesPatrick Steinhardt2024-06-064-0/+136
| * | | | refs/files: fix NULL pointer deref when releasing ref storePatrick Steinhardt2024-06-061-0/+2
| * | | | refs/files: extract function to iterate through root refsPatrick Steinhardt2024-06-061-9/+42
| * | | | refs/files: refactor `add_pseudoref_and_head_entries()`Patrick Steinhardt2024-06-061-9/+6
| * | | | refs: allow to skip creation of reflog entriesPatrick Steinhardt2024-06-062-1/+6
| * | | | Merge branch 'ps/pseudo-ref-terminology' into ps/ref-storage-migrationJunio C Hamano2024-05-232-4/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano2024-05-238-111/+141
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano2024-05-308-111/+141
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | refs/packed: remove references to `the_hash_algo`Patrick Steinhardt2024-05-171-12/+20
| * | | | | | refs/files: remove references to `the_hash_algo`Patrick Steinhardt2024-05-171-2/+2
| * | | | | | refs/files: use correct repositoryPatrick Steinhardt2024-05-171-10/+13
| * | | | | | refs: pass repo when peeling objectsPatrick Steinhardt2024-05-173-11/+8
| * | | | | | refs: move object peeling into "object.c"Patrick Steinhardt2024-05-171-34/+0
| * | | | | | refs: convert iteration over replace refs to accept ref storePatrick Steinhardt2024-05-172-6/+5
| * | | | | | refs: pass repo when retrieving submodule ref storePatrick Steinhardt2024-05-171-1/+1
| * | | | | | refs: implement releasing ref storagesPatrick Steinhardt2024-05-175-0/+57
| * | | | | | refs: rename `init_db` callback to avoid confusionPatrick Steinhardt2024-05-175-23/+23
| * | | | | | refs: adjust names for `init` and `init_db` callbacksPatrick Steinhardt2024-05-173-16/+16
* | | | | | | Merge branch 'ps/reftable-reusable-iterator'Junio C Hamano2024-05-301-27/+21
|\ \ \ \ \ \ \
| * | | | | | | reftable/stack: provide convenience functions to create iteratorsPatrick Steinhardt2024-05-141-27/+21
| |/ / / / / /
* | | | | | | Merge branch 'ps/reftable-write-options'Junio C Hamano2024-05-301-4/+45
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | refs/reftable: allow configuring geometric factorPatrick Steinhardt2024-05-141-0/+5
| * | | | | | refs/reftable: allow disabling writing the object indexPatrick Steinhardt2024-05-141-0/+2
| * | | | | | refs/reftable: allow configuring restart intervalPatrick Steinhardt2024-05-141-0/+5
| * | | | | | refs/reftable: allow configuring block sizePatrick Steinhardt2024-05-141-1/+30
| * | | | | | reftable: pass opts as constant pointerPatrick Steinhardt2024-05-141-3/+3
| |/ / / / /
* | | | | | Merge branch 'ps/pseudo-ref-terminology'Junio C Hamano2024-05-282-4/+2
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | refs: classify HEAD as a root refPatrick Steinhardt2024-05-152-4/+2
| * | | | | refs: do not check ref existence in `is_root_ref()`Patrick Steinhardt2024-05-152-3/+3
| * | | | | refs: rename `is_pseudoref()` to `is_root_ref()`Patrick Steinhardt2024-05-152-2/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'it/refs-name-conflict'Junio C Hamano2024-05-231-1/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | refs: return conflict error when checking packed refsIvan Tse2024-05-061-1/+3
| |/ / /
* | | | Merge branch 'kn/ref-transaction-symref'Junio C Hamano2024-05-205-255/+209
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | refs: remove `create_symref` and associated dead codeKarthik Nayak2024-05-075-172/+0
| * | refs: add support for transactional symref updatesKarthik Nayak2024-05-073-38/+162