attr: push the bare repo check into read_attr()
Brandon Williams committed over 9 years ago
attr: store attribute stack in attr_check structure
Brandon Williams committed over 9 years ago
attr: tighten const correctness with git_attr and match_attr
Brandon Williams committed over 9 years ago
attr: remove maybe-real, maybe-macro from git_attr
Brandon Williams committed over 9 years ago
attr: eliminate global check_all_attr array
Brandon Williams committed over 9 years ago
attr: use hashmap for attribute dictionary
Brandon Williams committed over 9 years ago
attr: change validity check for attribute names to use positive logic
Junio C Hamano committed over 9 years ago
attr: pass struct attr_check to collect_some_attrs
Brandon Williams committed over 9 years ago
attr: retire git_check_attrs() API
Junio C Hamano committed over 9 years ago
attr: convert git_check_attrs() callers to use the new API
Junio C Hamano committed over 9 years ago
attr: convert git_all_attrs() to use "struct attr_check"
Junio C Hamano committed over 9 years ago
attr: (re)introduce git_check_attr() and struct attr_check
Junio C Hamano committed over 9 years ago
attr: rename function and struct related to checking attributes
Junio C Hamano committed over 9 years ago
attr.c: outline the future plans by heavily commenting
Junio C Hamano committed over 9 years ago
Stefan Beller committed over 9 years ago
attr.c: add push_stack() helper
Junio C Hamano committed over 9 years ago
attr: support quoting pathname patterns in C style
Nguyễn Thái Ngọc Duy committed over 9 years ago
attr.c: plug small leak in parse_attr_line()
Junio C Hamano committed over 9 years ago
attr.c: tighten constness around "git_attr" structure
Junio C Hamano committed over 9 years ago
attr.c: simplify macroexpand_one()
Junio C Hamano committed over 9 years ago