Found 9 matching messages (0.225 seconds). Page 1 of 1.
... /t/t3060-subprojects-tutorial.sh new file mode 100755 index 0000000.. ... tutorial in the form of a test case' + +. ./test-lib.sh ... EOF +git commit -m "Add submodules a, b, c and d ... commit ab78b5a: Updated the submodule from within the superproject. + 1 files ...
git - Miklos Vajna - Sep 21 2007 - 09:09
... /t/t3060-subprojects-tutorial.sh new file mode 100755 index 0000000.. ... of a test case' + +. ./test-lib.sh + +test_expect_success "create the submodules" ... update +' + +test_expect_success "update the submodule from within the superproject" ' + cd a ...
git - Miklos Vajna - Sep 20 2007 - 13:08
... b/t/t3060-subprojects-tutorial.sh new file mode 100755 index 0000000.. ... of a test case' + +. ./test-lib.sh + +test_expect_success "create the submodules" ... done +' + +test_expect_success "update the submodule from within the superproject" ' + cd a ...
git - Miklos Vajna - Sep 22 2007 - 16:05
... :08:31PM +0200, Miklos Vajna wrote: > +test_expect_success "create the submodules" ' > + for i in a b c d > ... : (650) 506-8127 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More ...
git - Joel Becker - Sep 20 2007 - 13:59
... +0200, Miklos Vajna wrote: > > +test_expect_success "create the submodules" ' > > + for i in a b c d ... .." will work, though. Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger. ...
git - Johannes Schindelin - Sep 20 2007 - 14:47
... indelin@gmx.de> wrote: > > > +test_expect_success "create the submodules" ' > > > + for i in a b ... + git commit -m "Initial commit, submodule $i" && > > > + cd .. > > > + done > >=20 > > Silly ... not jump out from the loop. none of them is perfect, ...
git - Miklos Vajna - Sep 20 2007 - 17:46
... ? > > what about this? Far too inadequate. You test if "commit" reports success, but do not check if ... to commit, for example. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org ...
git - Junio C Hamano - Sep 20 2007 - 17:35
... somebody makes a fix to the test to add a new file in a sample subproject it would break all the rest. Also please do not depend ... -and-dirty. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger. ...
git - Junio C Hamano - Sep 21 2007 - 14:04
... 's not what we want. A > simple "|| break" after the "cd .." will work, though. Oh, drat. It's run ... Phone: (650) 506-8127 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More ...
git - Joel Becker - Sep 20 2007 - 18:56