Re: [PATCH] (Really) Fix install-doc-quick target From: René Scharfe <hidden> Date: 2016-06-15 22:43:28 Junio C Hamano schrieb:Mark Levedahl [off-list ref] writes: quoted+ printf "$mandir/%s\n" $(git ls-tree -r --name-only $head) | xargs gzip -f No risk that ls-tree output is too long to fit within the exec args limit to run printf? Perhaps this instead? git ls-tree -r --name-only $head | (cd "$mandir" && xargs gzip -f) René
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help