summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2020-04-19fsck: convert gitmodules url to URL passed to curlJonathan Nieder1-0/+29
2020-04-19credential: refuse to operate when missing host or protocolJeff King1-8/+26
2020-04-19credential: parse URL without host as empty host, not unsetJeff King1-0/+17
2020-04-19t0300: use more realistic inputsJeff King1-4/+85
2020-04-19t0300: make "quit" helper more realisticJeff King1-3/+13
2020-04-17transport-helper: mark failure for atomic pushJiang Xin2-6/+13
2020-04-17send-pack: mark failure of atomic push properlyJiang Xin3-5/+5
2020-04-17t5543: never report what we do not pushJiang Xin1-0/+89
2020-04-17send-pack: fix inconsistent porcelain outputJiang Xin3-0/+282
2020-04-16bugreport: add tool to generate debugging infoEmily Shaffer1-0/+61
2020-04-16log: add log.excludeDecoration config optionDerrick Stolee1-1/+50
2020-04-15range-diff: fix a crash in parsing git-log outputVasil Dimov1-0/+10
2020-04-15credential: treat "?" and "#" in URLs as end of hostJeff King1-1/+35
2020-04-15commit-graph.c: introduce '--[no-]check-oids'Taylor Blau1-0/+28
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau1-1/+1
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau1-0/+19
2020-04-15builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau1-0/+11
2020-04-15t/helper/test-read-graph.c: support commit-graph chainsTaylor Blau1-12/+1
2020-04-13Sync with v2.26.1Junio C Hamano3-2/+32
2020-04-11t: restrict `is_hidden` to be called only on WindowsJohannes Schindelin3-6/+9
2020-04-11mingw: make test_path_is_hidden more robustJohannes Schindelin1-1/+1
2020-04-11t: consolidate the `is_hidden` functionsJohannes Schindelin3-14/+7
2020-04-11rebase --merge: optionally skip upstreamed commitsJonathan Tan1-0/+77
2020-04-11rebase: reinstate --no-keep-emptyElijah Newren2-6/+40
2020-04-10tests: when run in Bash, annotate test failures with file name/line numberJohannes Schindelin1-1/+13
2020-04-10revision: --show-pulls adds helpful mergesDerrick Stolee1-0/+120
2020-04-10pull: pass --autostash to mergeDenton Liu1-8/+35
2020-04-10t5520: make test_pull_autostash() accept expect_parent_numDenton Liu1-6/+8
2020-04-10merge: teach --autostash optionDenton Liu2-0/+154
2020-04-09sha1-name: do not assume that the ref store is initializedJunio C Hamano1-0/+4
2020-04-08stash -p: (partially) fix bug concerning split hunksJohannes Schindelin1-1/+1
2020-04-08t3904: fix incorrect demonstration of a bugJohannes Schindelin1-2/+2
2020-04-08mingw: do not treat `COM0` as a reserved file nameJohannes Schindelin1-0/+2
2020-04-07format-patch: teach --no-encode-email-headersEmma Brooks1-0/+53
2020-04-07Merge branch 'dd/test-with-busybox' into HEADJunio C Hamano8-21/+25
2020-04-07diff: restrict when prefetching occursJonathan Tan1-0/+48
2020-04-07sequencer: honor GIT_REFLOG_ACTIONElijah Newren1-8/+8
2020-04-06fast-import: replace custom hash with hashmap.cJeff King1-0/+23
2020-04-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh3-0/+8
2020-04-06t4216: add end to end tests for git log with Bloom filtersGarima Singh2-0/+159
2020-04-06commit-graph: reuse existing Bloom filters during writeGarima Singh1-1/+1
2020-04-05t0007: fix a typoJohannes Schindelin1-1/+1
2020-04-03cherry-pick/revert: honour --no-gpg-sign in all caseĐoàn Trần Công Danh1-0/+86
2020-04-03rebase.c: honour --no-gpg-signĐoàn Trần Công Danh1-0/+71
2020-04-02update-ref: implement interactive transaction handlingPatrick Steinhardt1-0/+131
2020-04-01t5319: replace 'touch -m' with 'test-tool chmtime'Derrick Stolee1-4/+4
2020-04-01commit-graph: fix buggy --expire-time optionDerrick Stolee1-1/+7
2020-04-01completion: fix 'git add' on paths under an untracked directoryElijah Newren1-0/+5
2020-04-01t3000: add more testcases testing a variety of ls-files issuesElijah Newren1-0/+121
2020-04-01t7063: more thorough status checkingElijah Newren1-0/+52