rebase: replace antiquated sed invocation
commit0aa958d4b40159d5e72a521dda1dbe8f6e769e89
authorStephen Boyd <bebarino@gmail.com>
Mon, 25 Jan 2010 07:06:31 +0000 (24 23:06 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Jan 2010 17:43:45 +0000 (25 09:43 -0800)
treecdf312d2f51456508d66423731f7cdb6f7eac604
parent6fce51571cb9aadb0a5e048c89044124271251f4
rebase: replace antiquated sed invocation

Use the modern form of printing a commit subject instead of piping
the output of rev-list to sed.

Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase.sh