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