git-bisect: war on "sed"
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Nov 2007 08:39:57 +0000 (00:39 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Nov 2007 09:35:58 +0000 (01:35 -0800)
commite23cb8c0cc0fb9f18e7e7106e2eec692a7b10044
treede5b32e6c7b468a1325689040b256e8bf804964b
parent947a604b01a8e81b3d0341d38fbf891289f3c0bb
git-bisect: war on "sed"

We do not need to pipe "echo" to "sed" only to strip refs/heads/
from the beginning.  We are assuming not-so-ancient shells these
days.

Also there is no need to avoid assuming \012 is the LF; we do
not run on EBCDIC, sorry.  Other parts of the script already
uses tr to convert separator to LF that way.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-bisect.sh