summaryrefslogtreecommitdiffstats
path: root/git-rebase-subtree/git-rebase-subtree.man.in
diff options
context:
space:
mode:
Diffstat (limited to 'git-rebase-subtree/git-rebase-subtree.man.in')
-rw-r--r--git-rebase-subtree/git-rebase-subtree.man.in10
1 files changed, 10 insertions, 0 deletions
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"