]> git.ipfire.org Git - thirdparty/git.git/commit - git-bisect.sh
bisect: use "git rev-parse --sq-quote" instead of a custom "sq" function
authorChristian Couder <chriscool@tuxfamily.org>
Fri, 24 Apr 2009 06:29:00 +0000 (08:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 May 2009 07:30:28 +0000 (00:30 -0700)
commitde52f5a806f58c6b73b2e24768530213fab5a635
tree825399dafc195ec411a7dfe6e144826a845512db
parent503253771e93fd9f29c9f0773223d456677452c4
bisect: use "git rev-parse --sq-quote" instead of a custom "sq" function

As the "sq" function was the only place using Perl in "git-bisect.sh",
this removes the Perl dependency in this script.

While at it, we also remove the sed instruction in the Makefile that
substituted @@PERL@@ with the Perl path in shell scripts, as this is
not needed anymore. (It is now only needed in "git-instaweb.sh" but
this command is dealt with separately in the Makefile.)

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
git-bisect.sh