summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: untracked_files is a property, but was used like a function, see http:/...0.2Sebastian Thiel2010-10-271-1/+1
* 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
* remote.py: improved push-progress parsin to better deal with messages ( i.e. ...Sebastian Thiel2010-01-121-7/+12
* tree: implemented recursive paths in __div__ and __getitem__ method, allowing...Sebastian Thiel2009-12-303-7/+33
* LockFile: id representing the instance that keeps the lock is unique now - lo...Sebastian Thiel2009-12-171-11/+25
* config: GitConfigReader now allows to override its lock-type. By default it u...Sebastian Thiel2009-12-173-10/+26
* Added imports for standard locking file classes into the git moduleSebastian Thiel2009-12-165-8/+12
* index: improved the way stdout is handled as the previous handling rarely cau...Sebastian Thiel2009-12-152-6/+9
* refs: Added is_valid method to SymbolicReference base classSebastian Thiel2009-12-152-0/+19
* removed nonsense IndexLock implementationSebastian Thiel2009-12-101-32/+1
* index: IndexLock added to provide some kind of critical section for index bas...Sebastian Thiel2009-12-101-1/+33
* index: TempFileMover now handles the case that the file to move does not exis...Sebastian Thiel2009-12-103-4/+65
* config: fixed incorrect handling of default value in get_valueSebastian Thiel2009-12-094-4/+11
* repo: Added alias for refs property, which is called 'references' , to improv...Sebastian Thiel2009-12-091-2/+5
* config.set_value: added more convenient set_value method to ConfigReaderSebastian Thiel2009-12-082-0/+26
* config.get_value: Added default argument including testSebastian Thiel2009-12-082-2/+15
* index: Checkout exception now contains information about the reason of the fa...Sebastian Thiel2009-12-072-2/+11
* Reference: reading of commit data is now safer and handles non-existing paths...Sebastian Thiel2009-12-073-3/+9
* SymbolicRefence base is now fully aware of pack files in all operations.Sebastian Thiel2009-12-043-97/+210
* refs: Fixed incorrect retrieval of symbolic reference types - previously we o...Sebastian Thiel2009-12-042-6/+14
* SymbolicReference creation now won't fail if the target already exists and ha...Sebastian Thiel2009-12-042-9/+24
* refs.rename: improved handling as it will only raise ( if not forced ) if the...Sebastian Thiel2009-12-032-3/+11