Basic "subtree merge --squash" support.
[git/raj.git] / todo
blobf23a6d4ff2a3f256edfae486cbd083d8ef4a344a
1         
2         write proper docs (asciidoc format for git compatibility)
4         delete tempdir
6         'git subtree rejoin' option to do the same as --rejoin, eg. after a
7           rebase
9         --prefix doesn't force the subtree correctly in merge/pull:
10         "-s subtree" should be given an explicit subtree option?
11                 There doesn't seem to be a way to do this.  We'd have to
12                 patch git-merge-subtree.  Ugh.
14         add a 'push' subcommand to parallel 'pull'
15         
16         add a 'log' subcommand to see what's new in a subtree?
18         add a --squash option so we don't merge histories but can still split
19         
20         add to-submodule and from-submodule commands