| Commit message (Expand) | Author | Age | Files | Lines |
* | odb: implemented loose object streaming, which is impossible to do efficientl... | Sebastian Thiel | 2010-06-03 | 5 | -55/+327 |
* | added frame for object reading, including simple test | Sebastian Thiel | 2010-06-02 | 3 | -15/+70 |
* | initial version of loose object writing and simple cached object lookup appea... | Sebastian Thiel | 2010-06-02 | 4 | -28/+208 |
* | Added first design and frame for object database. In a first step, loose obje... | Sebastian Thiel | 2010-06-02 | 3 | -9/+137 |
* | git.cmd: added test for stream section constraint used in git command, found ... | Sebastian Thiel | 2010-06-02 | 1 | -1/+6 |
* | commit: redesigned revlist and commit parsing, commits are always retrieved f... | Sebastian Thiel | 2010-06-02 | 1 | -58/+40 |
* | commit: refactored existing code to decode commits from streams - performance... | Sebastian Thiel | 2010-06-02 | 5 | -680/+797 |
* | commit: initial version of commit_from_tree which could create commit objects... | Sebastian Thiel | 2010-06-02 | 3 | -510/+679 |
* | 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 | 1 | -23/+10 |
* | refs: a Reference can now be created by assigning a commit or object (for con... | Sebastian Thiel | 2010-05-26 | 1 | -11/+40 |
* | 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 | 1 | -0/+1 |
* | Repo: Added comparison operators and hash operator including test | Sebastian Thiel | 2010-05-12 | 2 | -2/+22 |
* | 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 | 1 | -1/+1 |
* | index.add: added index path rewrite functionality, which allows to store a di... | Sebastian Thiel | 2010-05-10 | 1 | -1343/+1402 |
* | repo: added test with some basic assertions for empty repositories these | Sebastian Thiel | 2010-05-10 | 4 | -1358/+1347 |
* | TODO: Removed all entries but left a mesage about where to find the issuee on... | Sebastian Thiel | 2010-05-04 | 1 | -1/+1 |
* | 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 | 1 | -1/+1 |
* | Add support for time zone information in tags and commits. | Rick Copeland | 2010-04-27 | 3 | -15/+31 |
* | Converted all tabs to 4 space characters each to comply with pep8 | Sebastian Thiel | 2010-03-04 | 19 | -6350/+6350 |
* | Commit.iter_items: Will not restrict comits to the ones containing changes to... | Sebastian Thiel | 2010-02-28 | 1 | -1/+6 |
* | 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 | 1 | -11/+88 |
* | 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 | 1 | -1/+1 |
* | 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 | 2 | -4/+6 |
* | Implemented RemoteProgress parsing for git-fetch, which might become availabl... | Sebastian Thiel | 2010-01-12 | 1 | -41/+92 |
* | remote.py: improved push-progress parsin to better deal with messages ( i.e. ... | Sebastian Thiel | 2010-01-12 | 1 | -7/+12 |
* | tree: implemented recursive paths in __div__ and __getitem__ method, allowing... | Sebastian Thiel | 2009-12-30 | 1 | -6/+27 |
* | LockFile: id representing the instance that keeps the lock is unique now - lo... | Sebastian Thiel | 2009-12-17 | 1 | -11/+25 |
* | config: GitConfigReader now allows to override its lock-type. By default it u... | Sebastian Thiel | 2009-12-17 | 2 | -9/+25 |
* | Added imports for standard locking file classes into the git module | Sebastian Thiel | 2009-12-16 | 4 | -2/+7 |
* | index: improved the way stdout is handled as the previous handling rarely cau... | Sebastian Thiel | 2009-12-15 | 2 | -6/+9 |
* | refs: Added is_valid method to SymbolicReference base class | Sebastian Thiel | 2009-12-15 | 1 | -0/+13 |
* | removed nonsense IndexLock implementation | Sebastian Thiel | 2009-12-10 | 1 | -32/+1 |
* | index: IndexLock added to provide some kind of critical section for index bas... | Sebastian Thiel | 2009-12-10 | 1 | -1/+33 |
* | index: TempFileMover now handles the case that the file to move does not exis... | Sebastian Thiel | 2009-12-10 | 2 | -4/+51 |
* | config: fixed incorrect handling of default value in get_value | Sebastian Thiel | 2009-12-09 | 2 | -4/+6 |
* | repo: Added alias for refs property, which is called 'references' , to improv... | Sebastian Thiel | 2009-12-09 | 1 | -2/+5 |
* | config.set_value: added more convenient set_value method to ConfigReader | Sebastian Thiel | 2009-12-08 | 1 | -0/+20 |
* | config.get_value: Added default argument including test | Sebastian Thiel | 2009-12-08 | 1 | -2/+10 |
* | index: Checkout exception now contains information about the reason of the fa... | Sebastian Thiel | 2009-12-07 | 1 | -2/+10 |
* | Reference: reading of commit data is now safer and handles non-existing paths... | Sebastian Thiel | 2009-12-07 | 2 | -3/+5 |