summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-06-05docs: fix typosTuomas Ahola5-5/+5
2026-06-05Merge branch 'ps/odb-source-loose' into ps/odb-source-packedJunio C Hamano15-870/+973
2026-06-05setup: construct object database in `apply_repository_format()`Patrick Steinhardt3-27/+32
2026-06-05repository: stop reading loose object map twice on repo initPatrick Steinhardt1-3/+0
2026-06-05setup: stop initializing object database without repositoryPatrick Steinhardt2-6/+5
2026-06-05setup: stop creating the object database in `setup_git_env()`Patrick Steinhardt1-11/+26
2026-06-05repository: stop initializing the object database in `repo_set_gitdir()`Patrick Steinhardt3-12/+6
2026-06-05setup: deduplicate logic to apply repository formatPatrick Steinhardt3-63/+71
2026-06-05setup: drop `setup_git_env()`Patrick Steinhardt3-14/+4
2026-06-05t0001: plug test gaps for git-init(1) with GIT_OBJECT_DIRECTORYPatrick Steinhardt1-0/+10
2026-06-05t: let prove fail when parsing invalid TAP outputPatrick Steinhardt1-0/+6
2026-06-05t/lib-git-p4: silence output when killing p4d and its watchdogPatrick Steinhardt1-2/+2
2026-06-05t/test-lib: silence EBUSY errors on Windows during test cleanupPatrick Steinhardt1-2/+2
2026-06-05t7810: turn MB_REGEX check into a lazy prereqPatrick Steinhardt1-2/+3
2026-06-05t7527: fix broken TAP outputPatrick Steinhardt1-3/+4
2026-06-05ci: unify Linux images across GitLab and GitHubPatrick Steinhardt2-2/+2
2026-06-05gitlab-ci: add missing Linux jobsPatrick Steinhardt2-1/+7
2026-06-05gitlab-ci: rearrange Linux jobs to match GitHub's orderPatrick Steinhardt1-7/+8
2026-06-03config: improve diagnostic for "set" with missing valueHarald Nordgren2-1/+87
2026-06-03config: add git_config_key_is_valid() for quiet validationHarald Nordgren2-9/+31
2026-06-03revision.c: implement --max-count-oldestMirko Faina4-4/+154
2026-06-03environment: move "warn_on_object_refname_ambiguity" into `struct repo_config...Olamide Caleb Bello7-15/+20
2026-06-03environment: move "sparse_expect_files_outside_of_patterns" into `struct repo...Olamide Caleb Bello3-5/+8
2026-06-03environment: move "core_sparse_checkout_cone" into `struct repo_config_values`Olamide Caleb Bello6-21/+29
2026-06-03environment: move "precomposed_unicode" into `struct repo_config_values`Olamide Caleb Bello4-11/+18
2026-06-03environment: move "pack_compression_level" into `struct repo_config_values`Olamide Caleb Bello5-15/+23
2026-06-03environment: move `zlib_compression_level` into `struct repo_config_values`Olamide Caleb Bello6-8/+12
2026-06-03environment: move "check_stat" into `struct repo_config_values`Olamide Caleb Bello4-10/+11
2026-06-03environment: move "trust_ctime" into `struct repo_config_values`Olamide Caleb Bello3-5/+7
2026-06-02git-gui: add gui and pick as explicit subcommandsMark Levedahl1-4/+21
2026-06-02git-gui: check browser/blame arguments carefullyMark Levedahl1-59/+63
2026-06-02git-gui: allow specifying path '.' to the browserMark Levedahl1-1/+5
2026-06-02git-gui: try harder to find worktree from gitdirMark Levedahl1-0/+38
2026-06-02git-gui: simplify [is_bare] to report if a worktree is knownMark Levedahl1-24/+1
2026-06-02git-gui: use git rev-parse for worktree discoveryMark Levedahl1-34/+27
2026-06-02git-gui: use rev-parse exclusively to find a repositoryMark Levedahl1-15/+34
2026-06-02git-gui: use --absolute-git-dirMark Levedahl1-11/+3
2026-06-02git-gui: do not change global vars in choose_repository::pickMark Levedahl2-14/+14
2026-06-02git-gui: guard set/unset of GIT_DIR and GIT_WORK_TREEMark Levedahl1-16/+20
2026-06-02SubmittingPatches: describe cover letterJunio C Hamano1-0/+24
2026-06-02SubmittingPatches: separate typofixes sectionJunio C Hamano1-0/+1
2026-06-02doc: document and test `@` prefix for raw timestampsLuna Schwalbe2-0/+16
2026-06-02config.mak.uname: avoid macOS linker warning on Xcode 16.3+Harald Nordgren1-0/+6
2026-06-02The 11th batchJunio C Hamano1-0/+11
2026-06-02Merge branch 'kh/doc-hook'Junio C Hamano3-11/+21
2026-06-02Merge branch 'ds/path-walk-filters'Junio C Hamano12-78/+1124
2026-06-02Merge branch 'ta/approxidate-noon-fix'Junio C Hamano3-12/+81
2026-06-02Merge branch 'jk/connect-service-enum'Junio C Hamano9-28/+58
2026-06-02describe: fix --exclude, --match with --contains and --allJacob Keller2-3/+37
2026-06-02index-pack: retain child bases in delta cacheArijit Banerjee1-1/+0