mirror of
https://github.com/git/git.git
synced 2024-11-19 15:34:51 +01:00
43a3951243
This is just a handy way to create a new branch from the newly-split subtree.
20 lines
593 B
Text
20 lines
593 B
Text
|
|
write proper docs (asciidoc format for git compatibility)
|
|
|
|
delete tempdir
|
|
|
|
'git subtree rejoin' option to do the same as --rejoin, eg. after a
|
|
rebase
|
|
|
|
--prefix doesn't force the subtree correctly in merge/pull:
|
|
"-s subtree" should be given an explicit subtree option?
|
|
There doesn't seem to be a way to do this. We'd have to
|
|
patch git-merge-subtree. Ugh.
|
|
|
|
add a 'push' subcommand to parallel 'pull'
|
|
|
|
add a 'log' subcommand to see what's new in a subtree?
|
|
|
|
add a --squash option so we don't merge histories but can still split
|
|
|
|
add to-submodule and from-submodule commands
|