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
...
|
*
|
Delete .codeclimate.yml
Dominic
2021-07-19
1
-15
/
+0
|
*
|
Create .flake8
Dominic
2021-07-19
1
-0
/
+30
|
*
|
Create pyproject.toml
Dominic
2021-07-19
1
-0
/
+35
|
*
|
Delete .coveragerc
Dominic
2021-07-19
1
-7
/
+0
|
*
|
Delete mypy.ini
Dominic
2021-07-19
1
-14
/
+0
|
*
|
Delete tox.ini
Dominic
2021-07-19
1
-61
/
+0
*
|
|
Add mypy to test-requirements.txt
Dominic
2021-07-19
1
-1
/
+1
|
/
/
*
|
rmv tox from test-requirements.txt
Dominic
2021-07-16
1
-1
/
+0
*
|
Make development status clearer
Sebastian Thiel
2021-07-14
1
-14
/
+11
*
|
put badges (also) upfront
Sebastian Thiel
2021-07-14
1
-0
/
+4
*
|
Remove docker and appveyor configuration files
Sebastian Thiel
2021-07-14
6
-195
/
+3
*
|
Merge pull request #1289 from gitpython-developers/pytest
Dominic
2021-07-13
5
-17
/
+66
|
\
\
|
*
|
Update pythonpackage.yml
Dominic
2021-07-12
1
-1
/
+1
|
*
|
Update pythonpackage.yml
Dominic
2021-07-12
1
-2
/
+3
|
*
|
Add pytests args
Dominic
2021-07-12
1
-9
/
+9
|
*
|
Update pythonpackage.yml
Dominic
2021-07-12
1
-6
/
+8
|
*
|
Merge branch 'main' into pytest
Dominic
2021-07-12
1
-1
/
+7
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Update pythonpackage.yml
Dominic
2021-07-12
1
-5
/
+3
|
*
|
Update test-requirements.txt
Dominic
2021-07-12
1
-1
/
+3
|
*
|
Update pythonpackage.yml
Dominic
2021-07-12
1
-6
/
+0
|
*
|
Rename dev-requirements.txt to requirements-dev.txt
Dominic
2021-07-12
1
-0
/
+0
|
*
|
Update setup.py
Dominic
2021-07-12
1
-4
/
+2
|
*
|
Update tox.ini
Dominic
2021-07-12
1
-2
/
+26
|
*
|
Update dev-requirements.txt
Dominic
2021-07-12
1
-8
/
+5
|
*
|
Update pythonpackage.yml
Dominic
2021-07-12
1
-6
/
+19
|
*
|
Delete Future.yml
Dominic
2021-07-12
1
-57
/
+0
|
*
|
Update and rename test_pytest.yml to Future.yml
Dominic
2021-07-12
1
-1
/
+3
|
*
|
Update test_pytest.yml
Dominic
2021-07-12
1
-1
/
+1
|
*
|
Update test-requirements.txt
Dominic
2021-07-12
1
-1
/
+1
|
*
|
Add files via upload
Dominic
2021-07-12
1
-0
/
+55
|
*
|
Add files via upload
Dominic
2021-07-12
1
-0
/
+10
|
/
/
*
|
Merge pull request #1285 from Yobmod/main
Sebastian Thiel
2021-07-11
20
-311
/
+504
|
\
\
|
*
|
Make TreeCacheTup forward ref
Yobmod
2021-07-09
1
-4
/
+4
|
*
|
Use TreeCacheTup type alias throughout
Yobmod
2021-07-09
3
-10
/
+13
|
*
|
Fix typing of index.fun.write_tree_from_cache()
Yobmod
2021-07-09
2
-5
/
+4
|
*
|
Improve IndexFile_process_diff_args() to get checks to rerun
Yobmod
2021-07-09
2
-9
/
+9
|
*
|
Make IndexFile and Diffable .diff() types agree
Yobmod
2021-07-09
2
-2
/
+4
|
*
|
Remove defsult_index decorator from diff() and do check within function. Brea...
Yobmod
2021-07-09
1
-2
/
+7
|
*
|
Add remote.url type
Yobmod
2021-07-09
1
-14
/
+7
|
*
|
Rmv Diffable assert, add Remoote.url property
Yobmod
2021-07-09
2
-2
/
+8
|
*
|
Improve Diffable method typing
Yobmod
2021-07-09
2
-19
/
+19
|
*
|
Try to distinguation git.diff module from diff.Diff.diff and diff.Daffable.di...
Yobmod
2021-07-09
4
-23
/
+24
|
*
|
Rmv submodule.base Repo assert
Yobmod
2021-07-09
1
-1
/
+1
|
*
|
Move TraverseNT to global, cos mypy complained on testing
Yobmod
2021-07-09
3
-20
/
+24
|
*
|
Flatten list_traverse()
Yobmod
2021-07-09
1
-0
/
+1
|
*
|
Make has_repo protocol runtime checkable and use in Diffable
Yobmod
2021-07-09
3
-10
/
+27
|
*
|
Fix list_traverse() docstring for Autodoc
Yobmod
2021-07-09
1
-0
/
+5
|
*
|
Rmv circular import, create Has_id_attribute Protocol instead
Yobmod
2021-07-09
3
-7
/
+11
|
*
|
Add list_traverse() to Tree and TraversableIterableObj.
Yobmod
2021-07-09
2
-3
/
+11
|
*
|
Change type of list_traverse() again.
Yobmod
2021-07-09
1
-6
/
+17
[prev]
[next]