From: Jonathan Nieder Date: Fri, 26 Sep 2014 19:22:22 +0000 (-0700) Subject: packed-ref cache: forbid dot-components in refnames X-Git-Tag: v2.2.0-rc0~32^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f3cc52d840418c1a38bb4ae9a09a479e77d95e77?hp=f3cc52d840418c1a38bb4ae9a09a479e77d95e77 packed-ref cache: forbid dot-components in refnames Since v1.7.9-rc1~10^2 (write_head_info(): handle "extra refs" locally, 2012-01-06), this trick to keep track of ".have" refs that are only valid on the wire and not on the filesystem is not needed any more. Simplify by removing support for the REFNAME_DOT_COMPONENT flag. This means we'll be slightly stricter with invalid refs found in a packed-refs file or during clone. read_loose_refs() already checks for and skips refnames with .components so it is not affected. Signed-off-by: Jonathan Nieder Reviewed-by: Ronnie Sahlberg Signed-off-by: Junio C Hamano ---