summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2020-12-08diff: do not show submodule with untracked files as "-dirty"Sangeeta Jain4-18/+32
2020-12-08t7900: fix typo: "test_execpt_success"Josh Steadmon1-1/+1
2020-12-07t6300: avoid using the default name of the initial branchJohannes Schindelin1-88/+90
2020-12-07pretty format %(trailers) test: split a long lineÆvar Arnfjörð Bjarmason1-1/+6
2020-12-04t0064: make duplicate tests more robustJeff King1-2/+5
2020-12-04t0064: drop sha1 mention from filenameJeff King1-1/+1
2020-12-04t5526: drop the prereq expecting the default branch name `main`Johannes Schindelin1-21/+21
2020-12-04t5526: avoid depending on a specific default branch nameJohannes Schindelin1-19/+22
2020-12-03upload-pack.c: don't free allowed_filters util pointersTaylor Blau1-1/+9
2020-12-03upload-pack: propagate return value from object filter config callbackJeff King1-0/+8
2020-12-03Merge branch 'pk/subsub-fetch-fix'Junio C Hamano1-63/+0
2020-12-03Merge branch 'pb/pull-rebase-recurse-submodules'Junio C Hamano1-2/+54
2020-12-02Revert "submodules: fix of regression on fetching of non-init subsub-repo"Junio C Hamano1-63/+0
2020-12-02apply: don't use core.sharedRepository to create working tree filesMatheus Tavares2-2/+28
2020-12-02t7900: speed up expensive testJeff King1-2/+4
2020-12-01stash: fix stash application in sparse-checkoutsElijah Newren1-1/+1
2020-12-01stash: remove unnecessary process forkingElijah Newren1-8/+8
2020-12-01t7012: add a testcase demonstrating stash apply bugs in sparse checkoutsElijah Newren1-0/+88
2020-12-01tests: lib-functions: trivial style cleanupsFelipe Contreras1-4/+4
2020-12-01test: completion: fix typosFelipe Contreras1-2/+2
2020-11-30Merge branch 'js/t3404-master-to-primary'Junio C Hamano1-44/+45
2020-11-30Merge branch 'na/notes-displayref-is-not-boolean'Junio C Hamano1-0/+5
2020-11-30Merge branch 'js/t1309-master-to-topic'Junio C Hamano1-2/+2
2020-11-30Merge branch 'js/pull-rebase-use-advise'Junio C Hamano1-2/+5
2020-11-30Merge branch 'js/t4015-wo-master'Junio C Hamano1-3/+3
2020-11-30Merge branch 'js/t3040-cleanup'Junio C Hamano1-3/+0
2020-11-30Merge branch 'js/t2106-cleanup'Junio C Hamano1-14/+17
2020-11-30refspec: make @ a synonym of HEADFelipe Contreras2-51/+58
2020-11-30tests: push: trivial cleanupFelipe Contreras1-2/+1
2020-11-30tests: push: improve cleanup of HEAD testsFelipe Contreras1-1/+3
2020-11-30perf/fsmonitor: use test_must_be_empty helperNipunn Koorapati1-2/+1
2020-11-30maintenance: fix SEGFAULT when no repositoryRafael Silva1-0/+8
2020-11-25Merge branch 'sg/tests-prereq'Junio C Hamano2-4/+25
2020-11-25Merge branch 'sg/t5310-jgit-wants-sha1'Junio C Hamano1-2/+2
2020-11-25Merge branch 'pk/subsub-fetch-fix'Junio C Hamano1-0/+63
2020-11-25Merge branch 'jx/t5411-flake-fix'Junio C Hamano8-42/+476
2020-11-25Merge branch 'fc/bash-completion-alias-of-alias'Junio C Hamano1-0/+19
2020-11-25maintenance: use 'git config --fixed-value'Derrick Stolee1-0/+12
2020-11-25config: implement --fixed-value with --get*Derrick Stolee1-0/+22
2020-11-25config: plumb --fixed-value into config APIDerrick Stolee1-0/+50
2020-11-25config: add --fixed-value option, un-implementedDerrick Stolee1-0/+24
2020-11-25t1300: add test for --replace-all with value-patternDerrick Stolee1-0/+14
2020-11-25t1300: test "set all" mode with value-patternDerrick Stolee1-0/+39
2020-11-25midx.c: protect against disappearing packsTaylor Blau1-1/+7
2020-11-25packfile.c: protect against disappearing indexesTaylor Blau1-2/+22
2020-11-25help.c: help.autocorrect=never means "do not compute suggestions"Drew DeVault1-8/+22
2020-11-24t3404: do not depend on any specific default branch nameJohannes Schindelin1-44/+45
2020-11-24maintenance: extract platform-specific schedulingDerrick Stolee2-7/+8
2020-11-23t3301: test proper exit response to no-value notes.displayRef.Nate Avers1-0/+5
2020-11-21Merge branch 'en/strmap'Junio C Hamano1-5/+4