summaryrefslogtreecommitdiff
path: root/lib/git/index
Commit message (Expand)AuthorAgeFilesLines
* moved all contents, incl. submodule gitdb, up to the root directorySebastian Thiel2010-11-215-1729/+0
* Inital implementation of Submodule.move including a very simple and to-be-imp...Sebastian Thiel2010-11-171-1/+2
* index: Sped up reading and writing of the index file by reducing the amount o...Sebastian Thiel2010-11-172-38/+34
* Initial implementation of submodule.add without any tests. These are to come ...Sebastian Thiel2010-11-161-3/+5
* index.reset: updated parameter docs, but most importantly, the method now has...Sebastian Thiel2010-10-271-28/+32
* cmd: improved error handling and debug printingSebastian Thiel2010-10-271-0/+4
* BaseIndexEntry: Added to_blob method, refactored functionality sligthlySebastian Thiel2010-07-203-26/+39
* index: Fixed bug which caused incorrect separators in output files of the ret...Sebastian Thiel2010-07-191-5/+5
* Index._iter_expand_paths: fixed tiny error with large impact, there was code ...Sebastian Thiel2010-07-151-2/+1
* Addiitonal win32 fixes related to, guess it, backslashes in pathsSebastian Thiel2010-07-151-2/+4
* Fixed the missing Repo type documentation thanks to a hint of gasche, fixed a...Sebastian Thiel2010-07-142-2/+4
* Fixed python < 2.6 windows specific issue when reading in the index using a m...Sebastian Thiel2010-07-111-1/+7
* Adjusted previous object creators to use the rev_parse method directly. rev_p...Sebastian Thiel2010-07-071-1/+1
* Made repo.py a package to allow better localization of functions and utilitie...Sebastian Thiel2010-07-061-1/+1
* Renamed modules utils to util, and errors to exc to be more conforming to the...Sebastian Thiel2010-06-292-5/+5
* Updated and fixed sphinx API docs, which included one quick skim-throughSebastian Thiel2010-06-293-19/+25
* Diff: fixed bug that caused a string to end up as a blob modeSebastian Thiel2010-06-291-1/+1
* Adjusted all files to (hopefully) deal with the fact that all objects now use...Sebastian Thiel2010-06-253-74/+50
* index.reset is now partly implemented using python, but in fact it resorts to...Sebastian Thiel2010-06-251-20/+34
* IndexFile.add: writing of the index file can now optionally be turned off. Th...Sebastian Thiel2010-06-241-6/+12
* aggressive_tree_merge: fixed incorrect handling of one branch, it was just no...Sebastian Thiel2010-06-242-5/+11
* Multiple partly critical bugfixes related to index handlingSebastian Thiel2010-06-242-8/+33
* fixed critical bug in traverse_trees_recursive, implemented IndexFile.new inc...Sebastian Thiel2010-06-232-10/+18
* Added test for aggressive_tree_mergeSebastian Thiel2010-06-232-64/+68
* Implemented simple tree merging and a simple test, more elaborate testing is ...Sebastian Thiel2010-06-231-8/+78
* Initial frame for implementing read_tree using pure python. As git-read-tree ...Sebastian Thiel2010-06-222-7/+46
* index.write_tree: now uses MemoryDB, making tree handling more efficient as I...Sebastian Thiel2010-06-221-3/+7
* Tree-Writing now works after fixing an off-by-one errorSebastian Thiel2010-06-222-12/+13
* index.write_tree: initial version implemented, although its not yet working c...Sebastian Thiel2010-06-223-53/+117
* index: put serialization methods into new 'fun' module, this makes the calls ...Sebastian Thiel2010-06-212-137/+183
* index.add does not need the git clt anymoreSebastian Thiel2010-06-212-24/+9
* index: Entries are now using flags internally, instead of reducing the flag i...Sebastian Thiel2010-06-213-59/+82
* index.add: now uses gitdb.store functionality instead of git-hash-file. The p...Sebastian Thiel2010-06-211-44/+46
* Move LazyMixin type to gitdb, index reading now uses file_contents_ro from gi...Sebastian Thiel2010-06-151-8/+4
* Reimplemented Lock handling to be conforming to the git lock protocol, which ...Sebastian Thiel2010-06-151-15/+11
* Implemented the serializable interface - by refactoring codeSebastian Thiel2010-06-141-32/+47
* index: split index file into multiple files of a single package. This didn't ...Sebastian Thiel2010-06-144-0/+1414