author | Jeff King <peff@peff.net> | |
Mon, 5 Dec 2011 22:29:15 +0000 (17:29 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 5 Dec 2011 23:04:38 +0000 (15:04 -0800) | ||
commit | c2857fb8b7903b2bba9217310971e5282549174d | |
tree | f07c56d103e0fcd4fc3d1b78f5c5c3f4588f944e | tree | snapshot |
parent | 332de7a1c89a579f15ca41c11e606007cc32fdbf | commit | diff |
stripspace: fix outdated comment
The comment on top of stripspace() claims that the buffer
will no longer be NUL-terminated. However, this has not been
the case at least since the move to using strbuf in 2007.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The comment on top of stripspace() claims that the buffer
will no longer be NUL-terminated. However, this has not been
the case at least since the move to using strbuf in 2007.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/stripspace.c | diff | blob | history |