Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apply.c::find_name_traditional(): do not initialize len to the line's…
… length The variable len is set to len = strchrnul(line, '\n') - line; unconditionally 9 lines later, hence we can remove the call to strlen. Signed-off-by: Stefan Beller <stefanbeller@googlemail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information