author | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 24 Mar 2009 23:10:35 +0000 (16:10 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 24 Mar 2009 23:58:20 +0000 (16:58 -0700) | ||
commit | 389d17677187f5e996022b7b8e0faf800608cb3a | |
tree | df2c7ba0a3b73e7485d707ce3c89083d62d76fd9 | tree | snapshot |
parent | b0de55541024a39ece47cf7a1eebdbde08ba978f | commit | diff |
Increase the size of the die/warning buffer to avoid truncation
Long messages like those from lockfile.c when a lock can't be
obtained truncate with only 256 bytes in the message buffer.
Bump it to 1024 to give more space for these longer cases.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Long messages like those from lockfile.c when a lock can't be
obtained truncate with only 256 bytes in the message buffer.
Bump it to 1024 to give more space for these longer cases.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
usage.c | diff | blob | history |