summaryrefslogtreecommitdiff
path: root/attr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rd/attr.c-comment-typofix'Junio C Hamano2019-03-111-4/+4
|\
| * attr.c: ".gitattribute" -> ".gitattributes" (comments)Robert P. J. Day2019-03-071-4/+4
* | Merge branch 'nd/the-index-final'Junio C Hamano2019-02-061-1/+0
|\ \
| * | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-1/+0
* | | Merge branch 'jk/attr-macro-fix'Junio C Hamano2019-02-051-15/+1
|\ \ \ | |/ / |/| |
| * | attr: do not mark queried macros as unsetJeff King2019-01-221-15/+1
* | | Merge branch 'nd/i18n'Junio C Hamano2019-01-041-2/+2
|\ \ \ | |_|/ |/| |
| * | attr.c: mark more string for translationNguyễn Thái Ngọc Duy2018-11-121-2/+2
| |/
* | attr.c: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy2018-11-051-14/+0
|/
* Make git_check_attr() a void functionTorsten Bögershausen2018-09-121-5/+3
* attr: remove index from git_attr_set_direction()Nguyễn Thái Ngọc Duy2018-08-131-12/+3
* attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-131-19/+38
* Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-5/+5
* exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
* hashmap: add API to disable item counting when threadedjh/hashmap-disable-countingJeff Hostetler2017-09-071-6/+9
* attr.c: drop hashmap_cmp_fn castStefan Beller2017-07-051-5/+7
* hashmap.h: compare function has access to a data fieldStefan Beller2017-06-301-3/+4
* Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-4/+2
|\
| * coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-4/+2
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ | |/ |/|
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy2017-05-261-5/+2
|/
* pathspec: allow querying for attributesBrandon Williams2017-03-131-0/+17
* attr: reformat git_attr_set_direction() functionbw/attrBrandon Williams2017-02-011-29/+20
* attr: push the bare repo check into read_attr()Brandon Williams2017-02-011-60/+54
* attr: store attribute stack in attr_check structureBrandon Williams2017-02-011-88/+196
* attr: tighten const correctness with git_attr and match_attrBrandon Williams2017-02-011-6/+6
* attr: remove maybe-real, maybe-macro from git_attrBrandon Williams2017-02-011-38/+37
* attr: eliminate global check_all_attr arrayBrandon Williams2017-02-011-39/+82
* attr: use hashmap for attribute dictionaryBrandon Williams2017-02-011-45/+128
* attr: change validity check for attribute names to use positive logicJunio C Hamano2017-02-011-14/+20
* attr: pass struct attr_check to collect_some_attrsBrandon Williams2017-02-011-20/+13
* attr: retire git_check_attrs() APIJunio C Hamano2017-02-011-1/+2
* attr: convert git_all_attrs() to use "struct attr_check"Junio C Hamano2017-02-011-20/+10
* attr: (re)introduce git_check_attr() and struct attr_checkJunio C Hamano2017-02-011-0/+74
* attr: rename function and struct related to checking attributesJunio C Hamano2017-02-011-6/+6
* attr.c: outline the future plans by heavily commentingJunio C Hamano2017-02-011-1/+39
* attr.c: add push_stack() helperJunio C Hamano2017-02-011-38/+33
* attr: support quoting pathname patterns in C styleNguyễn Thái Ngọc Duy2017-02-011-2/+13
* attr.c: plug small leak in parse_attr_line()Junio C Hamano2017-02-011-4/+8
* attr.c: tighten constness around "git_attr" structureJunio C Hamano2017-02-011-1/+1
* attr.c: simplify macroexpand_one()Junio C Hamano2017-02-011-7/+4
* attr.c: mark where #if DEBUG ends more clearlyJunio C Hamano2017-02-011-1/+1
* attr.c: complete a sentence in a commentJunio C Hamano2017-02-011-1/+1
* attr.c: explain the lack of attr-name syntax check in parse_attr()Junio C Hamano2017-02-011-0/+6
* attr.c: update a stale comment on "struct match_attr"Junio C Hamano2017-02-011-3/+2
* attr.c: use strchrnul() to scan for one lineJunio C Hamano2017-02-011-2/+2
* read info/{attributes,exclude} only when in repositoryJeff King2016-10-261-1/+5
* Merge branch 'ss/exc-flag-is-a-collection-of-bits'Junio C Hamano2016-04-061-1/+1
|\
| * dir: store EXC_FLAG_* values in unsigned integersss/exc-flag-is-a-collection-of-bitsSaurav Sachidanand2016-03-011-1/+1