From 0ef1f89abe5b2334705ee8f1a6da231b0b6c9a50 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 26 Oct 2009 22:37:48 +0100 Subject: index.add: Finished implemenation including through tests index.checkout: added simple method allowing to checkout files from the index, including simple test --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 69fbc307..d841f774 100644 --- a/TODO +++ b/TODO @@ -72,6 +72,8 @@ Index to keep the internal entry cache and write once everything is done. Problem would be that all other git commands are unaware of the changes unless the index gets written. Its worth an evaluation at least. + A problem going with it is that there might be shell-related limitations on non-unix + where the commandline grows too large. * index.remove: On windows, there can be a command line length overflow as we pass the paths directly as argv. This is as we use git-rm to be able to remove whole directories easily. This could be implemented using -- cgit v1.2.1