index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
attr.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2013-04-17
read_blob_data_from_index(): optionally return the size of blob data
Lukas Fleischer
1
-1
/
+1
2013-04-17
attr.c: extract read_index_data() as read_blob_data_from_index()
Lukas Fleischer
1
-34
/
+1
2013-04-07
Merge branch 'jc/directory-attrs-regression-fix' into maint-1.8.1
Junio C Hamano
1
-12
/
+13
2013-04-03
Merge branch 'jc/directory-attrs-regression-fix'
Junio C Hamano
1
-12
/
+13
2013-03-28
attr.c::path_matches(): special case paths that end with a slash
Junio C Hamano
1
-4
/
+4
2013-03-26
attr.c::path_matches(): the basename is part of the pathname
Junio C Hamano
1
-9
/
+10
2013-03-01
Sync with 1.8.1.5
Junio C Hamano
1
-3
/
+5
2013-03-01
Make !pattern in .gitattributes non-fatal
Thomas Rast
1
-3
/
+5
2013-01-29
Merge branch 'nd/fix-directory-attrs-off-by-one' into maint
Junio C Hamano
1
-20
/
+18
2013-01-28
Merge branch 'nd/attr-debug-fix' into maint
Junio C Hamano
1
-1
/
+1
2013-01-22
Merge branch 'nd/fix-directory-attrs-off-by-one'
Junio C Hamano
1
-20
/
+18
2013-01-18
Merge branch 'nd/attr-debug-fix'
Junio C Hamano
1
-1
/
+1
2013-01-16
attr: avoid calling find_basename() twice per path
Duy Nguyen
1
-27
/
+18
2013-01-15
attr: make it build with DEBUG_ATTR again
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-01-15
attr: fix off-by-one directory component length calculation
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2013-01-10
Merge branch 'as/dir-c-cleanup'
Junio C Hamano
1
-1
/
+1
2012-12-28
dir.c: rename excluded() to is_excluded()
Adam Spiers
1
-1
/
+1
2012-12-17
Add directory pattern matching to attributes
Jean-Noël AVILA
1
-8
/
+17
2012-11-09
Merge branch 'nd/attr-match-optim-more'
Jeff King
1
-21
/
+31
2012-10-25
Merge branch 'nd/attr-match-optim'
Jeff King
1
-8
/
+13
2012-10-15
attr: more matching optimizations from .gitignore
Nguyễn Thái Ngọc Duy
1
-21
/
+31
[prev]
[next]