summaryrefslogtreecommitdiff
path: root/t/t3402-rebase-merge.sh
Commit message (Collapse)AuthorAgeFilesLines
* rebase: error out for NO_PYTHON if they use recursive mergeEric Wong2006-06-211-0/+6
| | | | | | | | | | | | recursive merge relies on Python, and we can't perform rename-aware merges without the recursive merge. So bail out before trying it. The test won't work w/o recursive merge, either, so skip that, too. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
* Add renaming-rebase test.Junio C Hamano2006-06-211-0/+106
Signed-off-by: Junio C Hamano <junkio@cox.net>