| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-10-13 | tree: renamed content_from_string to _from_string to make it private. ↵ | Sebastian Thiel | |
| Removed tests that were testing that method | |||
| 2009-10-12 | tree: now behaves like a list with string indexing functionality - using a ↵ | Sebastian Thiel | |
| dict as cache is a problem as the tree is ordered, added blobs, trees and traverse method repo: remove blob function as blobs are created directly or iterated - primitve types should not clutter the repo interface | |||
| 2009-10-12 | repo.active_branch now returns a Head object, not a string | Sebastian Thiel | |
| 2009-10-12 | renamed from_string and list_from_string to _from_string and ↵ | Sebastian Thiel | |
| _list_from_string to indicate their new status as private method, adjusted all callers respectively | |||
| 2009-10-12 | Reorganized package structure and cleaned up imports | Sebastian Thiel | |
| 2009-10-11 | Added remaining tests for new base classes and removed some methods whose ↵ | Sebastian Thiel | |
| existance was doubtful or unsafe | |||
| 2009-10-11 | Fixed remaining tests to deal with the changes | Sebastian Thiel | |
| mode is now generally an int compatible to the stat module | |||
| 2009-10-09 | Blob|Tree: renamed 'name' member to 'path', updated tests and changelog as ↵ | Sebastian Thiel | |
| it would make existing code incompatible in some places | |||
| 2009-10-08 | Fixed Diff class which used Commits instead of Blobs - as Blobs contain the ↵ | Sebastian Thiel | |
| path ( in the 'name' member variable ), the a|b_path members of Diff have been removed. Tests were adjusted and run Diff docs have been updated to provide a little more information on specifics cases | |||
| 2009-01-24 | Lots of spring cleaning and added in Sphinx documentation. | Michael Trier | |
| 2009-01-24 | Corrected a problem with commits_between returning None. | Michael Trier | |
| This was caused by calling reverse on the list, which reverses the list in place and returns None. We really need tests for this. | |||
| 2008-12-16 | fixed Commit.stats retrieval for parentless commits in bare repos | Michael Trier | |
| (cherry picked from commit 88852ed7bcde4f4b18c1ae8b6fba7f3fab8e9bf5) | |||
| 2008-12-16 | Added changes information for path component change. | Michael Trier | |
| 2008-12-15 | Added in Changes documentation for 0.1.6 | Michael Trier | |
| 2008-12-15 | Added in new changes and bumped for version 0.1.50.1.5 | Michael Trier | |
| 2008-07-17 | Always fogetting the changes. | Michael Trier | |
| 2008-07-16 | bump0.1.4 | Michael Trier | |
| 2008-07-16 | Cleaned up changes file. | Michael Trier | |
| 2008-05-31 | renamed gitter to cmd since that makes more sense. Fixed up changes doc. | Michael Trier | |
| 2008-05-30 | added in changes to this release | Michael Trier | |
| . | |||
| 2008-05-30 | renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ↵ | Michael Trier | |
| up tests so they pass except for stderr test. Modified version information retrieval. | |||
| 2008-05-18 | lots of little fixes. Corrected problem with creating bare repo. Added ↵ | Michael Trier | |
| Repo.create alias. | |||
| 2008-05-17 | Corrected problem with tree.__len__ getting confused with zero length files. ↵ | Michael Trier | |
| Thanks Alan Briolat. | |||
| 2008-05-08 | Fixed up rspec comments that are passing. | Michael Trier | |
| 2008-05-07 | initial project | Michael Trier | |
