aboutsummaryrefslogtreecommitdiff
path: root/lib/git/index
AgeCommit message (Expand)Author
2010-10-27cmd: improved error handling and debug printingSebastian Thiel
2010-07-20BaseIndexEntry: Added to_blob method, refactored functionality sligthlySebastian Thiel
2010-07-19index: Fixed bug which caused incorrect separators in output files of the ret...Sebastian Thiel
2010-07-15Index._iter_expand_paths: fixed tiny error with large impact, there was code ...Sebastian Thiel
2010-07-15Addiitonal win32 fixes related to, guess it, backslashes in pathsSebastian Thiel
2010-07-14Fixed the missing Repo type documentation thanks to a hint of gasche, fixed a...Sebastian Thiel
2010-07-11Fixed python < 2.6 windows specific issue when reading in the index using a m...Sebastian Thiel
2010-07-07Adjusted previous object creators to use the rev_parse method directly. rev_p...Sebastian Thiel
2010-07-06Made repo.py a package to allow better localization of functions and utilitie...Sebastian Thiel
2010-06-29Renamed modules utils to util, and errors to exc to be more conforming to the...Sebastian Thiel
2010-06-29Updated and fixed sphinx API docs, which included one quick skim-throughSebastian Thiel
2010-06-29Diff: fixed bug that caused a string to end up as a blob modeSebastian Thiel
2010-06-25Adjusted all files to (hopefully) deal with the fact that all objects now use...Sebastian Thiel
2010-06-25index.reset is now partly implemented using python, but in fact it resorts to...Sebastian Thiel
2010-06-24IndexFile.add: writing of the index file can now optionally be turned off. Th...Sebastian Thiel
2010-06-24aggressive_tree_merge: fixed incorrect handling of one branch, it was just no...Sebastian Thiel
2010-06-24Multiple partly critical bugfixes related to index handlingSebastian Thiel
2010-06-23fixed critical bug in traverse_trees_recursive, implemented IndexFile.new inc...Sebastian Thiel
2010-06-23Added test for aggressive_tree_mergeSebastian Thiel
2010-06-23Implemented simple tree merging and a simple test, more elaborate testing is ...Sebastian Thiel
2010-06-22Initial frame for implementing read_tree using pure python. As git-read-tree ...Sebastian Thiel
2010-06-22index.write_tree: now uses MemoryDB, making tree handling more efficient as I...Sebastian Thiel
2010-06-22Tree-Writing now works after fixing an off-by-one errorSebastian 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-21index.add does not need the git clt anymoreSebastian Thiel
2010-06-21index: Entries are now using flags internally, instead of reducing the flag i...Sebastian Thiel
2010-06-21index.add: now uses gitdb.store functionality instead of git-hash-file. The p...Sebastian Thiel
2010-06-15Move LazyMixin type to gitdb, index reading now uses file_contents_ro from gi...Sebastian Thiel
2010-06-15Reimplemented Lock handling to be conforming to the git lock protocol, which ...Sebastian Thiel
2010-06-14Implemented the serializable interface - by refactoring codeSebastian Thiel
2010-06-14index: split index file into multiple files of a single package. This didn't ...Sebastian Thiel