index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-10-27
docs: untracked_files is a property, but was used like a function, see http:/...
0.2
Sebastian Thiel
2010-05-25
diff: by limiting the splitcount to 5, a subtle bug was introduced as the new...
0.2.0-beta1
Sebastian Thiel
2010-05-12
Repo: Added comparison operators and hash operator including test
Sebastian Thiel
2010-05-11
IndexFile.add: Fixed incorrect path handling if path rewriting was desired an...
Sebastian Thiel
2010-05-10
Handle filenames with embedded spaces when generating diffs
Rick Copeland
2010-05-10
index.add: added index path rewrite functionality, which allows to store a di...
Sebastian Thiel
2010-05-10
repo: added test with some basic assertions for empty repositories these
Sebastian Thiel
2010-05-06
docs: removed >>> in front of examples to make copy-pasting easier
Sebastian Thiel
2010-05-06
README: Added mailing list and issue tracker information
Sebastian Thiel
2010-05-04
TODO: Removed all entries but left a mesage about where to find the issuee on...
Sebastian Thiel
2010-05-04
Index: handling an AttributeError exception raised in python 2.6.5 and newer ...
Sebastian Thiel
2010-04-30
Added additional tz_offset testing in performance test to call it more often.
Sebastian Thiel
2010-04-30
Merge commit 'refs/merge-requests/14' of git://gitorious.org/git-python/mainl...
Sebastian Thiel
2010-04-27
Add support for time zone information in tags and commits.
Rick Copeland
2010-04-14
conf.py: Adjusted version to match with the actual version
Sebastian Thiel
2010-04-07
Used this release for a first beta of the 0.2 branch of development
Sebastian Thiel
2010-03-23
roadmap added to docs to give an idea of tasks still to be done, especially i...
Sebastian Thiel
2010-03-21
test system: renamed a few test methods in test_remote which could been mista...
Sebastian Thiel
2010-03-04
Converted all tabs to 4 space characters each to comply with pep8
Sebastian Thiel
2010-03-02
Small improvements to the tutorial prior to tagging 0.2rc1
Sebastian Thiel
2010-02-28
Commit.iter_items: Will not restrict comits to the ones containing changes to...
Sebastian Thiel
2010-02-24
git.Tree: Fixed critical issue when reading trees from binary data. The previ...
Sebastian Thiel
2010-02-24
IndexFile.write: Added special handling flag allowing to skip TREE extension ...
Sebastian Thiel
2010-02-19
index: added move method including test
Sebastian Thiel
2010-02-18
LockFile: release_lock now checks whether the lockfile to be removed still ex...
Sebastian Thiel
2010-02-18
git.commit: Added test to assure we handle the first commit correctly regardi...
Sebastian Thiel
2010-02-14
Lockfile now uses low-level commands to interact with the filesystem in order...
Sebastian Thiel
2010-02-13
Commit.create: now handles empty repositories correctly
Sebastian Thiel
2010-02-13
IndexFile: unmerged_blobs lists are now sorted
Sebastian Thiel
2010-01-12
Implemented RemoteProgress parsing for git-fetch, which might become availabl...
Sebastian Thiel
2010-01-12
remote.py: improved push-progress parsin to better deal with messages ( i.e. ...
Sebastian Thiel
2009-12-30
tree: implemented recursive paths in __div__ and __getitem__ method, allowing...
Sebastian Thiel
2009-12-17
LockFile: id representing the instance that keeps the lock is unique now - lo...
Sebastian Thiel
2009-12-17
config: GitConfigReader now allows to override its lock-type. By default it u...
Sebastian Thiel
2009-12-16
Added imports for standard locking file classes into the git module
Sebastian Thiel
2009-12-15
index: improved the way stdout is handled as the previous handling rarely cau...
Sebastian Thiel
2009-12-15
refs: Added is_valid method to SymbolicReference base class
Sebastian Thiel
2009-12-10
removed nonsense IndexLock implementation
Sebastian Thiel
2009-12-10
index: IndexLock added to provide some kind of critical section for index bas...
Sebastian Thiel
2009-12-10
index: TempFileMover now handles the case that the file to move does not exis...
Sebastian Thiel
2009-12-09
config: fixed incorrect handling of default value in get_value
Sebastian Thiel
2009-12-09
repo: Added alias for refs property, which is called 'references' , to improv...
Sebastian Thiel
2009-12-08
config.set_value: added more convenient set_value method to ConfigReader
Sebastian Thiel
2009-12-08
config.get_value: Added default argument including test
Sebastian Thiel
2009-12-07
index: Checkout exception now contains information about the reason of the fa...
Sebastian Thiel
2009-12-07
Reference: reading of commit data is now safer and handles non-existing paths...
Sebastian Thiel
2009-12-04
SymbolicRefence base is now fully aware of pack files in all operations.
Sebastian Thiel
2009-12-04
refs: Fixed incorrect retrieval of symbolic reference types - previously we o...
Sebastian Thiel
2009-12-04
SymbolicReference creation now won't fail if the target already exists and ha...
Sebastian Thiel
2009-12-03
refs.rename: improved handling as it will only raise ( if not forced ) if the...
Sebastian Thiel
[next]