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