diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2009-11-20 00:14:31 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2009-11-20 00:14:31 +0100 |
commit | 84f9b603b44e0225391f1495034e0a66514c7368 (patch) | |
tree | bf230d54691dfb2c31f93316678c69a0b083e9d9 /doc | |
parent | 84be1263abac102d8b4bc49096530c6fd45a9b80 (diff) | |
download | gitpython-84f9b603b44e0225391f1495034e0a66514c7368.tar.gz |
index.add: added progress function support and made sure progress is sent just in time
This adds a dependency to a git update index fix - and I hope it will be put in in time ( including windows version )
Diffstat (limited to 'doc')
-rw-r--r-- | doc/intro.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/intro.rst b/doc/intro.rst index f08a7ec5..42879155 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -15,6 +15,7 @@ Requirements ============ * Git_ tested with 1.5.3.7 +* Requires Git_ 1.6.5.4 or newer if index.add function is to be used * `Python Nose`_ - used for running the tests * `Mock by Michael Foord`_ used for tests. Requires 0.5 |