From e5bcc48e3f7bd81c9dc5a716c3fe43e8314d4304 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Wed, 7 Nov 2007 22:01:05 +0100 Subject: A few words of caution about git-rebase-subtree --- git-rebase-subtree/git-rebase-subtree.man.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'git-rebase-subtree/git-rebase-subtree.man.in') diff --git a/git-rebase-subtree/git-rebase-subtree.man.in b/git-rebase-subtree/git-rebase-subtree.man.in index 01a21cb..6d45aab 100644 --- a/git-rebase-subtree/git-rebase-subtree.man.in +++ b/git-rebase-subtree/git-rebase-subtree.man.in @@ -93,5 +93,22 @@ After hypothetical "git\-rebase\-subtree \-\-reverse master Y": .TP .B "Lacks generality (fixation about 'master')" Yes. +.TP +.B "Needs complicated config" +Yes. Auto-generating the graph may be possible. +.TP +.B "Needs merge conflict handling" +Definitely. At the moment, it just messes up your branch tree if some +error happens during the rebase. +.TP +.B "Needs proper error handling" +Definitely. Possibly just renaming the +.I rebasetree-old/foo +branches to +.I foo +could do the job. Needs more investigation, though. +.TP +.B "Should bail out if old/foo exists and is not equal to foo" +Yes. .SH "SEE ALSO" git\-rebase(1). -- cgit