mirror of
https://github.com/git/git.git
synced 2025-12-18 12:00:25 +01:00
Now the routine is an open-coded loop that avoids an extra strlen() in the previous implementation, it got a bit too big to be inlined. Uninlining it makes code footprint smaller but the result still retains the avoidance of strlen() cost. Signed-off-by: Junio C Hamano <gitster@pobox.com>
4.9 KiB
4.9 KiB