Re: [PATCH] Minor portability patch to git-submodule From: Johannes Schindelin <hidden> Date: 2016-06-15 22:44:00 Hi, On Mon, 17 Dec 2007, Andy Dougherty wrote: - git ls-files --stage -- "$@" | grep -e '^160000 ' | + git ls-files --stage -- "$@" | egrep -e '^160000 ' | Nack. egrep is not available on all platforms. But then I have to wonder why not saying "grep '^160000 '" instead? Ciao, Dscho
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help