Re: [PATCH v2 11/17] fetch tests: fetch <url> <spec> as well as fetch [<remote>] From: Junio C Hamano <hidden> Date: 2018-02-09 20:57:55 Ævar Arnfjörð Bjarmason [off-list ref] writes: quotedquoted+ key=$(echo $1 | sed -e 's/^remote\.origin/fetch/') Faster (thus more Windows-friendly) assuming that $1 always starts with "remote.origin": key=fetch${u#remote.origin} Tests fail with this and I'm not excited to be the first user in git's test suite to use some novel shell feature, no existing uses of ${u[...]. s/u/1/, I think.
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help