summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-20 11:17:39 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-20 11:17:39 +0200
commit35a09c0534e89b2d43ec4101a5fb54576b577905 (patch)
treeb2f45485ba021a23e41285fef944f64407356dd9 /TODO
parent972a8b84bb4a3adec6322219c11370e48824404e (diff)
downloadgitpython-35a09c0534e89b2d43ec4101a5fb54576b577905.tar.gz
repo.alternates test cheked for correctness and bugfixed - totally mocked tests bare the risk that things do not work properly outside of the sandbox.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index cda7bf20..0915806d 100644
--- a/TODO
+++ b/TODO
@@ -21,6 +21,12 @@ Config
it will be returned instead of raising. This way the class will be much more usable,
and ... I truly hate this config reader as it is so 'old' style. Its not even a new-style
class yet showing that it must be ten years old.
+
+Diff
+----
+* Check docs on diff-core to be sure the raw-format presented there can be read
+ properly:
+ - http://www.kernel.org/pub/software/scm/git-core/docs/gitdiffcore.html
Docs
----