aboutsummaryrefslogtreecommitdiff
path: root/attr.c
Commit message (Expand)AuthorAge
* read info/{attributes,exclude} only when in repositoryJeff King2016-10-26
* Merge branch 'ss/exc-flag-is-a-collection-of-bits'Junio C Hamano2016-04-06
|\
| * dir: store EXC_FLAG_* values in unsigned integersSaurav Sachidanand2016-03-01
| * Merge branch 'pt/xdg-config-path' into maintJunio C Hamano2015-06-05
| |\
| * \ Merge branch 'cn/bom-in-gitignore' into maintJunio C Hamano2015-05-13
| |\ \
* | | | convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-22
* | | | convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
* | | | memoize common git-path "constant" filesJeff King2015-08-10
* | | | Merge branch 'pt/xdg-config-path'Junio C Hamano2015-05-11
|\ \ \ \ | | |_|/ | |/| |
| * | | attr.c: replace home_config_paths() with xdg_config_home()Paul Tan2015-05-06
* | | | Merge branch 'cn/bom-in-gitignore'Junio C Hamano2015-05-05
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | attr: skip UTF8 BOM at the beginning of the input fileJunio C Hamano2015-04-16
| |/
* | attr: avoid heavy work when we know the specified attr is not definedNguyễn Thái Ngọc Duy2014-12-29
* | attr: do not attempt to expand when we know it's not a macroNguyễn Thái Ngọc Duy2014-12-29
* | attr.c: rename arg name attr_nr to avoid shadowing the global oneNguyễn Thái Ngọc Duy2014-12-29
|/
* use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-18
* attr.c: use ALLOC_GROW() in handle_attr_line()Dmitry S. Dolzhenko2014-03-03
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
* Merge branch 'lf/read-blob-data-from-index'Junio C Hamano2013-04-21
|\
| * read_blob_data_from_index(): optionally return the size of blob dataLukas Fleischer2013-04-17
| * attr.c: extract read_index_data() as read_blob_data_from_index()Lukas Fleischer2013-04-17
| * Merge branch 'jc/directory-attrs-regression-fix' into maint-1.8.1Junio C Hamano2013-04-07
| |\
* | \ Merge branch 'jc/directory-attrs-regression-fix'Junio C Hamano2013-04-03
|\ \ \ | | |/ | |/|
| * | attr.c::path_matches(): special case paths that end with a slashJunio C Hamano2013-03-28
| * | attr.c::path_matches(): the basename is part of the pathnameJunio C Hamano2013-03-26
* | | Sync with 1.8.1.5Junio C Hamano2013-03-01
|\ \ \ | | |/ | |/|
| * | Make !pattern in .gitattributes non-fatalThomas Rast2013-03-01
| * | Merge branch 'nd/fix-directory-attrs-off-by-one' into maintJunio C Hamano2013-01-29
| |\ \ | | |/
| * | Merge branch 'nd/attr-debug-fix' into maintJunio C Hamano2013-01-28
| |\ \
* | \ \ Merge branch 'nd/fix-directory-attrs-off-by-one'Junio C Hamano2013-01-22
|\ \ \ \ | | |_|/ | |/| |
| * | | attr: avoid calling find_basename() twice per pathDuy Nguyen2013-01-16
| * | | attr: fix off-by-one directory component length calculationNguyễn Thái Ngọc Duy2013-01-15
| |/ /
* | | Merge branch 'nd/attr-debug-fix'Junio C Hamano2013-01-18
|\ \ \ | | |/ | |/|
| * | attr: make it build with DEBUG_ATTR againNguyễn Thái Ngọc Duy2013-01-15
* | | Merge branch 'as/dir-c-cleanup'Junio C Hamano2013-01-10
|\ \ \ | |_|/ |/| |
| * | dir.c: rename excluded() to is_excluded()Adam Spiers2012-12-28
| |/
* | Add directory pattern matching to attributesJean-Noël AVILA2012-12-17
* | Merge branch 'nd/attr-match-optim-more'Jeff King2012-11-09
|\ \ | |/
| * attr: more matching optimizations from .gitignoreNguyễn Thái Ngọc Duy2012-10-15
* | Merge branch 'nd/attr-match-optim'Jeff King2012-10-25
|\ \ | |/
| * attr: avoid searching for basename on every matchNguyễn Thái Ngọc Duy2012-10-05
| * attr: avoid strlen() on every matchNguyễn Thái Ngọc Duy2012-10-05
* | Merge branch 'jk/config-warn-on-inaccessible-paths'Junio C Hamano2012-09-17
|\ \
| * | attr: failure to open a .gitattributes file is OK with ENOTDIRJunio C Hamano2012-09-13
* | | Merge branch 'jc/ll-merge-binary-ours'Junio C Hamano2012-09-14
|\ \ \ | |/ / |/| |
| * | attr: "binary" attribute should choose built-in "binary" merge driverJunio C Hamano2012-09-08
| |/
* | warn_on_inaccessible(): a helper to warn on inaccessible pathsJunio C Hamano2012-08-21
* | attr: warn on inaccessible attribute filesJeff King2012-08-21
* | attr: make sure we have an xdg path before using itJeff King2012-07-24
* | Let core.attributesfile default to $XDG_CONFIG_HOME/git/attributesHuynh Khoi Nguyen Nguyen2012-06-25
|/