Fix a few typos/grammar-o's in the preceding commit.
[gitweb.git] / todo
diff --git a/todo b/todo
index b59713064ba731f2e227d9ce80aa9b00fde9c6de..7e44b0024fa35ae76f62875704fcd24e3f690c7d 100644 (file)
--- a/todo
+++ b/todo
@@ -20,9 +20,6 @@
 
        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
 
                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.
 
@@ -55,3 +45,6 @@
                the past.
 
        guess --prefix automatically if possible based on pwd
+
+       make a 'git subtree grafts' that automatically expands --squash'd
+               commits so you can see the full history if you want it.