aboutsummaryrefslogtreecommitdiffstats
path: root/git-merge-octopus.sh
AgeCommit message (Expand)AuthorFilesLines
2017-09-10Merge branch 'ma/up-to-date'Junio C Hamano1-1/+1
2017-08-23treewide: correct several "up-to-date" to "up to date"Martin Ă…gren1-1/+1
2017-08-07scripts: use "git foo" not "git-foo"Michael Forney1-1/+1
2016-09-08git-merge-octopus: do not capitalize "octopus"Alex Henrie1-2/+2
2016-06-17i18n: git-sh-setup.sh: mark strings for translationVasco Almeida1-1/+0
2016-06-17merge-octopus: use die shell function from git-sh-setup.shVasco Almeida1-5/+1
2016-06-17i18n: merge-octopus: mark messages for translationVasco Almeida1-8/+10
2016-04-12merge-octopus: abort if index does not match HEADElijah Newren1-0/+6
2010-10-01merge-octopus: Work around environment issue on WindowsJohannes Schindelin1-0/+5
2009-12-13octopus: remove dead codeStephen Boyd1-5/+1
2009-12-13octopus: reenable fast-forward mergesStephen Boyd1-1/+1
2009-12-13octopus: make merge process simpler to followStephen Boyd1-4/+5
2008-07-30git-merge-octopus: use (merge-base A (merge B C D E...)) for stepwise mergeJunio C Hamano1-9/+2
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-7/+7
2006-02-06read-tree --aggressiveJunio C Hamano1-1/+1
2006-01-14octopus: allow manual resolve on the last round.Junio C Hamano1-6/+14
2006-01-13octopus: allow criss-cross and clarify the message when it rejectsJunio C Hamano1-7/+7
2005-11-28define die() for scripts that use it.Junio C Hamano1-0/+5
2005-11-11octopus: do not do AND'ed merge base.Junio C Hamano1-5/+20
2005-09-10Multi-backend merge driver.Junio C Hamano1-0/+86