diff options
author | 2009-05-24 15:28:54 -0400 | |
---|---|---|
committer | 2009-05-24 15:29:25 -0400 | |
commit | 7b7ba4bb3792572bd6c22c95082e064754de47be (patch) | |
tree | 19ca5f87ebf8bcefc2cd5eefe98af91c9f4beba5 /todo | |
parent | Abort if --rejoin fails. (diff) | |
download | tgif-7b7ba4bb3792572bd6c22c95082e064754de47be.tar.xz |
More to-do items based on feedback
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,8 +1,20 @@ + + write proper docs (asciidoc format for git compatibility) delete tempdir + --annotate-sometimes: only annotate if the patch also changes files outside the subdir? + 'git subtree rejoin' option to do the same as --rejoin, eg. after a rebase + "-s subtree" should be given an explicit subtree option? -
\ No newline at end of file + + --prefix doesn't force the subtree correctly in merge/pull + + add a 'push' subcommand to parallel 'pull' + + add a --squash option so we don't merge histories but can still split + + add to-submodule and from-submodule commands |