summaryrefslogtreecommitdiff
path: root/todo
diff options
context:
space:
mode:
authorLibravatar Avery Pennarun <apenwarr@gmail.com>2009-07-02 12:39:48 -0400
committerLibravatar Avery Pennarun <apenwarr@gmail.com>2009-07-02 12:39:48 -0400
commit6aa76263eed68ffed7405687f407e66deec30b02 (patch)
tree959e4eb4678f1220a6ce41e993744a8ed4088884 /todo
parentupdate todo (diff)
downloadtgif-6aa76263eed68ffed7405687f407e66deec30b02.tar.xz
Some todo items reported by pmccurdy
Diffstat (limited to 'todo')
-rw-r--r--todo23
1 files changed, 21 insertions, 2 deletions
diff --git a/todo b/todo
index 88a4359916..1a9d64408d 100644
--- a/todo
+++ b/todo
@@ -1,5 +1,3 @@
-
- write proper docs (asciidoc format for git compatibility)
delete tempdir
@@ -24,3 +22,24 @@
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.
+