aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2009-10-15repo: removed a few methods because of redundancy or because it will be obsol...Sebastian Thiel
2009-10-15All times are not stored as time_struct, but as simple int to consume less me...Sebastian Thiel
2009-10-15test_performance: module containing benchmarks to get an idea of the achieved...Sebastian Thiel
2009-10-14Refs are now truly dynamic - this costs a little bit of (persistent command) ...Sebastian Thiel
2009-10-14cmd: added option to return the process directly, allowing to read the output...Sebastian Thiel
2009-10-13renamed find_all to list_all, changed commit to use iterable interface in pre...Sebastian Thiel
2009-10-13tree: renamed content_from_string to _from_string to make it private. Removed...Sebastian Thiel
2009-10-12tree: now behaves like a list with string indexing functionality - using a di...Sebastian Thiel
2009-10-12repo.active_branch now returns a Head object, not a stringSebastian Thiel
2009-10-12renamed from_string and list_from_string to _from_string and _list_from_strin...Sebastian Thiel
2009-10-12Reorganized package structure and cleaned up importsSebastian Thiel
2009-10-11Added remaining tests for new base classes and removed some methods whose exi...Sebastian Thiel
2009-10-11Fixed remaining tests to deal with the changesSebastian Thiel
2009-10-09Blob|Tree: renamed 'name' member to 'path', updated tests and changelog as it...Sebastian Thiel
2009-10-08Fixed Diff class which used Commits instead of Blobs - as Blobs contain the p...Sebastian Thiel
2009-01-24Lots of spring cleaning and added in Sphinx documentation.Michael Trier
2009-01-24Corrected a problem with commits_between returning None.Michael Trier
2008-12-16fixed Commit.stats retrieval for parentless commits in bare reposMichael Trier
2008-12-16Added changes information for path component change.Michael Trier
2008-12-15Added in Changes documentation for 0.1.6Michael Trier
2008-12-15Added in new changes and bumped for version 0.1.50.1.5Michael Trier
2008-07-17Always fogetting the changes.Michael Trier
2008-07-16bump0.1.4Michael Trier
2008-07-16Cleaned up changes file.Michael Trier
2008-05-31renamed gitter to cmd since that makes more sense. Fixed up changes doc.Michael Trier
2008-05-30added in changes to this releaseMichael Trier
2008-05-30renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ...Michael Trier
2008-05-18lots of little fixes. Corrected problem with creating bare repo. Added Repo...Michael Trier
2008-05-17Corrected problem with tree.__len__ getting confused with zero length files. ...Michael Trier
2008-05-08Fixed up rspec comments that are passing.Michael Trier
2008-05-07initial projectMichael Trier