Skip to content

Commit 837c32b

Browse files
committed
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
1 parent 63761f4 commit 837c32b

File tree

7 files changed

+1392
-1361
lines changed

7 files changed

+1392
-1361
lines changed

doc/intro.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Overview / Install
66

77
GitPython is a python library used to interact with Git repositories.
88

9-
GitPython is a port of the grit_ library in Ruby created by
10-
Tom Preston-Werner and Chris Wanstrath.
9+
GitPython was a port of the grit_ library in Ruby created by
10+
Tom Preston-Werner and Chris Wanstrath, but grew beyond its heritage through its improved design and performance.
1111

1212
.. _grit: http://grit.rubyforge.org
1313

0 commit comments

Comments
 (0)