Skip to content

Commit c307fbf

Browse files
committed
Merge branch 'maint'
* maint: t7403: add missing &&'s Tell ignore file about generate files in /gitweb/static
2 parents f9c3360 + 0eb032d commit c307fbf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
/gitk-git/gitk-wish
159159
/gitweb/GITWEB-BUILD-OPTIONS
160160
/gitweb/gitweb.cgi
161-
/gitweb/gitweb.min.*
161+
/gitweb/static/gitweb.min.*
162162
/test-chmtime
163163
/test-ctype
164164
/test-date

t/t7403-submodule-sync.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test_expect_success setup '
1414
echo file > file &&
1515
git add file &&
1616
test_tick &&
17-
git commit -m upstream
17+
git commit -m upstream &&
1818
git clone . super &&
1919
git clone super submodule &&
2020
(cd super &&
@@ -42,7 +42,7 @@ test_expect_success 'change submodule url' '
4242
) &&
4343
mv submodule moved-submodule &&
4444
(cd super &&
45-
git config -f .gitmodules submodule.submodule.url ../moved-submodule
45+
git config -f .gitmodules submodule.submodule.url ../moved-submodule &&
4646
test_tick &&
4747
git commit -a -m moved-submodule
4848
)

0 commit comments

Comments
 (0)