From 180a5029bc3a2f0c1023c2c63b552766dc524c41 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 17 Feb 2010 21:07:58 +0100 Subject: git.commit: Added test to assure we handle the first commit correctly regarding its parents --- lib/git/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/git/index.py') diff --git a/lib/git/index.py b/lib/git/index.py index 96d42eaf..3bf1fac9 100644 --- a/lib/git/index.py +++ b/lib/git/index.py @@ -1023,7 +1023,7 @@ class IndexFile(LazyMixin, diff.Diffable): Returns List(path_string, ...) list of paths that have been removed effectively. This is interesting to know in case you have provided a directory or - globs. Paths are relative to the + globs. Paths are relative to the repository. """ args = list() if not working_tree: -- cgit v1.2.1