Age | Commit message (Expand) | Author | Files | Lines |
2017-06-30 | hashmap.h: compare function has access to a data field | Stefan Beller | 1 | -3/+4 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -4/+2 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -4/+2 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-05-26 | wrapper.c: add and use fopen_or_warn() | Nguyễn Thái Ngọc Duy | 1 | -5/+2 |
2017-03-13 | pathspec: allow querying for attributes | Brandon Williams | 1 | -0/+17 |
2017-02-01 | attr: reformat git_attr_set_direction() function | Brandon Williams | 1 | -29/+20 |
2017-02-01 | attr: push the bare repo check into read_attr() | Brandon Williams | 1 | -60/+54 |
2017-02-01 | attr: store attribute stack in attr_check structure | Brandon Williams | 1 | -88/+196 |
2017-02-01 | attr: tighten const correctness with git_attr and match_attr | Brandon Williams | 1 | -6/+6 |
2017-02-01 | attr: remove maybe-real, maybe-macro from git_attr | Brandon Williams | 1 | -38/+37 |
2017-02-01 | attr: eliminate global check_all_attr array | Brandon Williams | 1 | -39/+82 |
2017-02-01 | attr: use hashmap for attribute dictionary | Brandon Williams | 1 | -45/+128 |
2017-02-01 | attr: change validity check for attribute names to use positive logic | Junio C Hamano | 1 | -14/+20 |
2017-02-01 | attr: pass struct attr_check to collect_some_attrs | Brandon Williams | 1 | -20/+13 |
2017-02-01 | attr: retire git_check_attrs() API | Junio C Hamano | 1 | -1/+2 |
2017-02-01 | attr: convert git_all_attrs() to use "struct attr_check" | Junio C Hamano | 1 | -20/+10 |
2017-02-01 | attr: (re)introduce git_check_attr() and struct attr_check | Junio C Hamano | 1 | -0/+74 |
2017-02-01 | attr: rename function and struct related to checking attributes | Junio C Hamano | 1 | -6/+6 |
2017-02-01 | attr.c: outline the future plans by heavily commenting | Junio C Hamano | 1 | -1/+39 |
2017-02-01 | attr.c: add push_stack() helper | Junio C Hamano | 1 | -38/+33 |
2017-02-01 | attr: support quoting pathname patterns in C style | Nguyễn Thái Ngọc Duy | 1 | -2/+13 |
2017-02-01 | attr.c: plug small leak in parse_attr_line() | Junio C Hamano | 1 | -4/+8 |
2017-02-01 | attr.c: tighten constness around "git_attr" structure | Junio C Hamano | 1 | -1/+1 |
2017-02-01 | attr.c: simplify macroexpand_one() | Junio C Hamano | 1 | -7/+4 |
2017-02-01 | attr.c: mark where #if DEBUG ends more clearly | Junio C Hamano | 1 | -1/+1 |
2017-02-01 | attr.c: complete a sentence in a comment | Junio C Hamano | 1 | -1/+1 |
2017-02-01 | attr.c: explain the lack of attr-name syntax check in parse_attr() | Junio C Hamano | 1 | -0/+6 |
2017-02-01 | attr.c: update a stale comment on "struct match_attr" | Junio C Hamano | 1 | -3/+2 |
2017-02-01 | attr.c: use strchrnul() to scan for one line | Junio C Hamano | 1 | -2/+2 |
2016-10-26 | read info/{attributes,exclude} only when in repository | Jeff King | 1 | -1/+5 |
2016-04-06 | Merge branch 'ss/exc-flag-is-a-collection-of-bits' | Junio C Hamano | 1 | -1/+1 |
2016-03-01 | dir: store EXC_FLAG_* values in unsigned integers | Saurav Sachidanand | 1 | -1/+1 |
2016-02-22 | convert trivial cases to FLEX_ARRAY macros | Jeff King | 1 | -3/+1 |
2016-02-22 | convert trivial cases to ALLOC_ARRAY | Jeff King | 1 | -1/+1 |
2015-08-10 | memoize common git-path "constant" files | Jeff King | 1 | -1/+3 |
2015-06-05 | Merge branch 'pt/xdg-config-path' into maint | Junio C Hamano | 1 | -5/+2 |
2015-05-13 | Merge branch 'cn/bom-in-gitignore' into maint | Junio C Hamano | 1 | -2/+7 |
2015-05-11 | Merge branch 'pt/xdg-config-path' | Junio C Hamano | 1 | -5/+2 |
2015-05-06 | attr.c: replace home_config_paths() with xdg_config_home() | Paul Tan | 1 | -5/+2 |
2015-05-05 | Merge branch 'cn/bom-in-gitignore' | Junio C Hamano | 1 | -2/+7 |
2015-04-16 | attr: skip UTF8 BOM at the beginning of the input file | Junio C Hamano | 1 | -2/+7 |
2014-12-29 | attr: avoid heavy work when we know the specified attr is not defined | Nguyễn Thái Ngọc Duy | 1 | -5/+28 |
2014-12-29 | attr: do not attempt to expand when we know it's not a macro | Nguyễn Thái Ngọc Duy | 1 | -3/+7 |
2014-12-29 | attr.c: rename arg name attr_nr to avoid shadowing the global one | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2014-09-18 | use REALLOC_ARRAY for changing the allocation size of arrays | René Scharfe | 1 | -2/+1 |
2014-03-03 | attr.c: use ALLOC_GROW() in handle_attr_line() | Dmitry S. Dolzhenko | 1 | -6/+1 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -1/+1 |
2013-04-21 | Merge branch 'lf/read-blob-data-from-index' | Junio C Hamano | 1 | -34/+1 |