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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bump patch level
3.1.1
Sebastian Thiel
2020-04-11
2
-1
/
+10
*
Remove forced verbosity when fetching from a remote
Nico
2020-04-11
1
-2
/
+3
*
Now it should really start working - go, doctests, go!
Sebastian Thiel
2020-04-11
1
-1
/
+1
*
Maybe this fixes the doc tests
Sebastian Thiel
2020-04-11
1
-1
/
+1
*
This should fix tests, as tree[0] is not a tree anymore
Sebastian Thiel
2020-04-11
1
-1
/
+1
*
Test for PyOxidizer and avoid trying to use __file__ if present
Sebastian Thiel
2020-04-11
2
-1
/
+1
*
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
*
make clear that appveyor and travis are not used anymore
Sebastian Thiel
2020-04-11
2
-0
/
+2
*
Remove code-coverage from requirements - codecov wants way too many permissio...
Sebastian Thiel
2020-04-11
2
-13
/
+1
*
See if codecov uploads work
Sebastian Thiel
2020-04-11
1
-0
/
+4
*
Use github actions badge, and provide more information about the maintenance ...
Sebastian Thiel
2020-04-11
1
-5
/
+6
*
Run tests right after linting
Sebastian Thiel
2020-04-11
1
-5
/
+5
*
Argh, is it 'nose', instead of 'nosetests' ?
Sebastian Thiel
2020-04-11
1
-1
/
+1
*
Try to install 'nosetests' instead of 'nosetest'
Sebastian Thiel
2020-04-11
1
-0
/
+1
*
maybe nosetests is already installed due to test-requirements?
Sebastian Thiel
2020-04-11
1
-1
/
+0
*
See if tests with nose just work like that in github actions
Sebastian Thiel
2020-04-11
1
-3
/
+3
*
This should make the init script work on travis and github actions
Sebastian Thiel
2020-04-11
1
-1
/
+1
*
Debugging for all github action scripts
Sebastian Thiel
2020-04-11
1
-0
/
+4
*
Remove unusable python versions from github CI config
Sebastian Thiel
2020-04-11
1
-1
/
+1
*
Create pythonpackage.yml
Sebastian Thiel
2020-04-11
1
-0
/
+62
*
Revert "When using GIT_OBJECT_DIRECTORY, don't require presence of 'objects' ...
Sebastian Thiel
2020-04-11
1
-2
/
+1
*
Remove unused badge
Sebastian Thiel
2020-04-11
1
-1
/
+0
*
When using GIT_OBJECT_DIRECTORY, don't require presence of 'objects' subdirec...
Sebastian Thiel
2020-04-11
1
-1
/
+2
*
fix: wrong refs 'HEAD' exception
Dong Shin
2020-03-21
1
-3
/
+4
*
Do not error in race condition of directory existing
AlanCoding
2020-03-21
1
-1
/
+1
*
Only resolve globs if path does not exist on disk
Sebastian Thiel
2020-03-08
1
-2
/
+2
*
Remove now unnecessary explicit Unicode string literal prefixes
Harmon
2020-02-25
10
-69
/
+69
*
Fix links in v3.0.6 changelog
Harmon
2020-02-24
1
-2
/
+2
*
Add changelogs for v2.1.14 and v2.1.15
Harmon
2020-02-24
1
-0
/
+14
*
Remove now unnecessary setup.cfg
Harmon
2020-02-24
1
-2
/
+0
*
Fix param format of Repo.commit
Chenxiong Qi
2020-02-24
1
-1
/
+3
*
Bump version to 3.1.0
3.1.0
Sebastian Thiel
2020-02-24
1
-1
/
+1
*
v3.1.0
Harmon
2020-02-24
3
-1
/
+7
*
v3.0.9
3.0.9
Harmon
2020-02-24
2
-3
/
+3
*
Replace invalid bytes when decoding TagObject stream
Harmon
2020-02-20
2
-1
/
+3
*
Use UTF-8 encoding when getting information about a symbolic reference
Harmon
2020-02-18
2
-1
/
+7
*
Remove old TODO file
Harmon
2020-02-17
1
-7
/
+0
*
Remove and replace references to nose with unittest in documentation
Harmon
2020-02-17
3
-5
/
+4
*
Remove nose from test requirements
Harmon
2020-02-17
1
-1
/
+0
*
Replace nose with unittest in tox configuration
Harmon
2020-02-17
1
-2
/
+3
*
Replace nose with unittest in Travis CI script
Harmon
2020-02-17
1
-1
/
+2
*
Improve changelog for v3.0.6 and v3.0.7
Harmon
2020-02-17
1
-14
/
+19
*
Added changelog for unreleased changes
Harmon
2020-02-17
1
-0
/
+5
*
Improve changelog for v3.0.8
Harmon
2020-02-17
1
-5
/
+13
*
Restrict gitdb2 version to <4
Harmon
2020-02-17
1
-1
/
+1
*
bump version to 3.0.8
3.0.8
Sebastian Thiel
2020-02-17
3
-1
/
+9
*
Remove test.lib.asserts and use unittest.mock.patch directly
Harmon
2020-02-16
4
-18
/
+6
*
Replace assert_false with assertFalse
Harmon
2020-02-16
2
-8
/
+3
*
Replace assert_true with assertTrue
Harmon
2020-02-16
5
-22
/
+17
[next]