Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace in-place sed in t7502-commit
The in-place mode of sed used in t7502-commit is a non-POSIX extension. That call of sed is replaced by a more portable version using a temporary file. Signed-off-by: Marcel Koeppen <git-dev@marzelpan.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information