commit | 00b293e519d1aa0c5b57ae9359ec5306d7023b3f | [log] [tgz] |
---|---|---|
author | Lukas Fleischer <lfleischer@lfos.de> | Thu Nov 05 07:07:29 2015 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Nov 05 11:25:02 2015 -0800 |
tree | c47205c82f87910245cbd64fa9e0691937c5545e | |
parent | 92cab492ba988ffd3e3edf040f19ba820306c833 [diff] |
upload-pack: strip refs before calling ref_is_hidden() Make hideRefs handling in upload-pack consistent with the behavior described in the documentation by stripping refs before comparing them with prefixes in hideRefs. Signed-off-by: Lukas Fleischer <lfleischer@lfos.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>