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
/
fun.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix exception causes in 7 modules
Ram Rachum
2020-06-13
1
-6
/
+8
*
Satisfy flake8 requirement related to #1000
Sebastian Thiel
2020-04-11
1
-1
/
+1
*
Try again to apply patch related to #1000
Sebastian Thiel
2020-04-11
1
-1
/
+2
*
Revert "When using GIT_OBJECT_DIRECTORY, don't require presence of 'objects' ...
Sebastian Thiel
2020-04-11
1
-2
/
+1
*
When using GIT_OBJECT_DIRECTORY, don't require presence of 'objects' subdirec...
Sebastian Thiel
2020-04-11
1
-1
/
+2
*
Remove and replace compat.xrange
Harmon
2020-02-08
1
-2
/
+1
*
normalize path after joining submodule path and the relative path to the git ...
Joe Savage
2019-07-20
1
-1
/
+1
*
Repo: handle worktrees better
Peter Jones
2017-07-01
1
-1
/
+21
*
Merge remote-tracking branch 'origin/master' into exp_git_dir
Kostis Anagnostopoulos
2016-10-22
1
-3
/
+3
|
\
|
*
Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...
Sebastian Thiel
2016-10-22
1
-20
/
+21
|
|
\
|
*
|
Fix some typos
Santiago Castro
2016-10-20
1
-3
/
+3
*
|
|
Merge with latest branch 'exp_git_dir'
Kostis Anagnostopoulos
2016-10-19
1
-3
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
repo: minor code and doc correcions.
Kostis Anagnostopoulos
2016-10-19
1
-3
/
+4
|
|
/
*
|
cygwin, #533: FIX submodules detection (~10TCs fixed)
Kostis Anagnostopoulos
2016-10-16
1
-1
/
+5
*
|
src: reduce needless deps to `gitdb.util`
Kostis Anagnostopoulos
2016-10-16
1
-14
/
+9
*
|
src: import os.path as osp
Kostis Anagnostopoulos
2016-10-16
1
-6
/
+8
|
/
*
src: No PyDev warnings
Kostis Anagnostopoulos
2016-10-04
1
-1
/
+1
*
repo-TCs, #519: FIX config resource leaks
Kostis Anagnostopoulos
2016-10-01
1
-2
/
+2
*
fix(repo): fail loudly if worktrees are used
Sebastian Thiel
2015-08-29
1
-9
/
+16
*
Fix typo
Tanner Netterville
2015-07-15
1
-1
/
+1
*
Overhauled all tutorials, and placed them in a unit-test.
Sebastian Thiel
2015-01-22
1
-2
/
+0
*
Assured that branch changes are properly handled.
Sebastian Thiel
2015-01-21
1
-0
/
+1
*
Greatly improved possible safety of Submodule.update(), which is used by defa...
Sebastian Thiel
2015-01-20
1
-1
/
+1
*
Repo.init() now supports paths with a '~' in it, or environment variables in ...
Sebastian Thiel
2015-01-10
1
-3
/
+5
*
Added search_parent_directories keyword argument to Repo type.
Sebastian Thiel
2015-01-10
1
-20
/
+9
*
Improved handling of name-resolution, which will not mangle names anymore.
Sebastian Thiel
2015-01-08
1
-3
/
+6
*
test_repo works
Sebastian Thiel
2015-01-06
1
-1
/
+1
*
test_remote works
Sebastian Thiel
2015-01-06
1
-1
/
+1
*
Dum brute force conversion of all types.
Sebastian Thiel
2015-01-04
1
-0
/
+1
*
initial set of adjustments to make (most) imports work.
Sebastian Thiel
2015-01-04
1
-1
/
+3
*
Applied autopep8
Sebastian Thiel
2014-11-19
1
-19
/
+21
*
Minor fix to make read_gitfile work .
Sebastian Thiel
2014-11-19
1
-11
/
+16
*
Merge branch 'separate-git-dir' of https://github.com/niyaton/GitPython into ...
Sebastian Thiel
2014-11-19
1
-0
/
+11
|
\
|
*
Added support for separeted git dir.
niyaton
2013-02-27
1
-0
/
+11
*
|
pep8 linting (trailing whitespace)
Antoine Musso
2014-11-16
1
-5
/
+5
*
|
pep8 linting (double spaces before comment)
Antoine Musso
2014-11-16
1
-1
/
+1
*
|
pep8 linting (whitespace before/after)
Antoine Musso
2014-11-16
1
-4
/
+4
*
|
pep8 linting (blank lines expectations)
Antoine Musso
2014-11-16
1
-2
/
+5
*
|
pep8 linting (whitespaces)
Antoine Musso
2014-11-16
1
-28
/
+28
*
|
Fixes creating a Repo for a submodule
Remi Rampin
2014-04-24
1
-0
/
+13
*
|
tabs to 4 spaces - this won't make integrating the patches easier, but it's p...
Sebastian Thiel
2014-02-09
1
-258
/
+258
|
/
*
Fixed incorrect handling of rev_parse if it was fed with branches that looked...
Sebastian Thiel
2011-02-23
1
-1
/
+5
*
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel
2010-11-25
1
-0
/
+280