Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | t: fix severe &&-chain breakage | Jeff King | 2015-03-20 |
| | | | | | | | | | | | | These are tests which are missing a link in their &&-chain, in a location which causes a significant portion of the test to be missed (e.g., the test effectively does nothing, or consists of a long string of actions and output comparisons, and we throw away the exit code of at least one part of the string). Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com> | ||
* | test: rename http fetch and push test files | Nguyễn Thái Ngọc Duy | 2014-02-10 |
Make clear which one is for dumb protocol, which one is for smart from their file name. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> |