summaryrefslogtreecommitdiff
path: root/attr.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-05treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'Derrick Stolee1-4/+4
2019-03-11Merge branch 'rd/attr.c-comment-typofix'Junio C Hamano1-4/+4
2019-03-07attr.c: ".gitattribute" -> ".gitattributes" (comments)Robert P. J. Day1-4/+4
2019-02-06Merge branch 'nd/the-index-final'Junio C Hamano1-1/+0
2019-02-05Merge branch 'jk/attr-macro-fix'Junio C Hamano1-15/+1
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy1-1/+0
2019-01-22attr: do not mark queried macros as unsetJeff King1-15/+1
2019-01-04Merge branch 'nd/i18n'Junio C Hamano1-2/+2
2018-11-12attr.c: mark more string for translationNguyễn Thái Ngọc Duy1-2/+2
2018-11-05attr.c: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy1-14/+0
2018-09-12Make git_check_attr() a void functionTorsten Bögershausen1-5/+3
2018-08-13attr: remove index from git_attr_set_direction()Nguyễn Thái Ngọc Duy1-12/+3
2018-08-13attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy1-19/+38
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-5/+5
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller1-1/+1
2017-09-07hashmap: add API to disable item counting when threadedJeff Hostetler1-6/+9
2017-07-05attr.c: drop hashmap_cmp_fn castStefan Beller1-5/+7
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller1-3/+4
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano1-4/+2
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason1-4/+2
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy1-5/+2
2017-03-13pathspec: allow querying for attributesBrandon Williams1-0/+17
2017-02-01attr: reformat git_attr_set_direction() functionBrandon Williams1-29/+20
2017-02-01attr: push the bare repo check into read_attr()Brandon Williams1-54/+48
2017-02-01attr: store attribute stack in attr_check structureBrandon Williams1-87/+195
2017-02-01attr: tighten const correctness with git_attr and match_attrBrandon Williams1-6/+6
2017-02-01attr: remove maybe-real, maybe-macro from git_attrBrandon Williams1-38/+37
2017-02-01attr: eliminate global check_all_attr arrayBrandon Williams1-39/+82
2017-02-01attr: use hashmap for attribute dictionaryBrandon Williams1-45/+128
2017-02-01attr: change validity check for attribute names to use positive logicJunio C Hamano1-14/+20
2017-02-01attr: pass struct attr_check to collect_some_attrsBrandon Williams1-20/+13
2017-02-01attr: retire git_check_attrs() APIJunio C Hamano1-1/+2
2017-02-01attr: convert git_all_attrs() to use "struct attr_check"Junio C Hamano1-20/+10
2017-02-01attr: (re)introduce git_check_attr() and struct attr_checkJunio C Hamano1-0/+74
2017-02-01attr: rename function and struct related to checking attributesJunio C Hamano1-6/+6
2017-02-01attr.c: outline the future plans by heavily commentingJunio C Hamano1-1/+39
2017-02-01attr.c: add push_stack() helperJunio C Hamano1-37/+32
2017-02-01attr: support quoting pathname patterns in C styleNguyễn Thái Ngọc Duy1-2/+13
2017-02-01attr.c: plug small leak in parse_attr_line()Junio C Hamano1-4/+8
2017-02-01attr.c: tighten constness around "git_attr" structureJunio C Hamano1-1/+1
2017-02-01attr.c: simplify macroexpand_one()Junio C Hamano1-7/+4
2017-02-01attr.c: mark where #if DEBUG ends more clearlyJunio C Hamano1-1/+1
2017-02-01attr.c: complete a sentence in a commentJunio C Hamano1-1/+1
2017-02-01attr.c: explain the lack of attr-name syntax check in parse_attr()Junio C Hamano1-0/+6
2017-02-01attr.c: update a stale comment on "struct match_attr"Junio C Hamano1-3/+2
2017-02-01attr.c: use strchrnul() to scan for one lineJunio C Hamano1-2/+2
2016-10-26read info/{attributes,exclude} only when in repositoryJeff King1-1/+5
2016-04-06Merge branch 'ss/exc-flag-is-a-collection-of-bits'Junio C Hamano1-1/+1