author | Jim Meyering <jim@meyering.net> | |
Sat, 12 Sep 2009 08:54:32 +0000 (10:54 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 13 Sep 2009 08:32:04 +0000 (01:32 -0700) | ||
commit | 3d913526b19545eb4e463f96d2f3b8db8daae6ef | |
tree | 461508cde44a83841394b2868e9d26bf02c61eb2 | tree | snapshot |
parent | cd03eebbfdae712bd4a10d6b393980a8137ce305 | commit | diff |
use write_str_in_full helper to avoid literal string lengths
This is the same fix to use write_str_in_full() helper to write a constant
string out without counting the length of it ourselves.
Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This is the same fix to use write_str_in_full() helper to write a constant
string out without counting the length of it ourselves.
Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport-helper.c | diff | blob | history |