summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2008-07-31 00:51:55 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2008-07-31 00:52:47 +0200
commit0710e25ff42a357e902bb005a07d8cb126c23b86 (patch)
tree72b7b4a5cd49ba0bb4b94c66e7d6b413a74ddb3f
parentd55abcb432155f549d3b842299f7f7a80f32b7fa (diff)
downloadndim-git-utils-0710e25ff42a357e902bb005a07d8cb126c23b86.tar.gz
ndim-git-utils-0710e25ff42a357e902bb005a07d8cb126c23b86.tar.xz
ndim-git-utils-0710e25ff42a357e902bb005a07d8cb126c23b86.zip
Document a few more git-rebase-subtree bugs
-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"