Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information