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
/
git
/
repo
Age
Commit message (
Expand
)
Author
2016-06-13
fix(repo): prevent error messages from being swallowed
Sebastian Thiel
2016-05-29
chore(misc): cleanup and docs
Sebastian Thiel
2016-05-28
The progress arg to push, pull, fetch and clone is now a python callable.
Barry Scott
2016-05-24
Ignore trailing last empty string in .split() output
Vincent Driessen
2016-05-24
Check if byte string is empty for py3 compatibility
Jonathan Chu
2016-05-24
Split lines by new line characters
Jonathan Chu
2016-05-19
Use correct mode for executable files
Sebastian Thiel
2016-05-19
Clarify costs of certain properties
Sebastian Thiel
2016-04-14
Return all available data from git-blame
Vincent Driessen
2016-04-14
Drop dependency on six
Vincent Driessen
2016-04-13
Allow passing args to git-blame
Vincent Driessen
2016-04-13
Add incremental blame support
Vincent Driessen
2016-02-20
enable config parsers to be used as context managers
Raphael Boidol
2016-02-14
fix(cmd): allow improved errors during clone operation
Sebastian Thiel
2016-02-07
fix(clone): call communicate if there is no progress handler
Sebastian Thiel
2015-08-29
fix(repo): fail loudly if worktrees are used
Sebastian Thiel
2015-08-22
fix(repo): use GitCmdObjectDB by default
Sebastian Thiel
2015-07-21
Implement is_ancestor
Sandy Carter
2015-07-20
fix(flake8): remove unused import
Sebastian Thiel
2015-07-20
fix(encoding): in `untracked_files()`
Sebastian Thiel
2015-07-20
fix(encoding): in untracked_files() and index
Sebastian Thiel
2015-07-16
Correct doc errors
Marian Wieczorek
2015-07-15
Fix typo
Tanner Netterville
2015-06-30
Add env parameter to Repo.clone_from() for setting environment variables
Jon Lund Steffensen
2015-06-29
Fix docstring of Repo.clone_from()
Jon Lund Steffensen
2015-06-10
Merge pull request #291 from hvnsweeting/support-init-choosing-backend
Sebastian Thiel
2015-06-10
refactor(repo): parameter renaming and cleanup
Sebastian Thiel
2015-06-05
Allow submodules to be ignored in is_dirty
javex
2015-06-01
add docstring for new arg
Hung Nguyen Viet
2015-06-01
support passing odbt for using with Repo
Hung Nguyen Viet
2015-02-09
Added previously missing parameter documentation for Repo.__init__ .
Sebastian Thiel
2015-01-22
Added test for `sshkey` context manager.
Sebastian Thiel
2015-01-22
Overhauled all tutorials, and placed them in a unit-test.
Sebastian Thiel
2015-01-21
Added advance usage examples to tutorial and made minor fixes.
Sebastian Thiel
2015-01-21
Assured that branch changes are properly handled.
Sebastian Thiel
2015-01-20
Greatly improved possible safety of Submodule.update(), which is used by defa...
Sebastian Thiel
2015-01-19
Improved installation docs to mention `pip`, not `easy_install`
Sebastian Thiel
2015-01-19
Implemented Submodule.rename()
Sebastian Thiel
2015-01-17
Submodule.remove() now seems to work properly, nearly all tests are back.
Sebastian Thiel
2015-01-17
Submodule.remove() now deals with .git files correctly.
Sebastian Thiel
2015-01-14
Fixed some doc strings to build correctly with sphinx
Sebastian Thiel
2015-01-14
Added 'path' keyword argument to Repo.archive().
Sebastian Thiel
2015-01-14
GitConfigParser now respects and merges 'include' sections
Sebastian Thiel
2015-01-13
Added `Repo.merge_base(...)` implementation, including test-case.
Sebastian Thiel
2015-01-12
Removed all previously added invocations of os.path.realpath as it wasn't req...
Sebastian Thiel
2015-01-12
Repo paths are now converted to real paths, as well as all paths involved in ...
Sebastian Thiel
2015-01-12
Added specific test for roughly checking configuration paths.
Sebastian Thiel
2015-01-12
Re-implemented 'user' config level based on suggestion by @jzempel
Sebastian Thiel
2015-01-10
Added 'user' configuration level.
Sebastian Thiel
2015-01-10
Repo.init() now supports paths with a '~' in it, or environment variables in ...
Sebastian Thiel
[next]