Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteb06a18

Browse files
committed
Unpin Cygwingit; add our.git as asafe.directory
This undoes the change of pinning Git to an earlier version (beforethe recent security update) on Cygwin, and instead adds the `.git`subdirectory of the `GitPython` directory as an additional value ofthe multi-valued `safe.directory` Git configuration variable.
1 parentcf81c6c commiteb06a18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/cygwin-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
-name:Set up Cygwin
3131
uses:egor-tensin/setup-cygwin@v4
3232
with:
33-
packages:python39=3.9.16-1 python39-pip python39-virtualenv git=2.43.0-1
33+
packages:python39=3.9.16-1 python39-pip python39-virtualenv git
3434

3535
-name:Arrange for verbose output
3636
run:|
@@ -40,6 +40,7 @@ jobs:
4040
-name:Special configuration for Cygwin git
4141
run:|
4242
git config --global --add safe.directory "$(pwd)"
43+
git config --global --add safe.directory "$(pwd)/.git"
4344
git config --global core.autocrlffalse
4445
4546
-name:Prepare this repo for tests

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp