From ecf37a1b4c2f70f1fc62a6852f40178bf08b9859 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 26 May 2010 23:40:53 +0200 Subject: index: index-add fixed to always append a newline after each item. In git has unified its way it reads from stdin, now it wants all items to be terminated by a newline usually. Previously, it could have been that it really didn't want to have a termination character when the last item was written to the file. Bumped the minimum requirements to 1.7.0 to be sure it is working as I think it will. Still, I have to admit that sometime it just appears the closed pipe will not stop git from waiting for more input, at least with the previous implementation --- doc/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/intro.rst') diff --git a/doc/intro.rst b/doc/intro.rst index 476ab4ec..d4106b19 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -15,7 +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 +* Requires Git_ 1.7.0 or newer * `Python Nose`_ - used for running the tests * `Mock by Michael Foord`_ used for tests. Requires 0.5 -- cgit v1.2.3