summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-12-04packfile.c: remove unnecessary prepare_packed_git() callTaylor Blau-1/+0
2024-12-04midx: add repository to `multi_pack_index` structKarthik Nayak-35/+59
2024-12-04config: make `packed_git_(limit|window_size)` non-global variablesKarthik Nayak-30/+35
2024-12-04config: make `delta_base_cache_limit` a non-global variableKarthik Nayak-14/+39
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak-35/+44
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak-17/+21
2024-12-04packfile: pass down repository to `odb_pack_name`Karthik Nayak-14/+14
2024-12-04packfile: pass `repository` to static function in the fileKarthik Nayak-7/+8
2024-12-04packfile: use `repository` from `packed_git` directlyKarthik Nayak-23/+27
2024-12-04packfile: add repository to struct `packed_git`Karthik Nayak-16/+30
2024-12-03tag: "git tag" refuses to use HEAD as a tagnameJunio C Hamano-1/+13
2024-12-03t5604: do not expect that HEAD can be a valid tagnameJunio C Hamano-3/+3
2024-12-03refs: drop strbuf_ prefix from helpersJunio C Hamano-23/+23
2024-12-03refs: move ref name helpers aroundJunio C Hamano-69/+76
2024-12-02Merge branch 'ps/leakfixes-part-10' into rj/strvec-splice-fixJunio C Hamano-1265/+457
2024-12-02Documentation/git-update-ref.txt: add missing wordKristoffer Haugsbakk-4/+4
2024-12-02Documentation/git-bundle.txt: fix word join typoKristoffer Haugsbakk-1/+1
2024-12-02fast-import: disallow more path componentsElijah Newren-7/+91
2024-12-02fetch: add configuration for set_head behaviourBence Ferdinandy-6/+171
2024-12-02worktree: refactor `repair_worktree_after_gitdir_move()`Caleb White-25/+26
2024-12-02worktree: add relative cli/config options to `repair` commandCaleb White-33/+76
2024-12-02worktree: add relative cli/config options to `move` commandCaleb White-16/+39
2024-12-02worktree: add relative cli/config options to `add` commandCaleb White-49/+95
2024-12-02worktree: add `write_worktree_linking_files()` functionCaleb White-0/+48
2024-12-02worktree: refactor infer_backlink returnCaleb White-7/+8
2024-12-02worktree: add `relativeWorktrees` extensionCaleb White-0/+16
2024-12-02setup: correctly reinitialize repository versionCaleb White-12/+26
2024-11-29CodingGuidelines: a handful of error message guidelinesJunio C Hamano-3/+17
2024-11-28Merge branch 'sv-20231026' of https://github.com/nafmo/gitk-l10n-svJohannes Sixt-357/+377
2024-11-28transport: propagate fsck configuration during bundle fetchJustin Tobler-0/+27
2024-11-28fetch-pack: split out fsck config parsingJustin Tobler-8/+29
2024-11-28bundle: support fsck message configurationJustin Tobler-6/+14
2024-11-28bundle: add bundle verification options typeJustin Tobler-9/+22
2024-11-27Merge branch 'bf/set-head-symref' into bf/fetch-set-head-configJunio C Hamano-59/+439
2024-11-27The twelfth batchJunio C Hamano-0/+21
2024-11-27Merge branch 'kn/ref-transaction-hook-with-reflog'Junio C Hamano-2/+3
2024-11-27Merge branch 'jt/index-pack-allow-promisor-only-while-fetching'Junio C Hamano-3/+5
2024-11-27Merge branch 'en/fast-import-avoid-self-replace'Junio C Hamano-1/+43
2024-11-27Merge branch 'kh/trailer-in-glossary'Junio C Hamano-0/+5
2024-11-27Merge branch 'jk/gcc15'Junio C Hamano-43/+38
2024-11-27Merge branch 'bc/c23'Junio C Hamano-7/+7
2024-11-27Merge branch 'ps/clar-build-improvement'Junio C Hamano-57/+78
2024-11-27Merge branch 'kh/bundle-docs'Junio C Hamano-9/+50
2024-11-26Git 2.47.2v2.47.2Johannes Schindelin-0/+7
2024-11-26Sync with 2.46.3Johannes Schindelin-41/+163
2024-11-26Git 2.46.3v2.46.3Johannes Schindelin-2/+8
2024-11-26Sync with 2.45.3Johannes Schindelin-41/+157
2024-11-26Git 2.44.3v2.44.3Johannes Schindelin-2/+9
2024-11-26Git 2.45.3v2.45.3Johannes Schindelin-2/+7
2024-11-26Sync with 2.44.3Johannes Schindelin-39/+144