| Age | Commit message (Expand) | Author | Files | Lines |
| 11 days | Merge branch 'kn/maintenance-is-needed' | Junio C Hamano | 5 | -0/+68 |
| 13 days | Merge branch 'ps/ref-peeled-tags-fixes' | Junio C Hamano | 2 | -2/+2 |
| 13 days | Merge branch 'kn/refs-optim-cleanup' | Junio C Hamano | 5 | -38/+18 |
| 13 days | Merge branch 'ps/ref-peeled-tags' | Junio C Hamano | 7 | -239/+83 |
| 2025-11-10 | refs: add a `optimize_required` field to `struct ref_storage_be` | Karthik Nayak | 5 | -0/+68 |
| 2025-11-06 | Merge branch 'pk/reflog-migrate-message-fix' | Junio C Hamano | 2 | -2/+2 |
| 2025-11-06 | object: fix performance regression when peeling tags | Patrick Steinhardt | 2 | -2/+2 |
| 2025-11-06 | Merge branch 'ps/ref-peeled-tags' into ps/ref-peeled-tags-fixes | Junio C Hamano | 7 | -239/+83 |
| 2025-11-05 | refs: add missing space in messages | Peter Krefting | 2 | -2/+2 |
| 2025-11-04 | Merge branch 'xr/ref-debug-remove-on-disk' | Junio C Hamano | 1 | -0/+9 |
| 2025-11-04 | Merge branch 'kn/refs-optim-cleanup' into kn/maintenance-is-needed | Junio C Hamano | 5 | -38/+18 |
| 2025-11-04 | Merge branch 'ps/ref-peeled-tags' into kn/maintenance-is-needed | Junio C Hamano | 7 | -239/+83 |
| 2025-11-04 | refs: rename 'pack_refs_opts' to 'refs_optimize_opts' | Karthik Nayak | 5 | -10/+10 |
| 2025-11-04 | refs: move to using the '.optimize' functions | Karthik Nayak | 5 | -32/+12 |
| 2025-11-04 | refs: don't store peeled object IDs for invalid tags | Patrick Steinhardt | 2 | -2/+3 |
| 2025-11-04 | object: add flag to `peel_object()` to verify object type | Patrick Steinhardt | 2 | -5/+4 |
| 2025-11-04 | refs: drop infrastructure to peel via iterators | Patrick Steinhardt | 7 | -127/+1 |
| 2025-11-04 | refs: drop `current_ref_iter` hack | Patrick Steinhardt | 2 | -18/+0 |
| 2025-11-04 | refs: expose peeled object ID via the iterator | Patrick Steinhardt | 2 | -0/+6 |
| 2025-11-04 | refs: fully reset `struct ref_iterator::ref` on iteration | Patrick Steinhardt | 3 | -1/+4 |
| 2025-11-04 | refs: introduce `.ref` field for the base iterator | Patrick Steinhardt | 7 | -96/+71 |
| 2025-11-04 | refs: introduce wrapper struct for `each_ref_fn` | Patrick Steinhardt | 2 | -6/+10 |
| 2025-10-30 | Merge branch 'ps/symlink-symref-deprecation' | Junio C Hamano | 1 | -2/+17 |
| 2025-10-27 | refs: add missing remove_on_disk implementation for debug backend | Xinyu Ruan | 1 | -0/+9 |
| 2025-10-26 | Merge branch 'js/unreachable-workaround-for-no-symlink-head' into maint-2.51 | Junio C Hamano | 1 | -1/+7 |
| 2025-10-20 | Merge branch 'js/unreachable-workaround-for-no-symlink-head' | Junio C Hamano | 1 | -1/+7 |
| 2025-10-15 | Merge branch 'kn/refs-files-case-insensitive' into maint-2.51 | Junio C Hamano | 1 | -12/+66 |
| 2025-10-15 | Merge branch 'ps/reflog-migrate-fixes' into maint-2.51 | Junio C Hamano | 3 | -17/+77 |
| 2025-10-15 | refs/files: deprecate writing symrefs as symbolic links | Patrick Steinhardt | 1 | -2/+17 |
| 2025-10-13 | Merge branch 'kn/reftable-consistency-checks' | Junio C Hamano | 3 | -10/+52 |
| 2025-10-09 | refs: forbid clang to complain about unreachable code | Johannes Schindelin | 1 | -1/+7 |
| 2025-10-08 | Merge branch 'kn/ref-cache-seek-fix' | Junio C Hamano | 1 | -1/+1 |
| 2025-10-07 | refs/reftable: add fsck check for checking the table name | Karthik Nayak | 1 | -5/+52 |
| 2025-10-07 | refs: move consistency check msg to generic layer | Karthik Nayak | 1 | -2/+0 |
| 2025-10-07 | refs: remove unused headers | Karthik Nayak | 3 | -3/+0 |
| 2025-10-02 | Merge branch 'ms/refs-optimize' | Junio C Hamano | 3 | -0/+20 |
| 2025-10-01 | refs/ref-cache: fix SEGFAULT when seeking in empty directories | Karthik Nayak | 1 | -1/+1 |
| 2025-09-29 | Merge branch 'kn/refs-files-case-insensitive' | Junio C Hamano | 1 | -12/+66 |
| 2025-09-19 | reftable-backend: implement 'optimize' action | Meet Soni | 1 | -0/+7 |
| 2025-09-19 | files-backend: implement 'optimize' action | Meet Soni | 1 | -0/+10 |
| 2025-09-19 | refs: add a generic 'optimize' API | Meet Soni | 1 | -0/+3 |
| 2025-09-17 | refs/files: handle D/F conflicts during locking | Karthik Nayak | 1 | -5/+6 |
| 2025-09-17 | refs/files: handle F/D conflicts in case-insensitive FS | Karthik Nayak | 1 | -2/+17 |
| 2025-09-17 | refs/files: use correct error type when lock exists | Karthik Nayak | 1 | -3/+18 |
| 2025-09-17 | refs/files: catch conflicts on case-insensitive file-systems | Karthik Nayak | 1 | -5/+28 |
| 2025-08-29 | Merge branch 'jk/no-clobber-dangling-symref-with-fetch' | Junio C Hamano | 2 | -7/+57 |
| 2025-08-29 | Merge branch 'ps/reftable-libgit2-cleanup' | Junio C Hamano | 1 | -11/+12 |
| 2025-08-21 | Merge branch 'ps/remote-rename-fix' | Junio C Hamano | 3 | -9/+13 |
| 2025-08-21 | Merge branch 'ps/reflog-migrate-fixes' | Junio C Hamano | 3 | -17/+77 |
| 2025-08-19 | refs: do not clobber dangling symrefs | Jeff King | 2 | -7/+57 |
| 2025-08-12 | refs/reftable: always reload stacks when creating lock | Patrick Steinhardt | 1 | -11/+12 |
| 2025-08-12 | reftable/stack: allow passing flags to `reftable_stack_add()` | Patrick Steinhardt | 1 | -4/+4 |
| 2025-08-06 | refs: pass refname when invoking reflog entry callback | Patrick Steinhardt | 3 | -9/+13 |
| 2025-08-06 | Merge branch 'ps/reflog-migrate-fixes' into ps/remote-rename-fix | Junio C Hamano | 3 | -17/+77 |
| 2025-08-06 | refs: fix invalid old object IDs when migrating reflogs | Patrick Steinhardt | 2 | -1/+29 |
| 2025-08-06 | refs: stop unsetting REF_HAVE_OLD for log-only updates | Patrick Steinhardt | 3 | -14/+10 |
| 2025-08-06 | refs/files: detect race when generating reflog entry for HEAD | Patrick Steinhardt | 1 | -2/+38 |
| 2025-08-04 | Merge branch 'ps/config-wo-the-repository' | Junio C Hamano | 2 | -2/+2 |
| 2025-08-04 | Merge branch 'kn/for-each-ref-skip-updates' | Junio C Hamano | 1 | -2/+3 |
| 2025-08-03 | Merge branch 'kn/for-each-ref-skip' | Junio C Hamano | 8 | -202/+135 |
| 2025-07-28 | ref-cache: use 'size_t' instead of int for length | Karthik Nayak | 1 | -2/+3 |
| 2025-07-24 | ref-cache: set prefix_state when seeking | Karthik Nayak | 1 | -0/+1 |
| 2025-07-23 | config: drop `git_config_get_int()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-16 | Merge branch 'ps/refs-files-remove-empty-parent' | Junio C Hamano | 1 | -0/+2 |
| 2025-07-15 | refs: selectively set prefix in the seek functions | Karthik Nayak | 7 | -38/+132 |
| 2025-07-15 | ref-cache: remove unused function 'find_ref_entry()' | Karthik Nayak | 2 | -21/+0 |
| 2025-07-15 | refs: expose `ref_iterator` via 'refs.h' | Karthik Nayak | 1 | -143/+2 |
| 2025-07-08 | Merge branch 'kn/fetch-push-bulk-ref-update' | Junio C Hamano | 1 | -0/+7 |
| 2025-07-08 | refs/files: remove empty parent dirs when ref creation fails | Patrick Steinhardt | 1 | -0/+2 |
| 2025-06-25 | refs/files: skip updates with errors in batched updates | Karthik Nayak | 1 | -0/+7 |
| 2025-06-03 | Merge branch 'sj/ref-contents-check-fix' | Junio C Hamano | 1 | -0/+3 |
| 2025-06-02 | fsck: ignore missing "refs" directory for linked worktrees | shejialuo | 1 | -0/+3 |
| 2025-05-14 | packed-backend: mmap large "packed-refs" file during fsck | shejialuo | 1 | -12/+7 |
| 2025-05-14 | packed-backend: extract snapshot allocation in `load_contents` | shejialuo | 1 | -22/+31 |
| 2025-05-14 | packed-backend: fsck should warn when "packed-refs" file is empty | shejialuo | 1 | -0/+9 |
| 2025-04-24 | Merge branch 'ps/object-file-cleanup' | Junio C Hamano | 1 | -2/+2 |
| 2025-04-17 | Merge branch 'ps/refname-avail-check-optim' | Junio C Hamano | 1 | -2/+2 |
| 2025-04-16 | Merge branch 'kn/non-transactional-batch-updates' | Junio C Hamano | 4 | -463/+473 |
| 2025-04-15 | Merge branch 'ps/object-wo-the-repository' | Junio C Hamano | 2 | -2/+2 |
| 2025-04-15 | object-file: move `safe_create_leading_directories()` into "path.c" | Patrick Steinhardt | 1 | -2/+2 |
| 2025-04-09 | refs/packed: fix BUG when seeking refs with UTF-8 characters | Patrick Steinhardt | 1 | -2/+2 |
| 2025-04-08 | Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanup | Junio C Hamano | 2 | -2/+2 |
| 2025-04-08 | refs: support rejection in batch updates during F/D checks | Karthik Nayak | 3 | -12/+42 |
| 2025-04-08 | refs: implement batch reference update support | Karthik Nayak | 4 | -4/+73 |
| 2025-04-08 | refs: introduce enum-based transaction error types | Karthik Nayak | 4 | -143/+151 |
| 2025-04-08 | refs/reftable: extract code from the transaction preparation | Karthik Nayak | 1 | -226/+237 |
| 2025-04-08 | refs/files: remove duplicate duplicates check | Karthik Nayak | 2 | -14/+0 |
| 2025-04-08 | refs: move duplicate refname update check to generic layer | Karthik Nayak | 4 | -114/+34 |
| 2025-04-08 | refs/files: remove redundant check in split_symref_update() | Karthik Nayak | 1 | -17/+3 |
| 2025-03-29 | Merge branch 'ps/refname-avail-check-optim' | Junio C Hamano | 7 | -245/+359 |
| 2025-03-26 | Merge branch 'sj/ref-consistency-checks-more' | Junio C Hamano | 1 | -12/+351 |
| 2025-03-12 | refs/iterator: implement seeking for files iterators | Patrick Steinhardt | 1 | -0/+16 |
| 2025-03-12 | refs/iterator: implement seeking for packed-ref iterators | Patrick Steinhardt | 1 | -22/+43 |
| 2025-03-12 | refs/iterator: implement seeking for ref-cache iterators | Patrick Steinhardt | 1 | -28/+51 |
| 2025-03-12 | refs/iterator: implement seeking for reftable iterators | Patrick Steinhardt | 1 | -5/+30 |
| 2025-03-12 | refs/iterator: implement seeking for merged iterators | Patrick Steinhardt | 1 | -9/+29 |
| 2025-03-12 | refs/iterator: provide infrastructure to re-seek iterators | Patrick Steinhardt | 3 | -0/+59 |
| 2025-03-12 | refs/iterator: separate lifecycle from iteration | Patrick Steinhardt | 7 | -163/+81 |
| 2025-03-12 | refs/files: batch refname availability checks for initial transactions | Patrick Steinhardt | 1 | -7/+16 |
| 2025-03-12 | refs/files: batch refname availability checks for normal transactions | Patrick Steinhardt | 1 | -11/+31 |
| 2025-03-12 | refs/reftable: batch refname availability checks | Patrick Steinhardt | 1 | -6/+9 |
| 2025-03-10 | hash: stop depending on `the_repository` in `null_oid()` | Patrick Steinhardt | 2 | -2/+2 |
| 2025-03-05 | Merge branch 'ps/path-sans-the-repository' | Junio C Hamano | 2 | -10/+10 |
| 2025-02-28 | path: adjust last remaining users of `the_repository` | Patrick Steinhardt | 2 | -10/+10 |
| 2025-02-27 | packed-backend: check whether the "packed-refs" is sorted | shejialuo | 1 | -16/+100 |
| 2025-02-27 | packed-backend: add "packed-refs" entry consistency check | shejialuo | 1 | -1/+121 |
| 2025-02-27 | packed-backend: check whether the refname contains NUL characters | shejialuo | 1 | -0/+18 |
| 2025-02-27 | packed-backend: add "packed-refs" header consistency check | shejialuo | 1 | -0/+73 |
| 2025-02-27 | packed-backend: check if header starts with "# pack-refs with: " | shejialuo | 1 | -1/+1 |
| 2025-02-27 | packed-backend: check whether the "packed-refs" is regular file | shejialuo | 1 | -4/+48 |
| 2025-02-14 | Merge branch 'kn/reflog-migration-fix-followup' | Junio C Hamano | 2 | -8/+18 |
| 2025-02-03 | Merge branch 'kn/reflog-migration-fix-fix' | Junio C Hamano | 2 | -10/+11 |
| 2025-01-29 | Merge branch 'kn/reflog-symref-fix' | Junio C Hamano | 1 | -3/+0 |
| 2025-01-27 | refs/reftable: fix uninitialized memory access of `max_index` | Karthik Nayak | 1 | -3/+3 |
| 2025-01-23 | refs: fix creation of reflog entries for symrefs | Karthik Nayak | 1 | -3/+0 |
| 2025-01-22 | reftable: prevent 'update_index' changes after adding records | Karthik Nayak | 1 | -5/+15 |
| 2025-01-22 | refs: use 'uint64_t' for 'ref_update.index' | Karthik Nayak | 2 | -3/+3 |
| 2025-01-17 | Merge branch 'kn/reflog-migration-fix' into kn/reflog-migration-fix-followup | Junio C Hamano | 2 | -10/+11 |
| 2025-01-15 | reftable: write correct max_update_index to header | Karthik Nayak | 2 | -10/+11 |
| 2024-12-23 | Merge branch 'kn/reflog-migration' | Junio C Hamano | 3 | -53/+140 |
| 2024-12-23 | Merge branch 'ps/build-sign-compare' | Junio C Hamano | 4 | -2/+5 |
| 2024-12-19 | Merge branch 'bf/set-head-symref' | Junio C Hamano | 3 | -15/+33 |
| 2024-12-16 | refs: allow multiple reflog entries for the same refname | Karthik Nayak | 2 | -7/+30 |
| 2024-12-16 | refs: introduce the `ref_transaction_update_reflog` function | Karthik Nayak | 1 | -8/+16 |
| 2024-12-16 | refs: add `committer_info` to `ref_transaction_add_update()` | Karthik Nayak | 3 | -8/+13 |
| 2024-12-16 | refs/files: add count field to ref_lock | Karthik Nayak | 1 | -19/+39 |
| 2024-12-16 | refs: add `index` field to `struct ref_udpate` | Karthik Nayak | 2 | -2/+18 |
| 2024-12-16 | refs: include committer info in `ref_update` struct | Karthik Nayak | 3 | -11/+26 |
| 2024-12-10 | Merge branch 'ps/reftable-iterator-reuse' | Junio C Hamano | 1 | -148/+261 |
| 2024-12-10 | Merge branch 'ps/reftable-detach' | Junio C Hamano | 1 | -1/+18 |
| 2024-12-06 | global: trivial conversions to fix `-Wsign-compare` warnings | Patrick Steinhardt | 1 | -4/+1 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 4 | -0/+6 |
| 2024-12-06 | Merge branch 'sj/refs-symref-referent-fix' | Junio C Hamano | 1 | -1/+2 |
| 2024-12-04 | Merge branch 'sj/ref-contents-check' | Junio C Hamano | 5 | -22/+193 |
| 2024-11-27 | ref-cache: fix invalid free operation in `free_ref_entry` | shejialuo | 1 | -1/+2 |
| 2024-11-26 | refs/reftable: reuse iterators when reading refs | Patrick Steinhardt | 1 | -3/+29 |
| 2024-11-26 | refs/reftable: refactor reflog expiry to use reftable backend | Patrick Steinhardt | 1 | -8/+5 |
| 2024-11-26 | refs/reftable: refactor reading symbolic refs to use reftable backend | Patrick Steinhardt | 1 | -7/+4 |
| 2024-11-26 | refs/reftable: read references via `struct reftable_backend` | Patrick Steinhardt | 1 | -63/+59 |
| 2024-11-26 | refs/reftable: figure out hash via `reftable_stack` | Patrick Steinhardt | 1 | -7/+19 |
| 2024-11-26 | refs/reftable: handle reloading stacks in the reftable backend | Patrick Steinhardt | 1 | -58/+126 |
| 2024-11-26 | refs/reftable: encapsulate reftable stack | Patrick Steinhardt | 1 | -59/+76 |
| 2024-11-25 | refs: add TRANSACTION_CREATE_EXISTS error | Bence Ferdinandy | 2 | -10/+20 |
| 2024-11-25 | refs: standardize output of refs_read_symbolic_ref | Bence Ferdinandy | 3 | -6/+12 |
| 2024-11-21 | ref: add symlink ref content check for files backend | shejialuo | 1 | -4/+34 |
| 2024-11-21 | ref: check whether the target of the symref is a ref | shejialuo | 1 | -2/+12 |
| 2024-11-21 | ref: add basic symref content check for files backend | shejialuo | 1 | -0/+40 |
| 2024-11-21 | ref: add more strict checks for regular refs | shejialuo | 2 | -4/+24 |
| 2024-11-21 | ref: port git-fsck(1) regular refs check for files backend | shejialuo | 1 | -0/+47 |
| 2024-11-21 | ref: support multiple worktrees check for refs | shejialuo | 5 | -10/+26 |
| 2024-11-21 | ref: initialize ref name outside of check functions | shejialuo | 1 | -8/+13 |
| 2024-11-21 | ref: check the full refname instead of basename | shejialuo | 1 | -2/+5 |
| 2024-11-21 | ref: initialize "fsck_ref_report" with zero | shejialuo | 1 | -1/+1 |
| 2024-11-21 | refs: skip collision checks in initial transactions | Patrick Steinhardt | 2 | -9/+10 |
| 2024-11-21 | refs/files: support symbolic and root refs in initial transaction | Patrick Steinhardt | 1 | -10/+34 |
| 2024-11-21 | refs: introduce "initial" transaction flag | Patrick Steinhardt | 5 | -38/+8 |
| 2024-11-21 | refs/files: move logic to commit initial transaction | Patrick Steinhardt | 1 | -101/+101 |
| 2024-11-21 | refs: allow passing flags when setting up a transaction | Patrick Steinhardt | 2 | -4/+8 |
| 2024-11-19 | Merge branch 'ps/reftable-detach' into ps/reftable-iterator-reuse | Junio C Hamano | 1 | -1/+18 |
| 2024-11-19 | reftable/stack: stop using `fsync_component()` directly | Patrick Steinhardt | 1 | -0/+7 |
| 2024-11-19 | reftable/system: stop depending on "hash.h" | Patrick Steinhardt | 1 | -1/+11 |
| 2024-10-21 | global: Fix duplicate word typos | Sven Strickroth | 1 | -1/+1 |
| 2024-10-10 | Merge branch 'ps/reftable-alloc-failures' | Junio C Hamano | 1 | -8/+31 |
| 2024-10-02 | reftable/merged: handle allocation failures in `merged_table_init_iter()` | Patrick Steinhardt | 1 | -8/+31 |
| 2024-09-30 | Merge branch 'ps/reftable-concurrent-writes' | Junio C Hamano | 1 | -2/+11 |
| 2024-09-25 | Merge branch 'ps/reftable-exclude' | Junio C Hamano | 1 | -3/+130 |
| 2024-09-24 | refs/reftable: reload locked stack when preparing transaction | Patrick Steinhardt | 1 | -1/+2 |
| 2024-09-24 | reftable/stack: allow locking of outdated stacks | Patrick Steinhardt | 1 | -2/+2 |
| 2024-09-24 | refs/reftable: introduce "reftable.lockTimeout" | Patrick Steinhardt | 1 | -0/+8 |
| 2024-09-23 | Merge branch 'ps/environ-wo-the-repository' | Junio C Hamano | 2 | -21/+33 |
| 2024-09-16 | Merge branch 'ps/reftable-exclude' into ps/reftable-alloc-failures | Junio C Hamano | 1 | -3/+130 |
| 2024-09-16 | refs/reftable: wire up support for exclude patterns | Patrick Steinhardt | 1 | -3/+130 |
| 2024-09-12 | Merge branch 'ps/pack-refs-auto-heuristics' | Junio C Hamano | 3 | -0/+90 |
| 2024-09-12 | environment: stop storing "core.preferSymlinkRefs" globally | Patrick Steinhardt | 1 | -1/+4 |
| 2024-09-12 | environment: stop storing "core.logAllRefUpdates" globally | Patrick Steinhardt | 2 | -6/+10 |
| 2024-09-12 | refs: stop modifying global `log_all_ref_updates` variable | Patrick Steinhardt | 2 | -16/+19 |
| 2024-09-12 | environment: guard state depending on a repository | Patrick Steinhardt | 1 | -0/+2 |
| 2024-09-04 | refs/files: use heuristic to decide whether to repack with `--auto` | Patrick Steinhardt | 3 | -0/+90 |
| 2024-08-30 | refs/files-backend: work around -Wunused-parameter | Junio C Hamano | 1 | -2/+5 |
| 2024-08-26 | Merge branch 'jk/mark-unused-parameters' | Junio C Hamano | 2 | -11/+11 |
| 2024-08-26 | Merge branch 'jk/drop-unused-parameters' | Junio C Hamano | 1 | -5/+3 |
| 2024-08-23 | Merge branch 'ps/config-wo-the-repository' | Junio C Hamano | 2 | -0/+4 |
| 2024-08-17 | reftable: mark unused parameters in virtual functions | Jeff King | 1 | -7/+7 |
| 2024-08-17 | refs: mark unused parameters in ref_store fsck callbacks | Jeff King | 2 | -4/+4 |
| 2024-08-17 | refs: drop some unused parameters from create_symref_lock() | Jeff King | 1 | -5/+3 |
| 2024-08-16 | Merge branch 'sj/ref-fsck' | Junio C Hamano | 5 | -1/+147 |
| 2024-08-15 | Merge branch 'jc/refs-symref-referent' | Junio C Hamano | 6 | -7/+31 |
| 2024-08-14 | Merge branch 'ss/packed-ref-store-leakfix' | Junio C Hamano | 1 | -0/+1 |
| 2024-08-13 | global: prepare for hiding away repo-less config functions | Patrick Steinhardt | 2 | -0/+4 |
| 2024-08-09 | refs: add referent to each_ref_fn | John Cai | 2 | -2/+2 |
| 2024-08-09 | refs: keep track of unresolved reference value in iterators | John Cai | 6 | -5/+30 |
| 2024-08-08 | fsck: add ref name check for files backend | shejialuo | 1 | -0/+31 |
| 2024-08-08 | files-backend: add unified interface for refs scanning | shejialuo | 1 | -1/+72 |
| 2024-08-08 | refs: set up ref consistency check infrastructure | shejialuo | 5 | -1/+45 |
| 2024-08-05 | refs/files: prevent memory leak by freeing packed_ref_store | Sven Strickroth | 1 | -0/+1 |
| 2024-07-30 | refs/reftable: stop using `the_repository` | Patrick Steinhardt | 1 | -25/+26 |
| 2024-07-30 | refs/packed: stop using `the_repository` | Patrick Steinhardt | 1 | -8/+6 |
| 2024-07-30 | refs/files: stop using `the_repository` | Patrick Steinhardt | 1 | -5/+3 |
| 2024-07-30 | refs/files: stop using `the_repository` in `parse_loose_ref_contents()` | Patrick Steinhardt | 2 | -10/+14 |