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
...
*
Merge pull request #1459 from AustinScola/ascola/fix-blob-filter-types
Sebastian Thiel
2022-07-02
3
-9
/
+50
|
\
|
*
Remove stage type as parameter from blob filter test
Austin Scola
2022-07-01
1
-6
/
+7
|
*
Fix blob filter path shorter than filter path
Austin Scola
2022-06-28
2
-2
/
+37
|
*
Use generator instead of map
Austin Scola
2022-06-26
1
-1
/
+1
|
*
Remove usage of `PosixPath.is_relative_to`
Austin Scola
2022-06-26
1
-1
/
+2
|
*
Fix pathlike type annotation typo
Austin Scola
2022-06-26
1
-1
/
+1
|
*
Change to not stringify paths
Austin Scola
2022-06-26
1
-4
/
+6
|
*
Move stage type def
Austin Scola
2022-06-21
2
-3
/
+4
|
*
Add stage type to all
Austin Scola
2022-06-21
1
-1
/
+1
|
*
Fix blob filter types
Austin Scola
2022-06-21
1
-3
/
+4
*
|
Fix bug in TagReference.create
Ruud van Asseldonk
2022-06-25
1
-2
/
+4
*
|
Add regression test for TagReference.create
Ruud van Asseldonk
2022-06-25
1
-0
/
+17
|
/
*
Merge pull request #1455 from DWesl/patch-1
Sebastian Thiel
2022-06-21
7
-8
/
+96
|
\
|
*
FIX: Mark the correct test_submodule test as xfail on Cygwin
DWesl
2022-06-20
1
-4
/
+4
|
*
FIX: Import pytest in tests.test_docs
DWesl
2022-06-20
1
-0
/
+2
|
*
TST: Mark test_submodule.TestSubmodule.test_root_module as xfail on Cygwin
DWesl
2022-06-20
1
-0
/
+8
|
*
TST: Mark test_repo.TestRepo.test_submodules as xfail on Cygwin
DWesl
2022-06-20
1
-0
/
+8
|
*
TST: Mark test_docs.Tutorials.test_submodules as xfail on Cygwin
DWesl
2022-06-20
1
-0
/
+6
|
*
CI: Turn of command echo for tests
DWesl
2022-06-11
1
-1
/
+0
|
*
BUG: Use Cygwin paths for Cygwin git
DWesl
2022-06-11
1
-2
/
+4
|
*
CI: Install virtualenv for Cygwin CI.
DWesl
2022-06-11
1
-1
/
+1
|
*
CI: Set temporary directory for tests.
DWesl
2022-06-11
1
-0
/
+2
|
*
STY: Remove import of now-unused function
DWesl
2022-06-11
1
-1
/
+0
|
*
BUG: Convert to native path before checking if absolute
DWesl
2022-06-10
1
-1
/
+5
|
*
FIX: Fix flake8 command line
DWesl
2022-06-10
1
-1
/
+1
|
*
CI: Specify full path to python executables.
DWesl
2022-06-10
1
-11
/
+11
|
*
CI: Mark GHA repo safe for Git to use
DWesl
2022-06-10
1
-0
/
+3
|
*
ENH: Update cygpath recodes to work with all installs
DWesl
2022-06-10
1
-3
/
+3
|
*
CI: Add a CI job with Cygwin tests
DWesl
2022-06-10
1
-0
/
+53
|
*
BUG: Fix is_cygwin_git to return True on Cygwin.
DWesl
2022-06-10
1
-1
/
+3
*
|
Bump actions/setup-python from 3 to 4
dependabot[bot]
2022-06-13
1
-1
/
+1
|
/
*
Bump actions/checkout from 2 to 3
dependabot[bot]
2022-05-29
1
-1
/
+1
*
Bump actions/setup-python from 2 to 3
dependabot[bot]
2022-05-29
1
-1
/
+1
*
chore: Included githubactions in the dependabot config
naveen
2022-05-29
1
-0
/
+6
*
Merge pull request #1449 from whokilleddb/fix_tests
Sebastian Thiel
2022-05-28
1
-0
/
+2
|
\
|
*
Fixed test-requirements.txt
whokilleddb
2022-05-28
1
-0
/
+2
*
|
Merge pull request #1448 from turrisxyz/Pinned-Dependencies-GitHub
Sebastian Thiel
2022-05-28
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
chore: Set permissions for GitHub actions
naveen
2022-05-28
1
-0
/
+3
|
/
*
Merge pull request #1440 from rdbisme/index-pathlike
Sebastian Thiel
2022-05-19
2
-2
/
+13
|
\
|
*
fix: Allow adding PathLike object to index
Ruben DI BATTISTA
2022-05-18
2
-2
/
+13
|
/
*
Merge branch 'black-fmt'
Sebastian Thiel
2022-05-18
69
-3682
/
+5270
|
\
|
*
can flake be tamed?
black-fmt
Sebastian Thiel
2022-05-18
3
-1
/
+4
|
*
doesn't look like 'black' can be taught to be consistent across versions
Sebastian Thiel
2022-05-18
1
-5
/
+0
|
*
reformat according to 'black' configuration file.
Sebastian Thiel
2022-05-18
56
-1753
/
+577
|
*
See if black can be tought to produce consistent results
Sebastian Thiel
2022-05-18
2
-1
/
+5
|
*
Revert "don't attempt black checking as it binds us to ever changing black ve...
Sebastian Thiel
2022-05-18
1
-0
/
+5
|
*
don't attempt black checking as it binds us to ever changing black versions
Sebastian Thiel
2022-05-18
1
-5
/
+0
|
*
improve compatibility of flake8 with black
Sebastian Thiel
2022-05-18
4
-6
/
+12
|
*
Revert "Remove flake8 linting in favor of `black` formatting"
Sebastian Thiel
2022-05-18
12
-6
/
+59
|
*
Remove flake8 linting in favor of `black` formatting
Sebastian Thiel
2022-05-18
12
-59
/
+6
[prev]
[next]