From: Michael Haggerty Date: Wed, 1 Oct 2014 10:28:31 +0000 (+0200) Subject: commit_lock_file(): use a strbuf to manage temporary space X-Git-Tag: v2.2.0-rc0~53^2~11 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3e88e8fc085bbfad142d51a07ef918b9b5ca1d72?hp=3e88e8fc085bbfad142d51a07ef918b9b5ca1d72 commit_lock_file(): use a strbuf to manage temporary space Avoid relying on the filename length restrictions that are currently checked by lock_file(). Signed-off-by: Michael Haggerty Signed-off-by: Junio C Hamano ---