summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2020-02-17Merge branch 'bc/hash-independent-tests-part-8'Libravatar Junio C Hamano46-279/+1817
2020-02-16rebase: rename the two primary rebase backendsLibravatar Elijah Newren15-75/+75
2020-02-16rebase: change the default backend from "am" to "merge"Libravatar Elijah Newren2-5/+8
2020-02-16rebase tests: repeat some tests using the merge backend instead of amLibravatar Elijah Newren2-4/+26
2020-02-16rebase tests: mark tests specific to the am-backend with --amLibravatar Elijah Newren11-53/+53
2020-02-16rebase: drop '-i' from the reflog for interactive-based rebasesLibravatar Elijah Newren1-5/+5
2020-02-16git-prompt: change the prompt for interactive-based rebasesLibravatar Elijah Newren1-4/+4
2020-02-16rebase: allow more types of rebases to fast-forwardLibravatar Elijah Newren1-0/+2
2020-02-16t3432: make these tests work with either am or merge backendsLibravatar Elijah Newren1-26/+22
2020-02-16rebase: fix handling of restrict_revisionLibravatar Elijah Newren1-1/+19
2020-02-16rebase: make sure to pass along the quiet flag to the sequencerLibravatar Elijah Newren1-1/+7
2020-02-16t3406: simplify an already simple testLibravatar Elijah Newren1-5/+2
2020-02-16rebase (interactive-backend): fix handling of commits that become emptyLibravatar Elijah Newren2-9/+65
2020-02-16rebase (interactive-backend): make --keep-empty the defaultLibravatar Elijah Newren3-14/+84
2020-02-14Merge branch 'tb/commit-graph-object-dir'Libravatar Junio C Hamano2-6/+6
2020-02-14Merge branch 'jk/index-pack-dupfix'Libravatar Junio C Hamano1-4/+4
2020-02-14Merge branch 'jh/notes-fanout-fix'Libravatar Junio C Hamano1-25/+82
2020-02-14Merge branch 'pk/status-of-uncloned-submodule'Libravatar Junio C Hamano1-0/+23
2020-02-14Merge branch 'jk/diff-honor-wserrhighlight-in-plumbing'Libravatar Junio C Hamano1-0/+13
2020-02-14Merge branch 'ds/sparse-checkout-harden'Libravatar Junio C Hamano1-141/+211
2020-02-14Merge branch 'jk/get-oid-error-message-i18n'Libravatar Junio C Hamano2-36/+48