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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2010-05-26
index: index-add fixed to always append a newline after each item. In git has...
Sebastian Thiel
2010-05-26
refs: a Reference can now be created by assigning a commit or object (for con...
Sebastian Thiel
2010-05-26
BlockingLockFile: added sanity check that raises IOError if the directory con...
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-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-27
Add support for time zone information in tags and commits.
Rick Copeland
2010-03-04
Converted all tabs to 4 space characters each to comply with pep8
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
2009-12-03
refs: Implemented low-level (Symbolic)Reference renaming as some references c...
Sebastian Thiel
2009-12-03
config: implemented get_value method to have a safe way to make general queri...
Sebastian Thiel
2009-12-03
repo: renamed directories to more descriptive identifiers and made them safer...
Sebastian Thiel
2009-12-03
repo: fixed incorrect path handling thta could lead to issues if the reposito...
Sebastian Thiel
2009-12-01
commit.create_from_tree: head will not be advanced anymore as it feels non-na...
Sebastian Thiel
2009-11-30
index: Added BlobFilter utility class to make filtering of blobs from the ind...
Sebastian Thiel
[prev]
[next]