commit | 3dbe9db01bd9c0b0701f72a631ac15b1791f6642 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Thu May 21 00:45:51 2015 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Fri May 22 09:33:08 2015 -0700 |
tree | b70424662931f9288f085918fa830299ef0f8961 | |
parent | adfe5d04345631299f9a4518d56c6dd3d47eb0b3 [diff] |
for-each-ref: use skip_prefix instead of starts_with This saves us having to maintain a magic number to skip past the matched prefix. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>