summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-20 00:04:10 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-20 00:04:10 +0200
commite64957d8e52d7542310535bad1e77a9bbd7b4857 (patch)
tree2bb93792907aa5119b2c9c8d665388f744c3e663 /TODO
parent989671780551b7587d57e1d7cb5eb1002ade75b4 (diff)
downloadgitpython-e64957d8e52d7542310535bad1e77a9bbd7b4857.tar.gz
Improved is_dirty including test
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 55c30fb1..685c8646 100644
--- a/TODO
+++ b/TODO
@@ -32,8 +32,6 @@ Index
Repo
----
* Nice fetch/pull handling, at least supported/wired throuhg to the git command
-* is_dirty should be improved to allow options what to diff with:
- working tree|index|head - also it should use raw mode to prevent patch generation
* 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,