todo
[gitweb.git] / todo
diff --git a/todo b/todo
index f23a6d4ff2a3f256edfae486cbd083d8ef4a344a..e67f713ad45863b52c9bc7b936e506d43f6cc58a 100644 (file)
--- a/todo
+++ b/todo
@@ -1,5 +1,3 @@
-       
-       write proper docs (asciidoc format for git compatibility)
 
        delete tempdir
 
        "-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
+
+       test.sh fails in msysgit?
+               sort error - see Thell's email
+
+       "add" command non-obviously requires a commitid; would be easier if
+               it had a "pull" sort of mode instead
+
+       "pull" and "merge" commands should fail if you've never merged
+               that --prefix before
+               
+       docs should provide an example of "add"
+       
+       note that the initial split doesn't *have* to have a commitid
+               specified... that's just an optimization
+
+       if you try to add (or maybe merge?) with an invalid commitid, you
+               get a misleading "prefix must end with /" message from
+               one of the other git tools that git-subtree calls.  Should
+               detect this situation and print the *real* problem.
+       
+       In fact, the prefix should *not* end with slash, and we
+               should detect (and fix) it if it does.  Otherwise the
+               log message looks weird.
+               
+       totally weird behavior in 'git subtree add' if --prefix matches 
+               a branch name
+
+       "pull --squash" should do fetch-synthesize-merge, but instead just
+               does "pull" directly, which doesn't work at all.