summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2022-05-16http: add custom hostname to IP address resolutionsChristian Couder1-0/+7
2022-05-12t0034: add negative tests and allow git init to mostly work under sudoCarlo Marcelo Arenas Belón2-0/+77
2022-05-12git-compat-util: avoid failing dir ownership checks if running privilegedCarlo Marcelo Arenas Belón1-1/+1
2022-05-12t: regression git needs safe.directory when using sudoCarlo Marcelo Arenas Belón1-0/+44
2022-05-12commit: fix "author_ident" leakJunio C Hamano2-0/+2
2022-05-12object-file: fix a unpack_loose_header() regression in 3b6a8db3b03Ævar Arnfjörð Bjarmason2-4/+19
2022-05-12log test: skip a failing mkstemp() test under valgrindÆvar Arnfjörð Bjarmason1-4/+7
2022-05-12tests: using custom GIT_EXEC_PATH breaks --valgrind testsÆvar Arnfjörð Bjarmason2-2/+3
2022-05-11pull: do not let submodule.recurse override fetch.recurseSubmodulesGlen Choo1-0/+26
2022-05-11Merge branch 'rs/commit-summary-wo-break-rewrite'Junio C Hamano1-0/+31
2022-05-11Merge branch 'pw/test-malloc-with-sanitize-address'Junio C Hamano1-2/+3
2022-05-11Merge branch 'ah/rebase-keep-base-fix'Junio C Hamano1-0/+29
2022-05-11bisect: output bisect setup status in bisect logChris Down1-0/+10
2022-05-11bisect: output state before we are ready to compute bisectionChris Down1-0/+18
2022-05-10Merge branch 'ea/progress-partial-blame'Junio C Hamano1-0/+40
2022-05-10Merge branch 'fr/vimdiff-layout'Junio C Hamano1-0/+14
2022-05-10Merge branch 'tk/untracked-cache-with-uall'Junio C Hamano1-0/+113
2022-05-10unpack-trees: preserve index sparsityVictoria Dye1-1/+1
2022-05-10stash: apply stash using 'merge_ort_nonrecursive()'Victoria Dye1-2/+2
2022-05-10read-cache: set sparsity when index is newVictoria Dye1-1/+1
2022-05-10stash: integrate with sparse indexVictoria Dye1-1/+28
2022-05-10stash: expand sparse-checkout compatibility testingVictoria Dye2-0/+51
2022-05-09builtin/remote.c: teach `-v` to list filters for promisor remotesAbhradeep Chakraborty1-0/+34
2022-05-05Merge branch 'rs/format-patch-pathspec-fix' into maintJunio C Hamano1-2/+31
2022-05-05Merge branch 'rs/fast-export-pathspec-fix' into maintJunio C Hamano1-0/+7
2022-05-05Merge branch 'jc/show-pathspec-fix' into maintJunio C Hamano1-0/+19
2022-05-05Merge branch 'jc/diff-tree-stdin-fix' into maintJunio C Hamano1-0/+14
2022-05-05Merge branch 'gc/submodule-update-part2' into maintJunio C Hamano1-0/+33
2022-05-04git-p4: improve encoding handling to support inconsistent encodingsTao Klerks3-1/+429
2022-05-04Merge branch 'rs/format-patch-pathspec-fix'Junio C Hamano1-2/+31
2022-05-04Merge branch 'rs/fast-export-pathspec-fix'Junio C Hamano1-0/+7
2022-05-04Merge branch 'jc/show-pathspec-fix'Junio C Hamano1-0/+19
2022-04-302.36 fast-export regression fixRené Scharfe1-0/+7
2022-04-302.36 format-patch regression fixRené Scharfe1-2/+31
2022-04-292.36 show regression fixJunio C Hamano1-0/+19
2022-04-29push: new config option "push.autoSetupRemote" supports "simple" pushTao Klerks1-0/+14
2022-04-29push: default to single remote even when not named originTao Klerks2-4/+76
2022-04-29branch: new autosetupmerge option 'simple' for matching branchesTao Klerks1-0/+35
2022-04-28Merge branch 'jc/diff-tree-stdin-fix'Junio C Hamano1-0/+14
2022-04-28Merge branch 'gc/submodule-update-part2'Junio C Hamano1-0/+33
2022-04-27safe.directory: document and check that it's ignored in the environmentSZEDER Gábor1-0/+15
2022-04-27t0033-safe-directory: check when 'safe.directory' is ignoredSZEDER Gábor1-0/+13
2022-04-27t0033-safe-directory: check the error message without matching the trash dirSZEDER Gábor1-1/+1
2022-04-26rev-parse: integrate with sparse indexDerrick Stolee1-20/+25
2022-04-26object-name: diagnose trees in index properlyDerrick Stolee1-6/+12
2022-04-26object-name: reject trees found in the indexDerrick Stolee1-9/+2
2022-04-26show: integrate with the sparse indexDerrick Stolee1-4/+20
2022-04-26t1092: add compatibility tests for 'git show'Derrick Stolee1-0/+16
2022-04-26submodule--helper: fix initialization of warn_if_uninitializedOrgad Shaneh1-0/+33
2022-04-262.36 gitk/diff-tree --stdin regression fixJunio C Hamano1-0/+14