aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/examples/git-merge.sh
AgeCommit message (Expand)AuthorFilesLines
2018-03-26Remove contrib/examples/*Ævar Arnfjörð Bjarmason1-620/+0
2017-08-23treewide: correct several "up-to-date" to "up to date"Martin Ågren1-2/+2
2015-12-27contrib/examples/git-merge.sh: use the $( ... ) construct for command substit...Elia Pinto1-2/+2
2014-06-09contrib/examples/git-merge.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto1-2/+2
2014-04-17git-merge.sh: use the $( ... ) construct for command substitutionElia Pinto1-2/+2
2013-09-04use 'commit-ish' instead of 'committish'Richard Hansen1-1/+1
2010-08-18merge script: learn --[no-]rerere-autoupdateJonathan Nieder1-2/+5
2010-08-18merge script: notice @{-1} shorthandJonathan Nieder1-2/+4
2010-08-18merge script: handle --no-ff --no-commit correctlyJonathan Nieder1-2/+10
2010-08-18merge script: --ff-only to disallow true mergeJonathan Nieder1-2/+15
2010-08-18merge script: handle many-way octopusJonathan Nieder1-3/+3
2010-08-18merge script: handle -m --log correctlyJonathan Nieder1-4/+10
2010-08-18merge script: forbid merge -s indexJonathan Nieder1-0/+5
2010-08-18merge script: allow custom strategiesJonathan Nieder1-2/+6
2010-08-18merge script: merge -X<option>Jonathan Nieder1-1/+7
2010-08-18merge script: improve log message subjectJonathan Nieder1-8/+19
2010-08-18merge script: refuse to merge during mergeJonathan Nieder1-0/+3
2010-08-18merge script: tweak unmerged files message to match builtinJonathan Nieder1-1/+1
2010-08-18merge script: --squash, --ff from unborn branch are errorsJonathan Nieder1-0/+4
2010-01-17git merge -X<option>Avery Pennarun1-1/+2
2009-10-24Use 'fast-forward' all over the placeFelipe Contreras1-4/+4
2008-07-16Merge branch 'sb/dashless'Junio C Hamano1-2/+2
2008-07-07Build in mergeMiklos Vajna1-0/+554