Sign in
googlers
/
jrn
/
git
/
41a078c60b82bad4edf9d1bd8e826aae5f020ee5
/
attr.c
f0056f6
read info/{attributes,exclude} only when in repository
by Jeff King
· 8 years ago
12508a8
Merge branch 'ss/exc-flag-is-a-collection-of-bits'
by Junio C Hamano
· 9 years ago
f870899
dir: store EXC_FLAG_* values in unsigned integers
by Saurav Sachidanand
· 9 years ago
96ffc06
convert trivial cases to FLEX_ARRAY macros
by Jeff King
· 9 years ago
b32fa95
convert trivial cases to ALLOC_ARRAY
by Jeff King
· 9 years ago
f932729
memoize common git-path "constant" files
by Jeff King
· 10 years ago
d9c82fa
Merge branch 'pt/xdg-config-path' into maint
by Junio C Hamano
· 10 years ago
8a1d897
Merge branch 'cn/bom-in-gitignore' into maint
by Junio C Hamano
· 10 years ago
558e5a8
Merge branch 'pt/xdg-config-path'
by Junio C Hamano
· 10 years ago
2527bbc
attr.c: replace home_config_paths() with xdg_config_home()
by Paul Tan
· 10 years ago
2e1dfd6
Merge branch 'cn/bom-in-gitignore'
by Junio C Hamano
· 10 years ago
27547e5
attr: skip UTF8 BOM at the beginning of the input file
by Junio C Hamano
· 10 years ago
06a604e
attr: avoid heavy work when we know the specified attr is not defined
by Nguyễn Thái Ngọc Duy
· 10 years ago
fad32bc
attr: do not attempt to expand when we know it's not a macro
by Nguyễn Thái Ngọc Duy
· 10 years ago
aa7710e
attr.c: rename arg name attr_nr to avoid shadowing the global one
by Nguyễn Thái Ngọc Duy
· 10 years ago
2756ca4
use REALLOC_ARRAY for changing the allocation size of arrays
by René Scharfe
· 10 years ago
3a7fa03
attr.c: use ALLOC_GROW() in handle_attr_line()
by Dmitry S. Dolzhenko
· 11 years ago
5955654
replace {pre,suf}fixcmp() with {starts,ends}_with()
by Christian Couder
· 11 years ago
4b35b00
Merge branch 'lf/read-blob-data-from-index'
by Junio C Hamano
· 12 years ago
ff36682
read_blob_data_from_index(): optionally return the size of blob data
by Lukas Fleischer
· 12 years ago
29fb37b
attr.c: extract read_index_data() as read_blob_data_from_index()
by Lukas Fleischer
· 12 years ago
4bbb830
Merge branch 'jc/directory-attrs-regression-fix' into maint-1.8.1
by Junio C Hamano
· 12 years ago
f30366b
Merge branch 'jc/directory-attrs-regression-fix'
by Junio C Hamano
· 12 years ago
dc09e9e
attr.c::path_matches(): special case paths that end with a slash
by Junio C Hamano
· 12 years ago
bd2f371
attr.c::path_matches(): the basename is part of the pathname
by Junio C Hamano
· 12 years ago
06d67b8
Sync with 1.8.1.5
by Junio C Hamano
· 12 years ago
8b1bd02
Make !pattern in .gitattributes non-fatal
by Thomas Rast
· 12 years ago
025ea58
Merge branch 'nd/fix-directory-attrs-off-by-one' into maint
by Junio C Hamano
· 12 years ago
6d7c1c8
Merge branch 'nd/attr-debug-fix' into maint
by Junio C Hamano
· 12 years ago
9a9f243
Merge branch 'nd/fix-directory-attrs-off-by-one'
by Junio C Hamano
· 12 years ago
3a39fa7
Merge branch 'nd/attr-debug-fix'
by Junio C Hamano
· 12 years ago
9db9eec
attr: avoid calling find_basename() twice per path
by Duy Nguyen
· 12 years ago
712efb1
attr: make it build with DEBUG_ATTR again
by Nguyễn Thái Ngọc Duy
· 12 years ago
711536b
attr: fix off-by-one directory component length calculation
by Nguyễn Thái Ngọc Duy
· 12 years ago
d912b0e
Merge branch 'as/dir-c-cleanup'
by Junio C Hamano
· 12 years ago
6d24e7a
dir.c: rename excluded() to is_excluded()
by Adam Spiers
· 12 years ago
94bc671
Add directory pattern matching to attributes
by Jean-Noël AVILA
· 12 years ago
5f83642
Merge branch 'nd/attr-match-optim-more'
by Jeff King
· 12 years ago
70d1825
Merge branch 'nd/attr-match-optim'
by Jeff King
· 12 years ago
82dce99
attr: more matching optimizations from .gitignore
by Nguyễn Thái Ngọc Duy
· 12 years ago
4742d13
attr: avoid searching for basename on every match
by Nguyễn Thái Ngọc Duy
· 12 years ago
cd6a0b2
attr: avoid strlen() on every match
by Nguyễn Thái Ngọc Duy
· 12 years ago
d6fb624
Merge branch 'jk/config-warn-on-inaccessible-paths'
by Junio C Hamano
· 12 years ago
e6d29a4
Merge branch 'jc/ll-merge-binary-ours'
by Junio C Hamano
· 12 years ago
8e950da
attr: failure to open a .gitattributes file is OK with ENOTDIR
by Junio C Hamano
· 13 years ago
155a4b7
attr: "binary" attribute should choose built-in "binary" merge driver
by Junio C Hamano
· 13 years ago
55b38a4
warn_on_inaccessible(): a helper to warn on inaccessible paths
by Junio C Hamano
· 13 years ago
11e50b2
attr: warn on inaccessible attribute files
by Jeff King
· 13 years ago
f0c1c15
attr: make sure we have an xdg path before using it
by Jeff King
· 13 years ago
684e40f
Let core.attributesfile default to $XDG_CONFIG_HOME/git/attributes
by Huynh Khoi Nguyen Nguyen
· 13 years ago
afb6b56
Merge branch 'maint-1.7.6' into maint-1.7.7
by Junio C Hamano
· 13 years ago
37475f9
attr: fix leak in free_attr_elem
by Jeff King
· 13 years ago
6c65b5e
Merge the attributes fix in from maint-1.6.6 branch
by Junio C Hamano
· 13 years ago
c432ef9
attr.c: clarify the logic to pop attr_stack
by Junio C Hamano
· 13 years ago
909ca7b
attr.c: make bootstrap_attr_stack() leave early
by Junio C Hamano
· 13 years ago
77f7f82
attr: drop misguided defensive coding
by Jeff King
· 13 years ago
1afca44
attr: don't confuse prefixes with leading directories
by Jeff King
· 13 years ago
6eba621
attr.c: respect core.ignorecase when matching attribute patterns
by Brandon Casey
· 13 years ago
64589a0
attr: read core.attributesfile from git_default_core_config
by Junio C Hamano
· 13 years ago
040a655
cleanup: use internal memory allocation wrapper functions everywhere
by Brandon Casey
· 13 years ago
97410b2
attr.c: avoid inappropriate access to strbuf "buf" member
by Brandon Casey
· 13 years ago
e5cfcb0
Merge branch 'mh/attr'
by Junio C Hamano
· 14 years ago
d68e1c1
Unroll the loop over passes
by Michael Haggerty
· 14 years ago
e0a5f9a
Change while loop into for loop
by Michael Haggerty
· 14 years ago
85c4a0d
Determine the start of the states outside of the pass loop
by Michael Haggerty
· 14 years ago
d175129
Change parse_attr() to take a pointer to struct attr_state
by Michael Haggerty
· 14 years ago
4c7517c
Increment num_attr in parse_attr_line(), not parse_attr()
by Michael Haggerty
· 14 years ago
ba845b7
Document struct match_attr
by Michael Haggerty
· 14 years ago
86ab7f0
Add a file comment
by Michael Haggerty
· 14 years ago
d932f4e
Rename git_checkattr() to git_check_attr()
by Michael Haggerty
· 14 years ago
ee548df
Allow querying all attributes on a file
by Michael Haggerty
· 14 years ago
7373eab
Remove redundant check
by Michael Haggerty
· 14 years ago
cd93bff
Remove redundant call to bootstrap_attr_stack()
by Michael Haggerty
· 14 years ago
2d72174
Extract a function collect_all_attrs()
by Michael Haggerty
· 14 years ago
a872701
Teach prepare_attr_stack() to figure out dirlen itself
by Michael Haggerty
· 14 years ago
352404a
Provide access to the name attribute of git_attr
by Michael Haggerty
· 14 years ago
c0b13b2
Disallow the empty string as an attribute name
by Michael Haggerty
· 14 years ago
d42453a
Remove anachronism from comment
by Michael Haggerty
· 14 years ago
c514772
sparse: Fix some "symbol not declared" warnings
by Ramsay Jones
· 14 years ago
e91b6c5
gitattributes: drop support for GIT_ATTR_NOGLOBAL
by Jonathan Nieder
· 14 years ago
6df42ab
Add global and system-wide gitattributes
by Petr Onderka
· 15 years ago
d5cff17
Merge branch 'eb/core-eol'
by Junio C Hamano
· 15 years ago
5ec3e67
Rename the "crlf" attribute "text"
by Eyvind Bernhardsen
· 15 years ago
ec775c4
attr: Expand macros immediately when encountered.
by Henrik Grubbström
· 15 years ago
969f9d7
attr: Allow multiple changes to an attribute on the same line.
by Henrik Grubbström
· 15 years ago
426c27b
attr: Fixed debug output for macro expansion.
by Henrik Grubbström
· 15 years ago
7fb0eaa
git_attr(): fix function signature
by Junio C Hamano
· 15 years ago
d4c9856
attr: plug minor memory leak
by René Scharfe
· 16 years ago
48fb7de
Fix big left-shifts of unsigned char
by Linus Torvalds
· 16 years ago
4b25d09
Fix a bunch of pointer declarations (codestyle)
by Felipe Contreras
· 16 years ago
4191e80
attr: add GIT_ATTR_INDEX "direction"
by Nguyễn Thái Ngọc Duy
· 16 years ago
06f33c1
Read attributes from the index that is being checked out
by Junio C Hamano
· 16 years ago
f66cf96
Fix buffer overflow in prepare_attr_stack
by Dmitry Potapov
· 17 years ago
2d35d55
Ignore .gitattributes in bare repositories
by René Scharfe
· 17 years ago
82881b3
gitattributes: Fix subdirectory attributes specified from root directory
by Matthew Ogilvie
· 17 years ago
cf94ccd
gitattributes: fix relative path matching
by Junio C Hamano
· 17 years ago
f5bf6fe
Merge branch 'maint'
by Shawn O. Pearce
· 17 years ago
d7b0a09
attr: fix segfault in gitattributes parsing code
by Steffen Prohaska
· 17 years ago
182af83
Use xmemdupz() in many places.
by Pierre Habouzit
· 18 years ago
1a9d7e9
attr.c: read .gitattributes from index as well.
by Junio C Hamano
· 18 years ago
Next »