File tree 1 file changed +22
-0
lines changed 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 60
60
test_when_finished "
61
61
git credential-cache exit &&
62
62
rmdir \"\$HOME/dir/\" &&
63
+ --- a/git-v2.42.0/t/t1301-shared-repo.sh 2023-05-16 06:33:41 +0000
64
+ +++ b/git-v2.42.0/t/t1301-shared-repo.sh 2023-10-17 09:01:37 +0100
65
+ @@ -74,7 +74,8 @@ test_expect_success 'template can set core.bare but overridden by command line'
66
+ test_path_exists subdir/.git/HEAD
67
+ '
68
+
69
+ - test_expect_success POSIXPERM 'update-server-info honors core.sharedRepository' '
70
+ + # https://github.com/cygporter/git/issues/58
71
+ + test_expect_failure POSIXPERM 'update-server-info honors core.sharedRepository' '
72
+ : > a1 &&
73
+ git add a1 &&
74
+ test_tick &&
75
+ @@ -106,7 +107,8 @@ do
76
+ git config core.sharedrepository "$u" &&
77
+ umask 0277 &&
78
+
79
+ - test_expect_success POSIXPERM "shared = $u ($y) ro" '
80
+ + # https://github.com/cygporter/git/issues/58
81
+ + test_expect_failure POSIXPERM "shared = $u ($y) ro" '
82
+
83
+ rm -f .git/info/refs &&
84
+ git update-server-info &&
63
85
--- a/git-v2.38.2/t/t3070-wildmatch.sh 2022-12-11 00:32:48.000000000 +0000
64
86
+++ b/git-v2.38.2/t/t3070-wildmatch.sh 2022-12-11 15:08:33.604989200 +0000
65
87
@@ -120,7 +120,18 @@ match_with_ls_files() {
You can’t perform that action at this time.
0 commit comments