summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* initial version of new odb design to facilitate a channel based multi-threadi...Sebastian Thiel2010-06-049-273/+476
* db: implemented GitObjectDB using the git command to make sure we can lookup ...Sebastian Thiel2010-06-043-24/+41
* Fixed compatability issues with python 2.5, made sure all tests runSebastian Thiel2010-06-033-4/+4
* commit.create_from_tree now uses pure python implementation, fixed message pa...Sebastian Thiel2010-06-0315-82/+230
* Added performance comparison to cgit ... and yes, git-python is faster :)Sebastian Thiel2010-06-032-11/+87
* odb: fixed streamed decompression reader ( specific tests would still be miss...Sebastian Thiel2010-06-033-10/+107
* odb: implemented loose object streaming, which is impossible to do efficientl...Sebastian Thiel2010-06-036-55/+371
* added frame for object reading, including simple testSebastian Thiel2010-06-024-15/+83
* initial version of loose object writing and simple cached object lookup appea...Sebastian Thiel2010-06-025-30/+237
* Added first design and frame for object database. In a first step, loose obje...Sebastian Thiel2010-06-025-9/+210
* git.cmd: added test for stream section constraint used in git command, found ...Sebastian Thiel2010-06-022-289/+369
* commit: redesigned revlist and commit parsing, commits are always retrieved f...Sebastian Thiel2010-06-025-265/+217
* Added performance testing foundation library, reworked existing performance t...Sebastian Thiel2010-06-022-0/+46
* Added commit-iteration testSebastian Thiel2010-06-021-40/+56
* commit: refactored existing code to decode commits from streams - performance...Sebastian Thiel2010-06-029-718/+810
* commit: initial version of commit_from_tree which could create commit objects...Sebastian Thiel2010-06-025-613/+815
* gitcmd: may now receive extra keyword arguments to be passed directly to the ...Sebastian Thiel2010-05-311-11/+9
* cmd: By default, on linux, the parent file handles will be closed to leave th...Sebastian Thiel2010-05-271-0/+1
* index: index-add fixed to always append a newline after each item. In git has...Sebastian Thiel2010-05-262-24/+11
* refs: a Reference can now be created by assigning a commit or object (for con...Sebastian Thiel2010-05-262-11/+78
* BlockingLockFile: added sanity check that raises IOError if the directory con...Sebastian Thiel2010-05-261-4/+15
* diff: by limiting the splitcount to 5, a subtle bug was introduced as the new...0.2.0-beta1Sebastian Thiel2010-05-252-1/+16
* Repo: Added comparison operators and hash operator including testSebastian Thiel2010-05-124-7/+36
* IndexFile.add: Fixed incorrect path handling if path rewriting was desired an...Sebastian Thiel2010-05-113-9/+10
* Handle filenames with embedded spaces when generating diffsRick Copeland2010-05-102-1/+2
* index.add: added index path rewrite functionality, which allows to store a di...Sebastian Thiel2010-05-102-1343/+1432
* repo: added test with some basic assertions for empty repositories theseSebastian Thiel2010-05-107-1361/+1392
* docs: removed >>> in front of examples to make copy-pasting easierSebastian Thiel2010-05-063-212/+174
* README: Added mailing list and issue tracker informationSebastian Thiel2010-05-063-14/+22
* TODO: Removed all entries but left a mesage about where to find the issuee on...Sebastian Thiel2010-05-044-151/+28
* Index: handling an AttributeError exception raised in python 2.6.5 and newer ...Sebastian Thiel2010-05-041-3/+12
* Added additional tz_offset testing in performance test to call it more often.Sebastian Thiel2010-04-303-2/+5
* Merge commit 'refs/merge-requests/14' of git://gitorious.org/git-python/mainl...Sebastian Thiel2010-04-304-15/+34
|\
| * Add support for time zone information in tags and commits.Rick Copeland2010-04-274-15/+34
* | conf.py: Adjusted version to match with the actual versionSebastian Thiel2010-04-141-2/+2
|/
* Used this release for a first beta of the 0.2 branch of developmentSebastian Thiel2010-04-074-2/+5
* roadmap added to docs to give an idea of tasks still to be done, especially i...Sebastian Thiel2010-03-232-0/+14
* test system: renamed a few test methods in test_remote which could been mista...Sebastian Thiel2010-03-211-16/+16
* Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel2010-03-0439-9078/+9078
* Small improvements to the tutorial prior to tagging 0.2rc1Sebastian Thiel2010-03-021-24/+29
* Commit.iter_items: Will not restrict comits to the ones containing changes to...Sebastian Thiel2010-02-282-1/+24
* git.Tree: Fixed critical issue when reading trees from binary data. The previ...Sebastian Thiel2010-02-241-8/+6
* IndexFile.write: Added special handling flag allowing to skip TREE extension ...Sebastian Thiel2010-02-241-17/+27
* index: added move method including testSebastian Thiel2010-02-193-13/+132
* LockFile: release_lock now checks whether the lockfile to be removed still ex...Sebastian Thiel2010-02-181-1/+6
* git.commit: Added test to assure we handle the first commit correctly regardi...Sebastian Thiel2010-02-182-1/+6
* Lockfile now uses low-level commands to interact with the filesystem in order...Sebastian Thiel2010-02-141-30/+5
* Commit.create: now handles empty repositories correctlySebastian Thiel2010-02-131-2/+15
* IndexFile: unmerged_blobs lists are now sortedSebastian Thiel2010-02-133-15/+34
* Implemented RemoteProgress parsing for git-fetch, which might become availabl...Sebastian Thiel2010-01-122-50/+115