summaryrefslogtreecommitdiff
path: root/commit.h
diff options
context:
space:
mode:
authorHeiko Voigt <hvoigt@hvoigt.net>2010-07-07 13:39:13 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-07-07 16:48:45 (GMT)
commit68d03e4a6e448aa557f52adef92595ac4d6cd4bd (patch)
treea0ff79beee2c86ab9ab5f511cdbb81316cbee0a2 /commit.h
parent9ef6aeb09ffe0650ca86dca53de93fd85333b02d (diff)
downloadgit-68d03e4a6e448aa557f52adef92595ac4d6cd4bd.zip
git-68d03e4a6e448aa557f52adef92595ac4d6cd4bd.tar.gz
git-68d03e4a6e448aa557f52adef92595ac4d6cd4bd.tar.bz2
Implement automatic fast-forward merge for submodules
This implements a simple merge strategy for submodule hashes. We check whether one side of the merge candidates is already contained in the other and then merge automatically. If both sides contain changes we search for a merge in the submodule. In case a single one exists we check that out and suggest it as the merge resolution. A list of candidates is returned when we find multiple merges that contain both sides of the changes. This is useful for a workflow in which the developers can publish topic branches in submodules and a separate maintainer merges them. In case the developers always wait until their branch gets merged before tracking them in the superproject all merges of branches that contain submodule changes will be resolved automatically. If developers choose to track their feature branch the maintainer might get a conflict but git will search the submodule for a merge and suggest it/them as a resolution. Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.h')
0 files changed, 0 insertions, 0 deletions