diff options
| author | Michael Trier <mtrier@gmail.com> | 2009-01-24 11:00:23 -0500 |
|---|---|---|
| committer | Michael Trier <mtrier@gmail.com> | 2009-01-24 11:00:23 -0500 |
| commit | bcd57e349c08bd7f076f8d6d2f39b702015358c1 (patch) | |
| tree | b173cb761838e9d380f2c41819715ecf8d9f28dd /CHANGES | |
| parent | 0ca61d4c68dad68901f8a7364dd210ef27a8b4c6 (diff) | |
| download | GitPython-bcd57e349c08bd7f076f8d6d2f39b702015358c1.tar.gz GitPython-bcd57e349c08bd7f076f8d6d2f39b702015358c1.zip | |
Corrected a problem with commits_between returning None.
This was caused by calling reverse on the list, which reverses the list in
place and returns None. We really need tests for this.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -40,6 +40,13 @@ Head * Corrected problem where branches was only returning the last path component instead of the entire path component following refs/heads/. +Repo +---- +* Modified the gzip archive creation to use the python gzip module. + +* Corrected ``commits_between`` always returning None instead of the reversed + list. + 0.1.5 ===== |
