Remove useless use of sed in git-format-patch.
authorJunio C Hamano <junkio@cox.net>
Tue, 4 Oct 2005 07:40:59 +0000 (00:40 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 4 Oct 2005 07:40:59 +0000 (00:40 -0700)
commitb10c1a74f0edb7664f127a4f7308fb287beb5f01
tree1c99b28fb42cbe72701b88cfd95b6d7ff298b639
parentf6413391b1f193cda54c0e4725ac28c9c4883ccc
Remove useless use of sed in git-format-patch.

There was a leftover use of sed that attempted to remove the commit ID
output from git-diff-tree, which turned into an expensive no-op when
git-diff-tree output header format changed about three months ago.
Drop it.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-format-patch.sh