author | Junio C Hamano <junkio@cox.net> | |
Tue, 4 Oct 2005 07:40:59 +0000 (00:40 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 4 Oct 2005 07:40:59 +0000 (00:40 -0700) | ||
commit | b10c1a74f0edb7664f127a4f7308fb287beb5f01 | |
tree | 1c99b28fb42cbe72701b88cfd95b6d7ff298b639 | tree | snapshot |
parent | f6413391b1f193cda54c0e4725ac28c9c4883ccc | commit | diff |
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>
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 | diff | blob | history |