| Commit message (Expand) | Author | Age | Files | Lines |
* | moved all contents, incl. submodule gitdb, up to the root directory | Sebastian Thiel | 2010-11-21 | 1 | -1143/+0 |
* | index: Sped up reading and writing of the index file by reducing the amount o... | Sebastian Thiel | 2010-11-17 | 1 | -2/+2 |
* | Initial implementation of submodule.add without any tests. These are to come ... | Sebastian Thiel | 2010-11-16 | 1 | -3/+5 |
* | index.reset: updated parameter docs, but most importantly, the method now has... | Sebastian Thiel | 2010-10-27 | 1 | -28/+32 |
* | cmd: improved error handling and debug printing | Sebastian Thiel | 2010-10-27 | 1 | -0/+4 |
* | BaseIndexEntry: Added to_blob method, refactored functionality sligthly | Sebastian Thiel | 2010-07-20 | 1 | -24/+9 |
* | index: Fixed bug which caused incorrect separators in output files of the ret... | Sebastian Thiel | 2010-07-19 | 1 | -5/+5 |
* | Index._iter_expand_paths: fixed tiny error with large impact, there was code ... | Sebastian Thiel | 2010-07-15 | 1 | -2/+1 |
* | Addiitonal win32 fixes related to, guess it, backslashes in paths | Sebastian Thiel | 2010-07-15 | 1 | -2/+4 |
* | Fixed the missing Repo type documentation thanks to a hint of gasche, fixed a... | Sebastian Thiel | 2010-07-14 | 1 | -2/+2 |
* | Fixed python < 2.6 windows specific issue when reading in the index using a m... | Sebastian Thiel | 2010-07-11 | 1 | -1/+7 |
* | Adjusted previous object creators to use the rev_parse method directly. rev_p... | Sebastian Thiel | 2010-07-07 | 1 | -1/+1 |
* | Renamed modules utils to util, and errors to exc to be more conforming to the... | Sebastian Thiel | 2010-06-29 | 1 | -3/+3 |
* | Updated and fixed sphinx API docs, which included one quick skim-through | Sebastian Thiel | 2010-06-29 | 1 | -11/+15 |
* | Diff: fixed bug that caused a string to end up as a blob mode | Sebastian Thiel | 2010-06-29 | 1 | -1/+1 |
* | Adjusted all files to (hopefully) deal with the fact that all objects now use... | Sebastian Thiel | 2010-06-25 | 1 | -70/+47 |
* | index.reset is now partly implemented using python, but in fact it resorts to... | Sebastian Thiel | 2010-06-25 | 1 | -20/+34 |
* | IndexFile.add: writing of the index file can now optionally be turned off. Th... | Sebastian Thiel | 2010-06-24 | 1 | -6/+12 |
* | aggressive_tree_merge: fixed incorrect handling of one branch, it was just no... | Sebastian Thiel | 2010-06-24 | 1 | -4/+1 |
* | Multiple partly critical bugfixes related to index handling | Sebastian Thiel | 2010-06-24 | 1 | -7/+16 |
* | fixed critical bug in traverse_trees_recursive, implemented IndexFile.new inc... | Sebastian Thiel | 2010-06-23 | 1 | -5/+12 |
* | Initial frame for implementing read_tree using pure python. As git-read-tree ... | Sebastian Thiel | 2010-06-22 | 1 | -3/+21 |
* | index.write_tree: now uses MemoryDB, making tree handling more efficient as I... | Sebastian Thiel | 2010-06-22 | 1 | -3/+7 |
* | Tree-Writing now works after fixing an off-by-one error | Sebastian Thiel | 2010-06-22 | 1 | -10/+11 |
* | index.write_tree: initial version implemented, although its not yet working c... | Sebastian Thiel | 2010-06-22 | 1 | -40/+35 |
* | index: put serialization methods into new 'fun' module, this makes the calls ... | Sebastian Thiel | 2010-06-21 | 1 | -137/+45 |
* | index.add does not need the git clt anymore | Sebastian Thiel | 2010-06-21 | 1 | -20/+7 |
* | index: Entries are now using flags internally, instead of reducing the flag i... | Sebastian Thiel | 2010-06-21 | 1 | -45/+52 |
* | index.add: now uses gitdb.store functionality instead of git-hash-file. The p... | Sebastian Thiel | 2010-06-21 | 1 | -44/+46 |
* | Move LazyMixin type to gitdb, index reading now uses file_contents_ro from gi... | Sebastian Thiel | 2010-06-15 | 1 | -8/+4 |
* | Reimplemented Lock handling to be conforming to the git lock protocol, which ... | Sebastian Thiel | 2010-06-15 | 1 | -15/+11 |
* | Implemented the serializable interface - by refactoring code | Sebastian Thiel | 2010-06-14 | 1 | -32/+47 |
* | index: split index file into multiple files of a single package. This didn't ... | Sebastian Thiel | 2010-06-14 | 1 | -0/+1198 |