summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-20 10:45:40 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-20 10:45:40 +0200
commitdd76b9e72b21d2502a51e3605e5e6ab640e5f0bd (patch)
treeaf85f25dd2f3b1947177f8f2f7cfc4b8a08e1a2d /TODO
parentaa5e366889103172a9829730de1ba26d3dcbc01b (diff)
downloadgitpython-dd76b9e72b21d2502a51e3605e5e6ab640e5f0bd.tar.gz
Fixed bare repository handling - bare is now a property to prevent writing it
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 8f5737f0..3b9ef460 100644
--- a/TODO
+++ b/TODO
@@ -31,8 +31,6 @@ Index
Repo
----
* Nice fetch/pull handling, at least supported/wired throuhg to the git command
-* repo.bare is set according to the path it is initialized with, although it
- should be read from the configuration in fact. Check uses of repo.bare.
* Blame: Read the blame format making assumptions about its structure,
currently regex are used a lot although we can deduct what will be next.
- Read data from a stream directly from git command