index
:
delta/python-packages/gitpython.git
0.1
0.2
0.3
Fix-#1334
baserock/zuul-ci
black-fmt
experiment-2012
fix
fix-1103
fix-ci-tests
fix-dont-choke-on-invalid-unicode-paths
fix-for-invalid-data-in-commits
fix-non-ascii-chars-in-status-lines
fix-octal-escaped-path-parser-bug
flock
gh-pages
index-no-read-lock
issue-232-reproduction
issue-301-reproduction
keep-raw-bytes-on-diffs
main
master
more-robust-git-diff
no_devnull_open
orig_master
patches
py2
py3
revert-357-autointerrupt_deadlock_fix
typing
github.com: gitpython-developers/GitPython.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git
/
repo
/
base.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite unnecessary dict/list/tuple calls as literals
Hugo
2018-03-18
1
-8
/
+8
*
Fix doc typos
samuela
2018-03-04
1
-12
/
+12
*
Remove redundant Python 2.4 code
Hugo
2017-12-11
1
-8
/
+2
*
RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT
Yaroslav Halchenko
2017-11-27
1
-1
/
+1
*
Merge pull request #692 from Dreamsorcerer/patch-1
Sebastian Thiel
2017-11-19
1
-2
/
+2
|
\
|
*
Update base.py
Sam Bull
2017-10-30
1
-1
/
+1
|
*
Update base.py
Sam Bull
2017-10-30
1
-1
/
+1
*
|
Merge pull request #686 from jeblair/issue-605
Sebastian Thiel
2017-11-02
1
-2
/
+10
|
\
\
|
*
|
Only gc.collect() under windows
James E. Blair
2017-10-09
1
-2
/
+10
|
|
/
*
|
Converting path in clone and clone_from to str before any other operation in ...
Mikuláš Poul
2017-10-07
1
-0
/
+4
|
/
*
Keeping env values passed to `clone_from`
Piotr Babij
2017-09-30
1
-1
/
+5
*
Merge pull request #654 from vathpela/worktrees
Sebastian Thiel
2017-09-28
1
-4
/
+18
|
\
|
*
worktrees: make non-packed refs also work correctly.
Peter Jones
2017-08-22
1
-4
/
+18
*
|
Merge branch 'master' of https://github.com/Plazmaz/GitPython into Plazmaz-ma...
Sebastian Thiel
2017-09-28
1
-5
/
+17
|
\
\
|
*
|
Fixed missing parameter and changed name
Dylan Katz
2017-08-24
1
-14
/
+16
|
*
|
Fix leaking environment variables
Dylan Katz
2017-08-21
1
-6
/
+18
|
|
/
*
|
util: move expand_path from repo/base and use it in Git class init
Alexis Horgix Chotard
2017-08-25
1
-8
/
+4
|
/
*
Repo: handle worktrees better
Peter Jones
2017-07-01
1
-3
/
+8
*
Handle non-deterministic __del__ in Repo
Sebastian Thiel
2017-04-09
1
-1
/
+4
*
so minor that wasn't even worth my time typing this comment
Yaroslav Halchenko
2017-04-04
1
-1
/
+1
*
Spelling fixes
Ville Skyttä
2017-03-09
1
-7
/
+7
*
Document the use of next to throw an exception when hitting EOF
George Hickman
2017-03-07
1
-1
/
+1
*
Ignore all lines of subsequent hunks until last one is found
George Hickman
2017-03-07
1
-5
/
+8
*
Merge branch 'git_work_tree' of https://github.com/tbhartman/GitPython into t...
Sebastian Thiel
2017-02-25
1
-1
/
+1
|
\
|
*
check for GIT_WORK_TREE
Timothy B. Hartman
2017-02-24
1
-1
/
+1
*
|
Merge pull request #555 from ankostis/cntxtmman
Sebastian Thiel
2017-02-25
1
-0
/
+14
|
\
\
|
|
/
|
/
|
|
*
fix(leaks): repo context-man to cleanup global mman on repo-delete
Kostis Anagnostopoulos
2016-12-08
1
-0
/
+14
*
|
DOC: minor typo
Raphael Boidol
2016-12-31
1
-1
/
+1
*
|
chore(repo): remove comment
Sebastian Thiel
2016-12-08
1
-1
/
+1
|
/
*
fix(repo): Use GIT_DIR only if no repo-path given
Kostis Anagnostopoulos
2016-10-22
1
-3
/
+5
*
Merge with latest branch 'exp_git_dir'
Kostis Anagnostopoulos
2016-10-19
1
-23
/
+27
|
\
|
*
repo: minor code and doc correcions.
Kostis Anagnostopoulos
2016-10-19
1
-13
/
+13
|
*
FIX #535: expand also GIT_DIR var on Repo-construct
Kostis Anagnostopoulos
2016-10-19
1
-3
/
+7
*
|
cygwin, #533: FIX submodules detection (~10TCs fixed)
Kostis Anagnostopoulos
2016-10-16
1
-1
/
+1
*
|
src: reduce needless deps to `gitdb.util`
Kostis Anagnostopoulos
2016-10-16
1
-19
/
+14
*
|
src: import os.path as osp
Kostis Anagnostopoulos
2016-10-16
1
-24
/
+25
*
|
cygwin, #533: Allow '/cygdrive/c/' paths on repo init
Kostis Anagnostopoulos
2016-10-14
1
-1
/
+6
*
|
cygwin, #533: Polish also --git-separate-dir
Kostis Anagnostopoulos
2016-10-14
1
-5
/
+8
*
|
cygwin, #533: Try to make it work with Cygwin's Git.
Kostis Anagnostopoulos
2016-10-14
1
-45
/
+30
|
/
*
daemon, #525: FIX remote urls in config-files
Kostis Anagnostopoulos
2016-10-12
1
-1
/
+1
*
repo, cmd: DROP UNEEDED Win path for chcwd & check for '~' homedir
Kostis Anagnostopoulos
2016-10-12
1
-40
/
+12
*
io: Wrap (probably) allconfig_writers in `with` blocks
Kostis Anagnostopoulos
2016-10-04
1
-4
/
+2
*
FIX regression by #519 on reading stdout/stderr of cmds
Kostis Anagnostopoulos
2016-10-02
1
-2
/
+6
*
Win, #519: FIX repo TCs.
Kostis Anagnostopoulos
2016-10-01
1
-6
/
+2
*
repo-TCs, #519: FIX config resource leaks
Kostis Anagnostopoulos
2016-10-01
1
-12
/
+6
*
src: constify is_<platform>() calls
Kostis Anagnostopoulos
2016-09-28
1
-2
/
+2
*
src, #519: collect all is_<platform>() calls
Kostis Anagnostopoulos
2016-09-27
1
-3
/
+4
*
fix(repo): make it serializable with pickle
Sebastian Thiel
2016-09-11
1
-1
/
+0
*
use $GIT_DIR when set
Piotr Gaczkowski
2016-08-17
1
-1
/
+1
*
Merge pull request #496 from haizaar/master
Sebastian Thiel
2016-08-02
1
-4
/
+7
|
\
[next]