summaryrefslogtreecommitdiffstats
path: root/attr.c
AgeCommit message (Expand)AuthorLines
2016-04-06Merge branch 'ss/exc-flag-is-a-collection-of-bits'Junio C Hamano-1/+1
2016-03-01dir: store EXC_FLAG_* values in unsigned integersSaurav Sachidanand-1/+1
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King-3/+1
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King-1/+1
2015-08-10memoize common git-path "constant" filesJeff King-1/+3
2015-06-05Merge branch 'pt/xdg-config-path' into maintJunio C Hamano-5/+2
2015-05-13Merge branch 'cn/bom-in-gitignore' into maintJunio C Hamano-2/+7
2015-05-11Merge branch 'pt/xdg-config-path'Junio C Hamano-5/+2
2015-05-06attr.c: replace home_config_paths() with xdg_config_home()Paul Tan-5/+2
2015-05-05Merge branch 'cn/bom-in-gitignore'Junio C Hamano-2/+7
2015-04-16attr: skip UTF8 BOM at the beginning of the input fileJunio C Hamano-2/+7
2014-12-29attr: avoid heavy work when we know the specified attr is not definedNguyễn Thái Ngọc Duy-5/+28
2014-12-29attr: do not attempt to expand when we know it's not a macroNguyễn Thái Ngọc Duy-3/+7
2014-12-29attr.c: rename arg name attr_nr to avoid shadowing the global oneNguyễn Thái Ngọc Duy-3/+3
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe-2/+1
2014-03-03attr.c: use ALLOC_GROW() in handle_attr_line()Dmitry S. Dolzhenko-6/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder-1/+1
2013-04-21Merge branch 'lf/read-blob-data-from-index'Junio C Hamano-34/+1
2013-04-17read_blob_data_from_index(): optionally return the size of blob dataLukas Fleischer-1/+1
2013-04-17attr.c: extract read_index_data() as read_blob_data_from_index()Lukas Fleischer-34/+1
2013-04-07Merge branch 'jc/directory-attrs-regression-fix' into maint-1.8.1Junio C Hamano-12/+13
2013-04-03Merge branch 'jc/directory-attrs-regression-fix'Junio C Hamano-12/+13
2013-03-28attr.c::path_matches(): special case paths that end with a slashJunio C Hamano-4/+4
2013-03-26attr.c::path_matches(): the basename is part of the pathnameJunio C Hamano-9/+10
2013-03-01Sync with 1.8.1.5Junio C Hamano-3/+5
2013-03-01Make !pattern in .gitattributes non-fatalThomas Rast-3/+5
2013-01-29Merge branch 'nd/fix-directory-attrs-off-by-one' into maintJunio C Hamano-20/+18
2013-01-28Merge branch 'nd/attr-debug-fix' into maintJunio C Hamano-1/+1
2013-01-22Merge branch 'nd/fix-directory-attrs-off-by-one'Junio C Hamano-20/+18
2013-01-18Merge branch 'nd/attr-debug-fix'Junio C Hamano-1/+1
2013-01-16attr: avoid calling find_basename() twice per pathDuy Nguyen-27/+18
2013-01-15attr: make it build with DEBUG_ATTR againNguyễn Thái Ngọc Duy-1/+1
2013-01-15attr: fix off-by-one directory component length calculationNguyễn Thái Ngọc Duy-0/+7
2013-01-10Merge branch 'as/dir-c-cleanup'Junio C Hamano-1/+1
2012-12-28dir.c: rename excluded() to is_excluded()Adam Spiers-1/+1
2012-12-17Add directory pattern matching to attributesJean-Noël AVILA-8/+17
2012-11-09Merge branch 'nd/attr-match-optim-more'Jeff King-21/+31
2012-10-25Merge branch 'nd/attr-match-optim'Jeff King-8/+13
2012-10-15attr: more matching optimizations from .gitignoreNguyễn Thái Ngọc Duy-21/+31
2012-10-05attr: avoid searching for basename on every matchNguyễn Thái Ngọc Duy-6/+9
2012-10-05attr: avoid strlen() on every matchNguyễn Thái Ngọc Duy-2/+4
2012-09-17Merge branch 'jk/config-warn-on-inaccessible-paths'Junio C Hamano-1/+1
2012-09-14Merge branch 'jc/ll-merge-binary-ours'Junio C Hamano-1/+1
2012-09-13attr: failure to open a .gitattributes file is OK with ENOTDIRJunio C Hamano-1/+1
2012-09-08attr: "binary" attribute should choose built-in "binary" merge driverJunio C Hamano-1/+1
2012-08-21warn_on_inaccessible(): a helper to warn on inaccessible pathsJunio C Hamano-1/+1
2012-08-21attr: warn on inaccessible attribute filesJeff King-1/+4
2012-07-24attr: make sure we have an xdg path before using itJeff King-5/+7
2012-06-25Let core.attributesfile default to $XDG_CONFIG_HOME/git/attributesHuynh Khoi Nguyen Nguyen-7/+10
2012-01-11Merge branch 'maint-1.7.6' into maint-1.7.7Junio C Hamano-0/+1