summaryrefslogtreecommitdiffstats
path: root/t/lib-log-graph.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-06The fourteenth batchJunio C Hamano1-0/+6
2024-12-04midx: inline the `MIDX_MIN_SIZE` definitionKarthik Nayak1-5/+1
2024-12-04midx: pass down `hash_algo` to functions using global variablesKarthik Nayak5-29/+37
2024-12-04midx: pass `repository` to `load_multi_pack_index`Karthik Nayak3-10/+13
2024-12-04midx: cleanup internal usage of `the_repository` and `the_hash_algo`Karthik Nayak1-22/+27
2024-12-04midx-write: pass down repository to `write_midx_file[_only]`Karthik Nayak4-23/+17
2024-12-04write-midx: add repository field to `write_midx_context`Karthik Nayak1-18/+20
2024-12-04midx-write: use `revs->repo` inside `read_refs_snapshot`Karthik Nayak1-1/+2
2024-12-04midx-write: pass down repository to static functionsKarthik Nayak1-26/+31
2024-12-04The thirteenth batchJunio C Hamano1-12/+22
2024-12-04t9300: test verification of renamed pathsJeff King1-2/+9
2024-12-04packfile.c: remove unnecessary prepare_packed_git() callTaylor Blau1-1/+0
2024-12-04midx: add repository to `multi_pack_index` structKarthik Nayak3-35/+59
2024-12-04config: make `packed_git_(limit|window_size)` non-global variablesKarthik Nayak7-30/+35
2024-12-04config: make `delta_base_cache_limit` a non-global variableKarthik Nayak11-14/+39
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak15-35/+44
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak11-17/+21
2024-12-04packfile: pass down repository to `odb_pack_name`Karthik Nayak6-14/+14
2024-12-04packfile: pass `repository` to static function in the fileKarthik Nayak1-7/+8
2024-12-04packfile: use `repository` from `packed_git` directlyKarthik Nayak1-23/+27
2024-12-04packfile: add repository to struct `packed_git`Karthik Nayak10-16/+30
2024-12-02Documentation/git-update-ref.txt: add missing wordKristoffer Haugsbakk1-4/+4
2024-12-02Documentation/git-bundle.txt: fix word join typoKristoffer Haugsbakk1-1/+1
2024-12-02fast-import: disallow more path componentsElijah Newren3-7/+91
2024-12-02worktree: refactor `repair_worktree_after_gitdir_move()`Caleb White2-25/+26
2024-12-02worktree: add relative cli/config options to `repair` commandCaleb White5-33/+76
2024-12-02worktree: add relative cli/config options to `move` commandCaleb White4-16/+39
2024-12-02worktree: add relative cli/config options to `add` commandCaleb White7-49/+95
2024-12-02worktree: add `write_worktree_linking_files()` functionCaleb White2-0/+48
2024-12-02worktree: refactor infer_backlink returnCaleb White1-7/+8
2024-12-02worktree: add `relativeWorktrees` extensionCaleb White5-0/+16
2024-12-02setup: correctly reinitialize repository versionCaleb White2-12/+26
2024-11-29CodingGuidelines: a handful of error message guidelinesJunio C Hamano1-3/+17
2024-11-28transport: propagate fsck configuration during bundle fetchJustin Tobler2-0/+27
2024-11-28fetch-pack: split out fsck config parsingJustin Tobler2-8/+29
2024-11-28bundle: support fsck message configurationJustin Tobler2-6/+14
2024-11-28bundle: add bundle verification options typeJustin Tobler5-9/+22
2024-11-26The twelfth batchJunio C Hamano1-0/+21
2024-11-26ref-cache: fix invalid free operation in `free_ref_entry`shejialuo1-1/+2
2024-11-26refs/reftable: reuse iterators when reading refsPatrick Steinhardt1-3/+29
2024-11-26reftable/merged: drain priority queue on reseekPatrick Steinhardt2-0/+75
2024-11-26reftable/stack: add mechanism to notify callers on reloadPatrick Steinhardt2-0/+13
2024-11-26refs/reftable: refactor reflog expiry to use reftable backendPatrick Steinhardt1-8/+5
2024-11-26refs/reftable: refactor reading symbolic refs to use reftable backendPatrick Steinhardt1-7/+4
2024-11-26refs/reftable: read references via `struct reftable_backend`Patrick Steinhardt1-63/+59
2024-11-26refs/reftable: figure out hash via `reftable_stack`Patrick Steinhardt1-7/+19
2024-11-26reftable/stack: add accessor for the hash IDPatrick Steinhardt2-0/+8
2024-11-26refs/reftable: handle reloading stacks in the reftable backendPatrick Steinhardt1-58/+126
2024-11-26refs/reftable: encapsulate reftable stackPatrick Steinhardt1-59/+76
2024-11-26builtin: pass repository to sub commandsKarthik Nayak17-135/+239