summaryrefslogtreecommitdiff
path: root/t/t7600-merge.sh
Commit message (Expand)AuthorAgeFilesLines
* war on "sleep" in testsJunio C Hamano2010-04-061-2/+1
* Teach 'git merge' and 'git pull' the option --ff-onlyBjörn Gustavsson2009-10-301-0/+41
* Merge branch 'mv/merge-noff'Junio C Hamano2008-10-191-0/+16
|\
| * builtin-commit: use reduce_heads() only when appropriateMiklos Vajna2008-10-031-0/+16
* | Merge branch 'maint'Junio C Hamano2008-10-171-0/+24
|\ \
| * | Add testcase to ensure merging an early part of a branch is done properlyMiklos Vajna2008-10-141-0/+26
* | | builtin-merge: refresh the index before calling a strategyMiklos Vajna2008-10-031-0/+9
| |/ |/|
* | Merge branch 'maint'Junio C Hamano2008-09-031-1/+1
|\ \ | |/
| * tests: use "git xyzzy" form (t7200 - t9001)Nanako Shiraishi2008-09-031-1/+1
* | Merge branch 'mv/merge-custom'Junio C Hamano2008-08-271-0/+4
|\ \ | |/ |/|
| * Add a second testcase for handling invalid strategies in git-mergeMiklos Vajna2008-07-291-0/+4
* | merge: fix numerus bugs around "trivial merge" areaJunio C Hamano2008-08-231-0/+9
* | "git-merge": allow fast-forwarding in a stat-dirty treeJunio C Hamano2008-08-201-0/+10
|/
* builtin-merge.c: Fix option parsingMichele Ballabio2008-07-201-1/+1
* Merge branch 'sb/dashless'Junio C Hamano2008-07-161-1/+1
|\
| * t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-131-1/+1
* | Merge branch 'maint'Junio C Hamano2008-07-161-31/+7
|\ \
| * | t7600-merge: Use test_expect_failure to test option parsingJohannes Sixt2008-07-161-30/+6
| |/
* | reduce_heads(): protect from duplicate inputJunio C Hamano2008-07-141-0/+22
* | reduce_heads(): thinkofixSverre Hvammen Johansen2008-07-131-0/+11
* | Teach merge.log to "git-merge" againJunio C Hamano2008-07-101-0/+7
|/
* merge, pull: add '--(no-)log' command line optionSZEDER Gábor2008-04-121-1/+15
* merge, pull: introduce '--(no-)stat' optionSZEDER Gábor2008-04-121-4/+19
* add test_cmp function for test scriptsJeff King2008-03-131-1/+1
* remove use of "tail -n 1" and "tail -1"Jeff King2008-03-131-1/+1
* grep portability fix: don't use "-e" or "-q"Jeff King2008-03-131-2/+2
* git-merge.sh: better handling of combined --squash,--no-ff,--no-commit optionsGerrit Pape2008-03-031-0/+6
* t/t7600: avoid GNUism in grepJunio C Hamano2008-01-051-2/+2
* git-merge: add --ff and --no-ff optionsLars Hjemli2007-09-231-0/+20
* git-merge: add support for --commit and --no-squashLars Hjemli2007-09-231-0/+22
* git-merge: add support for branch.<name>.mergeoptionsLars Hjemli2007-09-231-0/+54
* Add test-script for git-merge porcelainLars Hjemli2007-09-231-0/+344