From 0710e25ff42a357e902bb005a07d8cb126c23b86 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Thu, 31 Jul 2008 00:51:55 +0200 Subject: Document a few more git-rebase-subtree bugs --- git-rebase-subtree/git-rebase-subtree.man.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/git-rebase-subtree/git-rebase-subtree.man.in b/git-rebase-subtree/git-rebase-subtree.man.in index e2679ce..87371bb 100644 --- a/git-rebase-subtree/git-rebase-subtree.man.in +++ b/git-rebase-subtree/git-rebase-subtree.man.in @@ -122,6 +122,13 @@ It cannot rebase entire subtrees, through, neither by manual command nor automatically. .SH "BUGS" .TP +.B "A different branch ends up checked out" +Yes, we should save the checked out branch at startup, and check it out again +after the branch subtree has been rebased. +.TP +.B "Specifying the branches from which to which to rebase is complicated" +Yes. Should have default settings, or do a reasonable guess, or something. +.TP .B "Lacks generality (fixation about 'master')" Yes. .TP @@ -139,6 +146,9 @@ branches to .I foo could do the job. Needs more investigation, though. .TP +.B "Use better naming for temporary work branches" +Yes. +.TP .B "Should bail out if old/foo exists and is not equal to foo" Yes. .SH "SEE ALSO" -- cgit