2009-05-24 21:28:54 +02:00
|
|
|
|
|
|
|
write proper docs (asciidoc format for git compatibility)
|
2009-04-26 14:53:14 +02:00
|
|
|
|
|
|
|
delete tempdir
|
2009-05-24 21:28:54 +02:00
|
|
|
|
2009-04-26 14:53:14 +02:00
|
|
|
'git subtree rejoin' option to do the same as --rejoin, eg. after a
|
|
|
|
rebase
|
2009-05-24 21:28:54 +02:00
|
|
|
|
2009-05-30 07:05:43 +02:00
|
|
|
--prefix doesn't force the subtree correctly in merge/pull:
|
2009-04-26 14:53:14 +02:00
|
|
|
"-s subtree" should be given an explicit subtree option?
|
2009-05-30 07:05:43 +02:00
|
|
|
There doesn't seem to be a way to do this. We'd have to
|
|
|
|
patch git-merge-subtree. Ugh.
|
2009-05-30 10:11:43 +02:00
|
|
|
(but we could avoid this problem by generating squashes with
|
|
|
|
exactly the right subtree structure, rather than using
|
|
|
|
subtree merge...)
|
2009-05-24 21:28:54 +02:00
|
|
|
|
|
|
|
add a 'push' subcommand to parallel 'pull'
|
2009-05-30 07:05:43 +02:00
|
|
|
|
|
|
|
add a 'log' subcommand to see what's new in a subtree?
|
2009-05-24 21:28:54 +02:00
|
|
|
|
|
|
|
add to-submodule and from-submodule commands
|
2009-05-30 10:11:43 +02:00
|
|
|
|
|
|
|
automated tests for --squash stuff
|