提交 c307fbfd 编写于 作者: J Junio C Hamano

Merge branch 'maint'

* maint:
  t7403: add missing &&'s
  Tell ignore file about generate files in /gitweb/static
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
/gitk-git/gitk-wish /gitk-git/gitk-wish
/gitweb/GITWEB-BUILD-OPTIONS /gitweb/GITWEB-BUILD-OPTIONS
/gitweb/gitweb.cgi /gitweb/gitweb.cgi
/gitweb/gitweb.min.* /gitweb/static/gitweb.min.*
/test-chmtime /test-chmtime
/test-ctype /test-ctype
/test-date /test-date
......
...@@ -14,7 +14,7 @@ test_expect_success setup ' ...@@ -14,7 +14,7 @@ test_expect_success setup '
echo file > file && echo file > file &&
git add file && git add file &&
test_tick && test_tick &&
git commit -m upstream git commit -m upstream &&
git clone . super && git clone . super &&
git clone super submodule && git clone super submodule &&
(cd super && (cd super &&
...@@ -42,7 +42,7 @@ test_expect_success 'change submodule url' ' ...@@ -42,7 +42,7 @@ test_expect_success 'change submodule url' '
) && ) &&
mv submodule moved-submodule && mv submodule moved-submodule &&
(cd super && (cd super &&
git config -f .gitmodules submodule.submodule.url ../moved-submodule git config -f .gitmodules submodule.submodule.url ../moved-submodule &&
test_tick && test_tick &&
git commit -a -m moved-submodule git commit -a -m moved-submodule
) )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册