summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2020-02-27t/lib-httpd: avoid using macOS' sedLibravatar Johannes Schindelin8-59/+66
2020-02-26describe: don't abort too early when searching tagsLibravatar Benno Evers1-0/+51
2020-02-25Merge branch 'es/bright-colors'Libravatar Junio C Hamano1-0/+12
2020-02-25Merge branch 'bw/remote-rename-update-config'Libravatar Junio C Hamano3-3/+100
2020-02-25clone: pass --single-branch during --recurse-submodulesLibravatar Emily Shaffer1-1/+12
2020-02-24lib-log-graph: consolidate colored graph cmp logicLibravatar Abhishek Kumar4-30/+20
2020-02-24lib-log-graph: consolidate test_cmp_graph logicLibravatar Abhishek Kumar5-77/+54
2020-02-24worktree: don't allow "add" validation to be fooled by suffix matchingLibravatar Eric Sunshine1-0/+9
2020-02-24rebase: refuse to switch to branch already checked out elsewhereLibravatar Eric Sunshine1-0/+18
2020-02-24t3400: make test clean up after itselfLibravatar Eric Sunshine1-1/+1
2020-02-24t: drop debug `cat` callsLibravatar Martin Ågren11-13/+2
2020-02-24t9810: drop debug `cat` callLibravatar Martin Ågren1-1/+0
2020-02-24t4117: check for files using `test_path_is_file`Libravatar Martin Ågren1-3/+3
2020-02-24receive.denyCurrentBranch: respect all worktreesLibravatar Hariom Verma2-0/+22
2020-02-24t5509: use a bare repository for test push targetLibravatar Hariom Verma1-1/+1
2020-02-24commit: use expected signature header for SHA-256Libravatar brian m. carlson2-3/+37
2020-02-24t/helper: make repository tests hash independentLibravatar brian m. carlson1-6/+4
2020-02-24t/helper: initialize repository if necessaryLibravatar brian m. carlson1-0/+4
2020-02-24t/helper/test-dump-split-index: initialize git repositoryLibravatar brian m. carlson1-0/+2
2020-02-24t6300: make hash algorithm independentLibravatar brian m. carlson1-1/+1
2020-02-24t6300: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-9/+16
2020-02-24t: use hash-specific lookup tables to define test constantsLibravatar brian m. carlson1-15/+14
2020-02-24use strpbrk(3) to search for characters from a given setLibravatar René Scharfe1-1/+1
2020-02-24t1050: replace test -f with test_path_is_fileLibravatar Rasmus Jonsson1-4/+6
2020-02-22partial-clone: avoid fetching when looking for objectsLibravatar Derrick Stolee1-1/+1
2020-02-22partial-clone: demonstrate bugs in partial fetchLibravatar Derrick Stolee1-0/+31
2020-02-20sparse-checkout: allow one-character directories in cone modeLibravatar Derrick Stolee1-1/+11
2020-02-20am: support --show-current-patch=diff to retrieve .git/rebase-apply/patchLibravatar Paolo Bonzini1-0/+10
2020-02-20am: support --show-current-patch=raw as a synonym for--show-current-patchLibravatar Paolo Bonzini1-0/+10
2020-02-20parse-options: add testcases for OPT_CMDMODE()Libravatar Paolo Bonzini2-0/+20
2020-02-20credential: allow wildcard patterns when matching configLibravatar brian m. carlson1-0/+20
2020-02-20credential: use the last matching username in the configLibravatar brian m. carlson1-1/+1
2020-02-20t0300: add tests for some additional casesLibravatar brian m. carlson1-0/+108
2020-02-20t1300: add test for urlmatch with multiple wildcardsLibravatar brian m. carlson1-0/+6
2020-02-19t/lib-submodule-update: add test removing nested submodulesLibravatar Philippe Blain1-2/+18
2020-02-19unpack-trees: check for missing submodule directory in merged_entryLibravatar Philippe Blain1-0/+14
2020-02-19t/lib-submodule-update: move a test to the right sectionLibravatar Philippe Blain1-16/+17
2020-02-19t/lib-submodule-update: remove outdated test descriptionLibravatar Philippe Blain1-1/+0
2020-02-19t7112: remove mention of KNOWN_FAILURE_SUBMODULE_RECURSIVE_NESTEDLibravatar Philippe Blain1-1/+0
2020-02-19stash push: support the --pathspec-from-file optionLibravatar Alexandr Miloslavskiy1-0/+100
2020-02-19stash: eliminate crude option parsingLibravatar Alexandr Miloslavskiy1-0/+5
2020-02-19rm: support the --pathspec-from-file optionLibravatar Alexandr Miloslavskiy1-0/+79
2020-02-19merge-recursive: fix the refresh logic in update_file_flagsLibravatar Elijah Newren1-1/+1
2020-02-19t3433: new rebase testcase documenting a stat-dirty-like failureLibravatar Elijah Newren1-0/+48
2020-02-18check-ignore: fix documentation and implementation to matchLibravatar Elijah Newren1-16/+23
2020-02-17Merge branch 'js/test-unc-fetch'Libravatar Junio C Hamano1-0/+12
2020-02-17Merge branch 'js/test-avoid-pipe'Libravatar Junio C Hamano2-6/+10
2020-02-17Merge branch 'js/test-write-junit-xml-fix'Libravatar Junio C Hamano1-1/+2
2020-02-17Merge branch 'jk/mailinfo-cleanup'Libravatar Junio C Hamano1-0/+15
2020-02-17Merge branch 'mr/show-config-scope'Libravatar Junio C Hamano3-106/+155