File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 158
158
/gitk-git /gitk-wish
159
159
/gitweb /GITWEB-BUILD-OPTIONS
160
160
/gitweb /gitweb.cgi
161
- /gitweb /gitweb.min. *
161
+ /gitweb /static / gitweb.min. *
162
162
/test-chmtime
163
163
/test-ctype
164
164
/test-date
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ test_expect_success setup '
14
14
echo file > file &&
15
15
git add file &&
16
16
test_tick &&
17
- git commit -m upstream
17
+ git commit -m upstream &&
18
18
git clone . super &&
19
19
git clone super submodule &&
20
20
(cd super &&
@@ -42,7 +42,7 @@ test_expect_success 'change submodule url' '
42
42
) &&
43
43
mv submodule moved-submodule &&
44
44
(cd super &&
45
- git config -f .gitmodules submodule.submodule.url ../moved-submodule
45
+ git config -f .gitmodules submodule.submodule.url ../moved-submodule &&
46
46
test_tick &&
47
47
git commit -a -m moved-submodule
48
48
)
You can’t perform that action at this time.
0 commit comments