mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-26 15:03:32 -05: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>
9.4 KiB
9.4 KiB