]> git.ipfire.org Git - thirdparty/git.git/commit - attr.c
attr: change validity check for attribute names to use positive logic
authorJunio C Hamano <gitster@pobox.com>
Sat, 28 Jan 2017 02:02:00 +0000 (18:02 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Feb 2017 21:46:52 +0000 (13:46 -0800)
commit428103c7f1a0cb8bb1432214efa60abc5bd5f198
tree3cabd68582d64c329cd8873591cb2f553535e923
parent6bc2e3f709d04e416f3b5d1e23f2ac31f4cbc1d1
attr: change validity check for attribute names to use positive logic

Convert 'invalid_attr_name()' to 'attr_name_valid()' and use positive
logic for the return value.  In addition create a helper function that
prints out an error message when an invalid attribute name is used.

We could later update the message to exactly spell out what the
rules for a good attribute name are, etc.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
attr.c