Sign in
googlers
/
jrn
/
git
/
f4a55b27977aeaddbfb73041be26701bcd3868a5
/
attr.c
c4500e2
attr: remove index from git_attr_set_direction()
by Nguyễn Thái Ngọc Duy
· 7 years ago
7a400a2
attr: remove an implicit dependency on the_index
by Nguyễn Thái Ngọc Duy
· 7 years ago
033abf9
Replace all die("BUG: ...") calls by BUG() ones
by Johannes Schindelin
· 7 years ago
d807c4a
exec_cmd: rename to use dash in file name
by Stefan Beller
· 7 years ago
8b604d1
hashmap: add API to disable item counting when threaded
by Jeff Hostetler
· 8 years ago
201c14e
attr.c: drop hashmap_cmp_fn cast
by Stefan Beller
· 8 years ago
7663cdc
hashmap.h: compare function has access to a data field
by Stefan Beller
· 8 years ago
50f03c6
Merge branch 'ab/free-and-null'
by Junio C Hamano
· 8 years ago
f31d23a
Merge branch 'bw/config-h'
by Junio C Hamano
· 8 years ago
6a83d90
coccinelle: make use of the "type" FREE_AND_NULL() rule
by Ævar Arnfjörð Bjarmason
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
e9d983f
wrapper.c: add and use fopen_or_warn()
by Nguyễn Thái Ngọc Duy
· 8 years ago
b0db704
pathspec: allow querying for attributes
by Brandon Williams
· 8 years ago
f0dd042
attr: reformat git_attr_set_direction() function
by Brandon Williams
· 8 years ago
0787daf
attr: push the bare repo check into read_attr()
by Brandon Williams
· 8 years ago
dc81cf3
attr: store attribute stack in attr_check structure
by Brandon Williams
· 8 years ago
e810e06
attr: tighten const correctness with git_attr and match_attr
by Brandon Williams
· 8 years ago
60a1272
attr: remove maybe-real, maybe-macro from git_attr
by Brandon Williams
· 8 years ago
685b292
attr: eliminate global check_all_attr array
by Brandon Williams
· 8 years ago
1a600b7
attr: use hashmap for attribute dictionary
by Brandon Williams
· 8 years ago
428103c
attr: change validity check for attribute names to use positive logic
by Junio C Hamano
· 8 years ago
6bc2e3f
attr: pass struct attr_check to collect_some_attrs
by Brandon Williams
· 8 years ago
1295c21
attr: retire git_check_attrs() API
by Junio C Hamano
· 8 years ago
7f86411
attr: convert git_all_attrs() to use "struct attr_check"
by Junio C Hamano
· 8 years ago
3729376
attr: (re)introduce git_check_attr() and struct attr_check
by Junio C Hamano
· 8 years ago
7bd1805
attr: rename function and struct related to checking attributes
by Junio C Hamano
· 8 years ago
7d42ec5
attr.c: outline the future plans by heavily commenting
by Junio C Hamano
· 8 years ago
4c0ce07
attr.c: add push_stack() helper
by Junio C Hamano
· 8 years ago
860a74d
attr: support quoting pathname patterns in C style
by Nguyễn Thái Ngọc Duy
· 8 years ago
62af896
attr.c: plug small leak in parse_attr_line()
by Junio C Hamano
· 8 years ago
ec4d77a
attr.c: tighten constness around "git_attr" structure
by Junio C Hamano
· 8 years ago
4b0c696
attr.c: simplify macroexpand_one()
by Junio C Hamano
· 8 years ago
034d35c
attr.c: mark where #if DEBUG ends more clearly
by Junio C Hamano
· 8 years ago
6f416cb
attr.c: complete a sentence in a comment
by Junio C Hamano
· 8 years ago
5a88401
attr.c: explain the lack of attr-name syntax check in parse_attr()
by Junio C Hamano
· 8 years ago
4894f4f
attr.c: update a stale comment on "struct match_attr"
by Junio C Hamano
· 8 years ago
263434f
attr.c: use strchrnul() to scan for one line
by Junio C Hamano
· 8 years ago
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
· 12 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
Next »