summaryrefslogtreecommitdiffstats
path: root/t/t7601-merge-pull-config.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/test-i18ngrep'Junio C Hamano2023-11-081-25/+25
|\
| * tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano2023-11-021-25/+25
* | t7601: use "test_path_is_file" etc. instead of "test -f"Dorcas AnonoLitunya2023-10-191-12/+12
|/
* pull: should be noop when already-up-to-dateErwin Villejo2021-11-181-0/+6
* pull: --ff-only should make it a noop when already-up-to-dateJunio C Hamano2021-10-291-1/+15
* pull: fix handling of multiple headsElijah Newren2021-07-221-1/+1
* pull: abort by default when fast-forwarding is not possibleElijah Newren2021-07-221-24/+24
* pull: make --rebase and --no-rebase override pull.ff=onlyElijah Newren2021-07-221-2/+2
* pull: abort if --ff-only is given and fast-forwarding is impossibleAlex Henrie2021-07-211-5/+5
* t7601: add tests of interactions with multiple merge heads and configElijah Newren2021-07-211-0/+22
* t7601: test interaction of merge/rebase/fast-forward flags and optionsElijah Newren2021-07-211-0/+182
* pull: display default warning only when non-ffFelipe Contreras2020-12-161-5/+61
* pull: colorize the hint about setting `pull.rebase`Johannes Schindelin2020-11-191-2/+5
* pull: don't warn if pull.ff has been setAlex Henrie2020-09-251-1/+20
* pull: warn if the user didn't say whether to rebase or to mergeAlex Henrie2020-03-101-0/+38
* pull: make pull.ff=true override merge.ffPaul Tan2015-05-181-0/+8
* pull: add pull.ff configurationDavid Aguilar2014-01-161-0/+21
* many small typofixesOndřej Bílka2013-07-291-1/+1
* Correct common spelling mistakes in comments and testsStefano Lattarini2013-04-121-1/+1
* t7601 (merge-pull-config): add missing &&Elijah Newren2010-10-061-6/+6
* tests: use "git xyzzy" form (t7200 - t9001)Nanako Shiraishi2008-09-031-1/+1
* t7601: extend the 'merge picks up the best result' testMiklos Vajna2008-07-231-0/+15
* builtin-merge: give a proper error message for invalid strategies in configMiklos Vajna2008-07-221-0/+12
* Fix t7601-merge-pull-config.sh on AIXMiklos Vajna2008-07-071-7/+7
* Add new test to ensure git-merge handles pull.twohead and pull.octopusMiklos Vajna2008-07-011-0/+129