Uwe Kleine-König wrote:
Hello,
+ if test -n "$(git rev-list $1..HEAD)"
I already wrote similar tests and I wonder if this couldn't be done in a
new builtin command more effectively. Something like
git rev-contains HEAD "$1"
. I expect it to be faster and maybe it prevents a command line
overflow?! (I remember something like 32000 chars max in a command, but
I could not trigger that with bash.)
On Linux (well, on my system anyways), it's 128K for arguments and
environment combined.
--
Andreas Ericsson andreas.ericsson@xxxxxx
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231
--
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