summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2020-04-16bugreport: add tool to generate debugging infoLibravatar Emily Shaffer1-0/+61
2020-04-16log: add log.excludeDecoration config optionLibravatar Derrick Stolee1-1/+50
2020-04-15range-diff: fix a crash in parsing git-log outputLibravatar Vasil Dimov1-0/+10
2020-04-15credential: treat "?" and "#" in URLs as end of hostLibravatar Jeff King1-1/+35
2020-04-15commit-graph.c: introduce '--[no-]check-oids'Libravatar Taylor Blau1-0/+28
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Libravatar Taylor Blau1-1/+1
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Libravatar Taylor Blau1-0/+19
2020-04-15builtin/commit-graph.c: introduce split strategy 'no-merge'Libravatar Taylor Blau1-0/+11
2020-04-15t/helper/test-read-graph.c: support commit-graph chainsLibravatar Taylor Blau1-12/+1
2020-04-13Sync with v2.26.1Libravatar Junio C Hamano3-2/+32
2020-04-11t: restrict `is_hidden` to be called only on WindowsLibravatar Johannes Schindelin3-6/+9
2020-04-11mingw: make test_path_is_hidden more robustLibravatar Johannes Schindelin1-1/+1
2020-04-11t: consolidate the `is_hidden` functionsLibravatar Johannes Schindelin3-14/+7
2020-04-11rebase --merge: optionally skip upstreamed commitsLibravatar Jonathan Tan1-0/+77
2020-04-11rebase: reinstate --no-keep-emptyLibravatar Elijah Newren2-6/+40
2020-04-10tests: when run in Bash, annotate test failures with file name/line numberLibravatar Johannes Schindelin1-1/+13
2020-04-10revision: --show-pulls adds helpful mergesLibravatar Derrick Stolee1-0/+120
2020-04-10pull: pass --autostash to mergeLibravatar Denton Liu1-8/+35
2020-04-10t5520: make test_pull_autostash() accept expect_parent_numLibravatar Denton Liu1-6/+8
2020-04-10merge: teach --autostash optionLibravatar Denton Liu2-0/+154
2020-04-09sha1-name: do not assume that the ref store is initializedLibravatar Junio C Hamano1-0/+4
2020-04-08stash -p: (partially) fix bug concerning split hunksLibravatar Johannes Schindelin1-1/+1
2020-04-08t3904: fix incorrect demonstration of a bugLibravatar Johannes Schindelin1-2/+2
2020-04-08mingw: do not treat `COM0` as a reserved file nameLibravatar Johannes Schindelin1-0/+2
2020-04-07format-patch: teach --no-encode-email-headersLibravatar Emma Brooks1-0/+53
2020-04-07Merge branch 'dd/test-with-busybox' into HEADLibravatar Junio C Hamano8-21/+25
2020-04-07diff: restrict when prefetching occursLibravatar Jonathan Tan1-0/+48
2020-04-07sequencer: honor GIT_REFLOG_ACTIONLibravatar Elijah Newren1-8/+8
2020-04-06fast-import: replace custom hash with hashmap.cLibravatar Jeff King1-0/+23
2020-04-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagLibravatar Garima Singh3-0/+8
2020-04-06t4216: add end to end tests for git log with Bloom filtersLibravatar Garima Singh2-0/+159
2020-04-06commit-graph: reuse existing Bloom filters during writeLibravatar Garima Singh1-1/+1
2020-04-05t0007: fix a typoLibravatar Johannes Schindelin1-1/+1
2020-04-03cherry-pick/revert: honour --no-gpg-sign in all caseLibravatar Đoàn Trần Công Danh1-0/+86
2020-04-03rebase.c: honour --no-gpg-signLibravatar Đoàn Trần Công Danh1-0/+71
2020-04-02update-ref: implement interactive transaction handlingLibravatar Patrick Steinhardt1-0/+131
2020-04-01t5319: replace 'touch -m' with 'test-tool chmtime'Libravatar Derrick Stolee1-4/+4
2020-04-01commit-graph: fix buggy --expire-time optionLibravatar Derrick Stolee1-1/+7
2020-04-01completion: fix 'git add' on paths under an untracked directoryLibravatar Elijah Newren1-0/+5
2020-04-01t3000: add more testcases testing a variety of ls-files issuesLibravatar Elijah Newren1-0/+121
2020-04-01t7063: more thorough status checkingLibravatar Elijah Newren1-0/+52
2020-04-01clone: use "quick" lookup while following tagsLibravatar Jeff King1-0/+8
2020-03-30t3432: test `--merge' with `rebase.abbreviateCommands = true', tooLibravatar Alban Gruin1-5/+19
2020-03-30test-tool: rename sha1-array to oid-arrayLibravatar Jeff King4-13/+13
2020-03-30oid_array: rename source file from sha1-arrayLibravatar Jeff King1-1/+1
2020-03-30bloom.c: core Bloom filter implementation for changed paths.Libravatar Garima Singh2-0/+67
2020-03-30bloom.c: introduce core Bloom filter constructsLibravatar Garima Singh2-0/+88
2020-03-30bloom.c: add the murmur3 hash implementationLibravatar Garima Singh4-0/+45
2020-03-29Merge branch 'ds/default-pack-use-sparse-to-true'Libravatar Junio C Hamano2-4/+6
2020-03-29test-lib-functions: simplify packetize() stdin codeLibravatar Jeff King1-5/+4