summaryrefslogtreecommitdiff
path: root/t/t3503-cherry-pick-root.sh
AgeCommit message (Collapse)AuthorFilesLines
2008-07-07Allow cherry-picking root commitsLibravatar Johannes Schindelin1-0/+30
A root commit couldn't be cherry-picked. But its semantics can be defined as simply merging two trees by overlaying disjoint parts and merging overlapping files without any common ancestor. You should be able to rebase originally independent branches on top of another branch by using this. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>