Make --squash work with the 'add' command too.
[gitweb.git] / todo
diff --git a/todo b/todo
index f23a6d4ff2a3f256edfae486cbd083d8ef4a344a..a15a378da5ced7e3ab013a614aa9967cef8c3ad2 100644 (file)
--- a/todo
+++ b/todo
        "-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.
+               (but we could avoid this problem by generating squashes with
+               exactly the right subtree structure, rather than using
+               subtree merge...)
 
        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
+
+       automated tests for --squash stuff