commit | 3e88e8fc085bbfad142d51a07ef918b9b5ca1d72 | [log] [tgz] |
---|---|---|
author | Michael Haggerty <mhagger@alum.mit.edu> | Wed Oct 01 12:28:31 2014 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Oct 01 13:49:01 2014 -0700 |
tree | 0653d33f0f8dad03a06a8ac5a87480f7758874d6 | |
parent | daccee387a7f3e4ca332649d5311b032a71892e2 [diff] |
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 <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>