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
2019-12-06
Avoids env var warning when path contains $/%; fix #832
Rob Kimball
2019-10-15
removed Unnecessary “else” after “return”
Pratik Anurag
2019-09-30
git: repo: base: update clone_from env argument description
pawel
2019-08-14
Returning commit object instead of hash value
Arthur Milchior
2019-08-14
Snack case as requested in #903
Arthur Milchior
2019-08-14
Method stating which commit is being played during an halted rebase
Arthur Milchior
2019-08-14
Fix performance regression, see #906
Sebastian Thiel
2019-08-11
Fix typo in documentation
Loïc Antoine Gombeaud
2019-08-11
Drop python 2 support, again (revert previous revert)
Sebastian Thiel
2019-08-11
use git rev-parse to look for config file
Benjamin Dauvergne
2019-07-29
Revert "Drop python 2.7 support and help with encodings"
Sebastian Thiel
2019-07-20
normalize path after joining submodule path and the relative path to the git ...
Joe Savage
2019-07-20
Drop python 2.7 support and help with encodings
Sebastian Thiel
2019-07-20
Revert "This time, use test-requirements."
Sebastian Thiel
2019-07-20
This time, use test-requirements.
Sebastian Thiel
2019-07-20
Revert "Merge branch 'PR-non-ascii-filenames' of https://github.com/xarx00/Gi...
Sebastian Thiel
2019-07-20
Merge branch 'PR-non-ascii-filenames' of https://github.com/xarx00/GitPython ...
Sebastian Thiel
2019-07-06
Add support to pass clone options that can be repeated multiple times
Steven Whitman
2019-06-17
Fix typo in docstring
Aurelio Jargas
2019-04-06
builtins module is part of the future package
xarx00
2019-04-06
Fix for: No module named builtins (CI tests error)
xarx00
2019-04-05
added support for non-ascii directories and file names
xarx00
2019-03-15
Added usage example to Repo __init__.py call for Windows users
Alex
2018-12-22
read workdir from git.config as referenced in man 1 git-config
Björn Lässig
2018-10-21
The proper way is return, not raise StopIteration
Michael Käufl
2018-10-13
Respect _common_dir when finding repository config file
Luc Ritchie
2018-07-15
Allow pathlib.Path in Repo.__init__
oldPadavan
2018-07-15
Fix small typo
Riley Martine
2018-03-18
Rewrite unnecessary dict/list/tuple calls as literals
Hugo
2018-03-04
Fix doc typos
samuela
2017-12-11
Remove redundant Python 2.4 code
Hugo
2017-11-27
RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT
Yaroslav Halchenko
2017-11-19
Merge pull request #692 from Dreamsorcerer/patch-1
Sebastian Thiel
2017-11-02
Merge pull request #686 from jeblair/issue-605
Sebastian Thiel
2017-10-30
Update base.py
Sam Bull
2017-10-30
Update base.py
Sam Bull
2017-10-09
Only gc.collect() under windows
James E. Blair
2017-10-07
Converting path in clone and clone_from to str before any other operation in ...
Mikuláš Poul
2017-09-30
Keeping env values passed to `clone_from`
Piotr Babij
2017-09-28
Merge pull request #654 from vathpela/worktrees
Sebastian Thiel
2017-09-28
Merge branch 'master' of https://github.com/Plazmaz/GitPython into Plazmaz-ma...
Sebastian Thiel
2017-08-25
util: move expand_path from repo/base and use it in Git class init
Alexis Horgix Chotard
2017-08-24
Fixed missing parameter and changed name
Dylan Katz
2017-08-22
worktrees: make non-packed refs also work correctly.
Peter Jones
2017-08-21
Fix leaking environment variables
Dylan Katz
2017-07-01
Repo: handle worktrees better
Peter Jones
2017-04-09
Handle non-deterministic __del__ in Repo
Sebastian Thiel
2017-04-04
so minor that wasn't even worth my time typing this comment
Yaroslav Halchenko
2017-03-09
Spelling fixes
Ville Skyttä
2017-03-07
Document the use of next to throw an exception when hitting EOF
George Hickman
[next]