summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-21 18:40:35 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-21 18:40:35 +0200
commitd97afa24ad1ae453002357e5023f3a116f76fb17 (patch)
tree6cfda2fd99649a49062d397dda5864ae9b24c3ba /TODO
parentbabf5765da3e328cc1060cb9b37fbdeb6fd58350 (diff)
downloadgitpython-d97afa24ad1ae453002357e5023f3a116f76fb17.tar.gz
Improved testing of index against trees, tests succeed with next commit
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index 93ca313a..460780d3 100644
--- a/TODO
+++ b/TODO
@@ -14,7 +14,10 @@ General
deleted.
* References should be parsed 'manually' to get around command invocation, but
be sure to be able to read packed refs.
-
+* Effectively Objects only store hexsha's in their id attributes, so in fact
+ it should be renamed to 'sha'. There was a time when references where allowed as
+ well, but now objects will be 'baked' to the actual sha to assure comparisons work.
+
Config
------
* Expand .get* methods of GitConfigParser to support default value. If it is not None,