On 30 May 2014, Jeff King said: > On Fri, May 30, 2014 at 11:29:10AM +0100, Nix wrote: > >> +test_expect_success 'push from shallow repo via http' ' >> + mv "$HTTPD_DOCUMENT_ROOT_PATH/repo.git" shallow-upstream.git && >> + git clone --bare --no-local full "$HTTPD_DOCUMENT_ROOT_PATH/repo.git" && >> + ( >> + cd "$HTTPD_DOCUMENT_ROOT_PATH/repo.git" && >> + git config http.receivepack true >> + ) && >> + commit 1s0 && > > This is a typo, no? The original is just "commit 10". I have no *idea* where that came from. vi-wreckage I suspect. > I think we can just drop that "1" from the expected output, though. It > was created in the original by the "push from full to shallow" test (and > is rather confusing, anyway, as it shares a name with the original "1"). Right. -- NULL && (void) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html