From: Avery Pennarun Date: Sun, 24 May 2009 19:28:54 +0000 (-0400) Subject: More to-do items based on feedback X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7b7ba4bb3792572bd6c22c95082e064754de47be;p=git.git More to-do items based on feedback --- diff --git a/todo b/todo index b5b8e257a..97142fa4e 100644 --- a/todo +++ b/todo @@ -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