Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: make scripts executable | Junio C Hamano | 2005-12-19 | 1 | -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 Hamano | 2005-11-11 | 1 | -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 case | Johannes Schindelin | 2005-10-13 | 1 | -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> |