aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2016-05-24Fix link to latest changelogVincent Driessen
2014-11-19Fixes #122Sebastian Thiel
2010-11-25Updated information filesSebastian Thiel
2010-07-09bumped verison to 0.3.0 beta20.3.0-beta2Sebastian Thiel
2010-06-29Removed blob.data property as there is no real reason for an exception to the...Sebastian Thiel
2010-06-29Renamed modules utils to util, and errors to exc to be more conforming to the...Sebastian Thiel
2010-06-25Adjusted all files to (hopefully) deal with the fact that all objects now use...Sebastian Thiel
2010-06-24aggressive_tree_merge: fixed incorrect handling of one branch, it was just no...Sebastian Thiel
2010-06-22index.write_tree: initial version implemented, although its not yet working c...Sebastian Thiel
2010-06-21index: put serialization methods into new 'fun' module, this makes the calls ...Sebastian Thiel
2010-06-15Reimplemented Lock handling to be conforming to the git lock protocol, which ...Sebastian Thiel
2010-06-03commit.create_from_tree now uses pure python implementation, fixed message pa...Sebastian Thiel
2010-06-02commit: initial version of commit_from_tree which could create commit objects...Sebastian Thiel
2009-12-03repo: renamed directories to more descriptive identifiers and made them safer...Sebastian Thiel
2009-10-23commit.name_rev property added for convenienceSebastian Thiel
2009-10-22Added SymbolicReference and HEAD type to better represent these special types...Sebastian Thiel
2009-10-22Added frame for new Repo handling and some neat decorators, including tests t...Sebastian Thiel
2009-10-22Updated CHANGES file to indicate addition of index classSebastian Thiel
2009-10-22Git.cmd: removed with_raw_output optionSebastian Thiel
2009-10-21remote: Added fetch, pull, push methods to the interface to make these operat...Sebastian Thiel
2009-10-20Fixed bare repository handling - bare is now a property to prevent writing itSebastian Thiel
2009-10-20Improved is_dirty including testSebastian Thiel
2009-10-19Implemneted IterableLists for refs, commits and remote objects including simp...Sebastian Thiel
2009-10-19commit.count: is an instance method nowSebastian Thiel
2009-10-19repo.remote method addedSebastian Thiel
2009-10-18DiffIndex implemented including testSebastian Thiel
2009-10-16added Diffable interface to objects.base, its used by Commit and Tree objects.Sebastian Thiel
2009-10-16Fixed object bug that would cause object ids not to be resolved to sha's as t...Sebastian Thiel
2009-10-16repo.untracked_files added including testSebastian Thiel
2009-10-15Improved archive function by allowing it to directly write to an output strea...Sebastian Thiel
2009-10-15repo: made init and clone methods less specific, previously they wanted to do...Sebastian Thiel
2009-10-15repo.commit_delta_base: removedSebastian Thiel
2009-10-15repo: removed commits_between but added a note about how this can be achieved...Sebastian Thiel
2009-10-15Added Commit.iter_parents to iterate all parentsSebastian Thiel
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