packed-ref cache: forbid dot-components in refnames
commitf3cc52d840418c1a38bb4ae9a09a479e77d95e77
authorJonathan Nieder <jrnieder@gmail.com>
Fri, 26 Sep 2014 19:22:22 +0000 (26 12:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Oct 2014 17:47:25 +0000 (15 10:47 -0700)
treede95a7051351ad84b7f9af0acb25568a00c0366a
parent18f29fc61ed88145a0664657c3cea9e9732ea5e8
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 <jrnieder@gmail.com>
Reviewed-by: Ronnie Sahlberg <sahlberg@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c
refs.h