diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-05-10 19:32:45 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-05-10 19:32:51 +0200 |
commit | 837c32ba7ff2a3aa566a3b8e1330e3db0b4841d8 (patch) | |
tree | becab82b67846625c68815aba91cd52eac3405b7 /doc | |
parent | 63761f4cb6f3017c6076ecd826ed0addcfb03061 (diff) | |
download | gitpython-837c32ba7ff2a3aa566a3b8e1330e3db0b4841d8.tar.gz |
repo: added test with some basic assertions for empty repositories these
repo.is_dirty: Will not fail on empty repo ( anymore )
index.entries: will just be empty if the repository is empty
refs: added to_full_path method which can be used to create fully synthetic instances of Reference types, added a test for it
Converted all touched files to spaces, which is why git reports so many changed files. Actually I was thinking every file would use spaces, but apparently not
Diffstat (limited to 'doc')
-rw-r--r-- | doc/intro.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/intro.rst b/doc/intro.rst index 448b7deb..476ab4ec 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -6,8 +6,8 @@ Overview / Install GitPython is a python library used to interact with Git repositories. -GitPython is a port of the grit_ library in Ruby created by -Tom Preston-Werner and Chris Wanstrath. +GitPython was a port of the grit_ library in Ruby created by +Tom Preston-Werner and Chris Wanstrath, but grew beyond its heritage through its improved design and performance. .. _grit: http://grit.rubyforge.org |