summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kn/midx-wo-the-repository'Junio C Hamano2024-12-1339-314/+413
|\
| * midx: inline the `MIDX_MIN_SIZE` definitionKarthik Nayak2024-12-041-5/+1
| * midx: pass down `hash_algo` to functions using global variablesKarthik Nayak2024-12-045-29/+37
| * midx: pass `repository` to `load_multi_pack_index`Karthik Nayak2024-12-043-10/+13
| * midx: cleanup internal usage of `the_repository` and `the_hash_algo`Karthik Nayak2024-12-041-22/+27
| * midx-write: pass down repository to `write_midx_file[_only]`Karthik Nayak2024-12-044-23/+17
| * write-midx: add repository field to `write_midx_context`Karthik Nayak2024-12-041-18/+20
| * midx-write: use `revs->repo` inside `read_refs_snapshot`Karthik Nayak2024-12-041-1/+2
| * midx-write: pass down repository to static functionsKarthik Nayak2024-12-041-26/+31
| * Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands' into kn/midx-wo-the-r...Junio C Hamano2024-12-0429-279/+406
| |\
| * \ Merge branch 'kn/the-repository' into kn/midx-wo-the-repositoryJunio C Hamano2024-12-0436-190/+275
| |\ \
| | * | packfile.c: remove unnecessary prepare_packed_git() callTaylor Blau2024-12-041-1/+0
| | * | midx: add repository to `multi_pack_index` structKarthik Nayak2024-12-043-35/+59
| | * | config: make `packed_git_(limit|window_size)` non-global variablesKarthik Nayak2024-12-047-30/+35
| | * | config: make `delta_base_cache_limit` a non-global variableKarthik Nayak2024-12-0411-14/+39
| | * | packfile: pass down repository to `for_each_packed_object`Karthik Nayak2024-12-0415-35/+44
| | * | packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak2024-12-0411-17/+21
| | * | packfile: pass down repository to `odb_pack_name`Karthik Nayak2024-12-046-14/+14
| | * | packfile: pass `repository` to static function in the fileKarthik Nayak2024-12-041-7/+8
| | * | packfile: use `repository` from `packed_git` directlyKarthik Nayak2024-12-041-23/+27
| | * | packfile: add repository to struct `packed_git`Karthik Nayak2024-12-0410-16/+30
* | | | Merge branch 'cw/worktree-extension'Junio C Hamano2024-12-1318-141/+334
|\ \ \ \
| * | | | worktree: refactor `repair_worktree_after_gitdir_move()`Caleb White2024-12-022-25/+26
| * | | | worktree: add relative cli/config options to `repair` commandCaleb White2024-12-025-33/+76
| * | | | worktree: add relative cli/config options to `move` commandCaleb White2024-12-024-16/+39
| * | | | worktree: add relative cli/config options to `add` commandCaleb White2024-12-027-49/+95
| * | | | worktree: add `write_worktree_linking_files()` functionCaleb White2024-12-022-0/+48
| * | | | worktree: refactor infer_backlink returnCaleb White2024-12-021-7/+8
| * | | | worktree: add `relativeWorktrees` extensionCaleb White2024-12-025-0/+16
| * | | | setup: correctly reinitialize repository versionCaleb White2024-12-022-12/+26
* | | | | Merge branch 'es/oss-fuzz'Junio C Hamano2024-12-138-39/+177
|\ \ \ \ \
| * | | | | fuzz: port fuzz-url-decode-mem from OSS-FuzzEric Sesterhenn2024-10-174-0/+46
| * | | | | fuzz: port fuzz-parse-attr-line from OSS-FuzzEric Sesterhenn2024-10-176-38/+87
| * | | | | fuzz: port fuzz-credential-from-url-gently from OSS-FuzzEric Sesterhenn2024-10-174-1/+44
* | | | | | Merge branch 'en/fast-import-verify-path'Junio C Hamano2024-12-133-4/+117
|\ \ \ \ \ \
| * | | | | | t9300: test verification of renamed pathsJeff King2024-12-041-2/+9
| * | | | | | fast-import: disallow more path componentsElijah Newren2024-12-023-7/+91
| * | | | | | fast-import: disallow "." and ".." path componentsElijah Newren2024-11-262-0/+22
* | | | | | | Merge branch 'kh/doc-update-ref-grammofix'Junio C Hamano2024-12-131-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Documentation/git-update-ref.txt: add missing wordKristoffer Haugsbakk2024-12-021-4/+4
* | | | | | | | Merge branch 'kh/doc-bundle-typofix'Junio C Hamano2024-12-131-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Documentation/git-bundle.txt: fix word join typoKristoffer Haugsbakk2024-12-021-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jc/doc-error-message-guidelines'Junio C Hamano2024-12-131-3/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | CodingGuidelines: a handful of error message guidelinesJunio C Hamano2024-11-291-3/+17
| |/ / / / / / /
* | | | | | | | Merge branch 'jt/bundle-fsck'Junio C Hamano2024-12-138-20/+89
|\ \ \ \ \ \ \ \
| * | | | | | | | transport: propagate fsck configuration during bundle fetchJustin Tobler2024-11-282-0/+27
| * | | | | | | | fetch-pack: split out fsck config parsingJustin Tobler2024-11-282-8/+29
| * | | | | | | | bundle: support fsck message configurationJustin Tobler2024-11-282-6/+14
| * | | | | | | | bundle: add bundle verification options typeJustin Tobler2024-11-285-9/+22
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | The fifteenth batchJunio C Hamano2024-12-101-0/+20