summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* Fix link to latest changelogMichael Käufl2021-06-221-1/+1
* Fix link to latest changelogVincent Driessen2016-05-241-1/+1
* Fixes #122Sebastian Thiel2014-11-191-1/+1
* Updated information filesSebastian Thiel2010-11-251-4/+1
* bumped verison to 0.3.0 beta20.3.0-beta2Sebastian Thiel2010-07-091-367/+4
* Removed blob.data property as there is no real reason for an exception to the...Sebastian Thiel2010-06-291-15/+23
* Renamed modules utils to util, and errors to exc to be more conforming to the...Sebastian Thiel2010-06-291-0/+4
* Adjusted all files to (hopefully) deal with the fact that all objects now use...Sebastian Thiel2010-06-251-0/+5
* aggressive_tree_merge: fixed incorrect handling of one branch, it was just no...Sebastian Thiel2010-06-241-1/+2
* index.write_tree: initial version implemented, although its not yet working c...Sebastian Thiel2010-06-221-0/+7
* index: put serialization methods into new 'fun' module, this makes the calls ...Sebastian Thiel2010-06-211-0/+1
* Reimplemented Lock handling to be conforming to the git lock protocol, which ...Sebastian Thiel2010-06-151-0/+3
* commit.create_from_tree now uses pure python implementation, fixed message pa...Sebastian Thiel2010-06-031-0/+1
* commit: initial version of commit_from_tree which could create commit objects...Sebastian Thiel2010-06-021-1/+5
* repo: renamed directories to more descriptive identifiers and made them safer...Sebastian Thiel2009-12-031-0/+6
* commit.name_rev property added for convenienceSebastian Thiel2009-10-231-0/+1
* Added SymbolicReference and HEAD type to better represent these special types...Sebastian Thiel2009-10-221-3/+6
* Added frame for new Repo handling and some neat decorators, including tests t...Sebastian Thiel2009-10-221-0/+6
* Updated CHANGES file to indicate addition of index classSebastian Thiel2009-10-221-0/+5
* Git.cmd: removed with_raw_output optionSebastian Thiel2009-10-221-0/+2
* remote: Added fetch, pull, push methods to the interface to make these operat...Sebastian Thiel2009-10-211-0/+6
* Fixed bare repository handling - bare is now a property to prevent writing itSebastian Thiel2009-10-201-4/+5
* Improved is_dirty including testSebastian Thiel2009-10-201-0/+2
* Implemneted IterableLists for refs, commits and remote objects including simp...Sebastian Thiel2009-10-191-0/+1
* commit.count: is an instance method nowSebastian Thiel2009-10-191-35/+46
* repo.remote method addedSebastian Thiel2009-10-191-0/+13
* DiffIndex implemented including testSebastian Thiel2009-10-181-0/+7
* added Diffable interface to objects.base, its used by Commit and Tree objects.Sebastian Thiel2009-10-161-0/+3
* Fixed object bug that would cause object ids not to be resolved to sha's as t...Sebastian Thiel2009-10-161-0/+2
* repo.untracked_files added including testSebastian Thiel2009-10-161-0/+1
* Improved archive function by allowing it to directly write to an output strea...Sebastian Thiel2009-10-151-2/+2
* repo: made init and clone methods less specific, previously they wanted to do...Sebastian Thiel2009-10-151-1/+6
* repo.commit_delta_base: removedSebastian Thiel2009-10-151-0/+4
* repo: removed commits_between but added a note about how this can be achieved...Sebastian Thiel2009-10-151-1/+2
* Added Commit.iter_parents to iterate all parentsSebastian Thiel2009-10-151-0/+7
* repo: removed a few methods because of redundancy or because it will be obsol...Sebastian Thiel2009-10-151-1/+5
* All times are not stored as time_struct, but as simple int to consume less me...Sebastian Thiel2009-10-151-0/+3
* test_performance: module containing benchmarks to get an idea of the achieved...Sebastian Thiel2009-10-151-0/+2
* Refs are now truly dynamic - this costs a little bit of (persistent command) ...Sebastian Thiel2009-10-141-0/+6
* cmd: added option to return the process directly, allowing to read the output...Sebastian Thiel2009-10-141-0/+1
* renamed find_all to list_all, changed commit to use iterable interface in pre...Sebastian Thiel2009-10-131-3/+11
* tree: renamed content_from_string to _from_string to make it private. Removed...Sebastian Thiel2009-10-131-0/+1
* tree: now behaves like a list with string indexing functionality - using a di...Sebastian Thiel2009-10-121-1/+5
* repo.active_branch now returns a Head object, not a stringSebastian Thiel2009-10-121-0/+4
* renamed from_string and list_from_string to _from_string and _list_from_strin...Sebastian Thiel2009-10-121-0/+3
* Reorganized package structure and cleaned up importsSebastian Thiel2009-10-121-0/+10
* Added remaining tests for new base classes and removed some methods whose exi...Sebastian Thiel2009-10-111-0/+3
* Fixed remaining tests to deal with the changesSebastian Thiel2009-10-111-1/+6
* Blob|Tree: renamed 'name' member to 'path', updated tests and changelog as it...Sebastian Thiel2009-10-091-14/+22
* Fixed Diff class which used Commits instead of Blobs - as Blobs contain the p...Sebastian Thiel2009-10-081-0/+14