author | Jeff King <peff@peff.net> | |
Thu, 19 Feb 2009 03:35:45 +0000 (22:35 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 19 Feb 2009 03:59:16 +0000 (19:59 -0800) | ||
commit | 66648ad7fed840adef0343a1e0bf5188d32f5569 | |
tree | 8a09429c81d19c72298555277718307fe91b43bf | tree | snapshot |
parent | 45e2b6140147d7a8b2cd68399e4d52d5d8d7b5be | commit | diff |
branch: clean up repeated strlen
Commit 45e2b61 fixed the initialization of a "len" struct
parameter via strlen. We can use that to clean up what is
now 3 strlens in a 6-line sequence.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Commit 45e2b61 fixed the initialization of a "len" struct
parameter via strlen. We can use that to clean up what is
now 3 strlens in a 6-line sequence.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-branch.c | diff | blob | history |