summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2020-07-01diff-files --raw: show correct post-image of intent-to-add filesLibravatar Johannes Schindelin1-3/+2
2020-07-01send-email: restore --in-reply-to superseding behaviorLibravatar Rafael Aquini1-1/+13
2020-07-01commit-graph: check all leading directories in changed path Bloom filtersLibravatar SZEDER Gábor1-1/+1
2020-07-01revision: empty pathspecs should not use Bloom filtersLibravatar Taylor Blau1-0/+4
2020-07-01commit-graph: persist existence of changed-pathsLibravatar Derrick Stolee1-1/+16
2020-07-01bloom: fix logic in get_bloom_filter()Libravatar Derrick Stolee1-2/+22
2020-06-29Merge branch 'sk/diff-files-show-i-t-a-as-new'Libravatar Junio C Hamano1-8/+45
2020-06-29Merge branch 'xl/upgrade-repo-format'Libravatar Junio C Hamano5-4/+26
2020-06-25fast-export: anonymize "master" refnameLibravatar Jeff King1-5/+7
2020-06-25fast-export: allow seeding the anonymized mappingLibravatar Jeff King1-1/+10
2020-06-25Merge branch 'pb/t4014-unslave'Libravatar Junio C Hamano1-4/+4
2020-06-25Merge branch 'jt/cdn-offload'Libravatar Junio C Hamano2-0/+118
2020-06-25Merge branch 'dl/branch-cleanup'Libravatar Junio C Hamano1-24/+43
2020-06-25Merge branch 'ct/diff-with-merge-base-clarification'Libravatar Junio C Hamano2-1/+92
2020-06-25Merge branch 'jk/complete-git-switch'Libravatar Junio C Hamano1-0/+455
2020-06-25tests: reference `seen` wherever `pu` was referencedLibravatar Johannes Schindelin3-14/+14
2020-06-24testsvn: respect `init.defaultBranch`Libravatar Johannes Schindelin1-0/+6
2020-06-24remote: use the configured default branch name when appropriateLibravatar Johannes Schindelin1-1/+10
2020-06-24clone: use configured default branch name when appropriateLibravatar Johannes Schindelin1-0/+15
2020-06-24init: allow setting the default for the initial branch name via the configLibravatar Don Goodman-Wilson1-0/+13
2020-06-24init: allow specifying the initial branch name for the new repositoryLibravatar Johannes Schindelin1-0/+13
2020-06-24submodule: fall back to remote's HEAD for missing remote.<name>.branchLibravatar Johannes Schindelin2-2/+21
2020-06-24send-pack/transport-helper: avoid mentioning a particular branchLibravatar Johannes Schindelin1-0/+6
2020-06-24lib-submodule-update: pass 'test_must_fail' as an argumentLibravatar Denton Liu8-26/+84
2020-06-23fast-export: use xmemdupz() for anonymizing oidsLibravatar Jeff King1-0/+15
2020-06-23t9351: derive anonymized tree checks from original repoLibravatar Jeff King1-10/+6
2020-06-23fmt-merge-msg: stop treating `master` speciallyLibravatar Johannes Schindelin28-93/+93
2020-06-23commit-graph: change test to die on parse, not loadLibravatar Derrick Stolee1-1/+1
2020-06-23commit-reach: avoid is_descendant_of() shimLibravatar Carlo Marcelo Arenas Belón1-1/+1
2020-06-23http-push: ensure unforced pushes fail when data would be lostLibravatar brian m. carlson1-0/+16
2020-06-22Merge branch 'es/worktree-duplicate-paths'Libravatar Junio C Hamano2-0/+45
2020-06-22Merge branch 'jt/redact-all-cookies'Libravatar Junio C Hamano1-14/+24
2020-06-22t/lib-git-svn: make hash size independentLibravatar brian m. carlson1-7/+10
2020-06-22diff-files: treat "i-t-a" files as "not-in-index"Libravatar Srinidhi Kaushik1-8/+45
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentLibravatar Eric Sunshine1-1/+1
2020-06-22t9101: make hash independentLibravatar brian m. carlson1-5/+7
2020-06-22t9104: make hash size independentLibravatar brian m. carlson1-1/+2
2020-06-22t9100: make test work with SHA-256Libravatar brian m. carlson1-3/+16
2020-06-22t9108: make test hash independentLibravatar brian m. carlson1-2/+2
2020-06-22t9168: make test hash independentLibravatar brian m. carlson1-4/+4
2020-06-22t9109: make test hash independentLibravatar brian m. carlson1-3/+3
2020-06-19remote-testgit: adapt for object-formatLibravatar brian m. carlson1-0/+6
2020-06-19t5300: pass --object-format to git index-packLibravatar brian m. carlson1-4/+5
2020-06-19t5704: send object-format capability with SHA-256Libravatar brian m. carlson1-0/+2
2020-06-19t5703: use object-format serve optionLibravatar brian m. carlson1-5/+14
2020-06-19t5702: offer an object-format capability in the testLibravatar brian m. carlson1-0/+2
2020-06-19t/helper: initialize the repository for test-sha1-arrayLibravatar brian m. carlson1-0/+3
2020-06-19t1050: pass algorithm to index-pack when outside repoLibravatar brian m. carlson1-1/+3
2020-06-19remote-curl: detect algorithm for dumb HTTP by sizeLibravatar brian m. carlson1-0/+18
2020-06-19refs: implement reference transaction hookLibravatar Patrick Steinhardt2-0/+141