document behavior of empty color name
Jeff King committed over 9 years ago
doc: add note about ignoring '--no-create-reflog'
Cornelius Weig committed over 9 years ago
completion: add completion for --recurse-submodules=only
Cornelius Weig committed over 9 years ago
doc: add doc for git-push --recurse-submodules=only
Cornelius Weig committed over 9 years ago
attr: reformat git_attr_set_direction() function
Brandon Williams committed over 9 years ago
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