summaryrefslogtreecommitdiff
path: root/t/t1200-tutorial.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: make scripts executableJunio C Hamano2005-12-191-0/+0
| | | | | | just for consistency. Signed-off-by: Junio C Hamano <junkio@cox.net>
* t1200: use --topo-order to keep the show-branch output stable.Junio C Hamano2005-11-111-2/+2
| | | | | | | | Because a batch-oriented script creates many commits within a second on a fast machine, show-branch output of the test results are unstable without topo-order. Signed-off-by: Junio C Hamano <junkio@cox.net>
* Adapt tutorial to cygwin and add test caseJohannes Schindelin2005-10-131-0/+160
Lacking reliable symlinks, the instructions in the tutorial did not work in a cygwin setup. Also, a few outputs were not correct. This patch fixes these, and adds a test case which follows the instructions of the tutorial (except git-clone, -fetch and -push, which I have not done yet). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>