index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
attr.c
Commit message (
Expand
)
Author
Age
*
hashmap.h: compare function has access to a data field
Stefan Beller
2017-06-30
*
Merge branch 'ab/free-and-null'
Junio C Hamano
2017-06-24
|
\
|
*
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
2017-06-16
*
|
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
|
\
\
|
|
/
|
/
|
|
*
config: don't include config.h by default
Brandon Williams
2017-06-15
*
|
wrapper.c: add and use fopen_or_warn()
Nguyễn Thái Ngọc Duy
2017-05-26
|
/
*
pathspec: allow querying for attributes
Brandon Williams
2017-03-13
*
attr: reformat git_attr_set_direction() function
Brandon Williams
2017-02-01
*
attr: push the bare repo check into read_attr()
Brandon Williams
2017-02-01
*
attr: store attribute stack in attr_check structure
Brandon Williams
2017-02-01
*
attr: tighten const correctness with git_attr and match_attr
Brandon Williams
2017-02-01
*
attr: remove maybe-real, maybe-macro from git_attr
Brandon Williams
2017-02-01
*
attr: eliminate global check_all_attr array
Brandon Williams
2017-02-01
*
attr: use hashmap for attribute dictionary
Brandon Williams
2017-02-01
*
attr: change validity check for attribute names to use positive logic
Junio C Hamano
2017-02-01
*
attr: pass struct attr_check to collect_some_attrs
Brandon Williams
2017-02-01
*
attr: retire git_check_attrs() API
Junio C Hamano
2017-02-01
*
attr: convert git_all_attrs() to use "struct attr_check"
Junio C Hamano
2017-02-01
*
attr: (re)introduce git_check_attr() and struct attr_check
Junio C Hamano
2017-02-01
*
attr: rename function and struct related to checking attributes
Junio C Hamano
2017-02-01
*
attr.c: outline the future plans by heavily commenting
Junio C Hamano
2017-02-01
*
attr.c: add push_stack() helper
Junio C Hamano
2017-02-01
*
attr: support quoting pathname patterns in C style
Nguyễn Thái Ngọc Duy
2017-02-01
*
attr.c: plug small leak in parse_attr_line()
Junio C Hamano
2017-02-01
*
attr.c: tighten constness around "git_attr" structure
Junio C Hamano
2017-02-01
*
attr.c: simplify macroexpand_one()
Junio C Hamano
2017-02-01
*
attr.c: mark where #if DEBUG ends more clearly
Junio C Hamano
2017-02-01
*
attr.c: complete a sentence in a comment
Junio C Hamano
2017-02-01
*
attr.c: explain the lack of attr-name syntax check in parse_attr()
Junio C Hamano
2017-02-01
*
attr.c: update a stale comment on "struct match_attr"
Junio C Hamano
2017-02-01
*
attr.c: use strchrnul() to scan for one line
Junio C Hamano
2017-02-01
*
read info/{attributes,exclude} only when in repository
Jeff King
2016-10-26
*
Merge branch 'ss/exc-flag-is-a-collection-of-bits'
Junio C Hamano
2016-04-06
|
\
|
*
dir: store EXC_FLAG_* values in unsigned integers
Saurav Sachidanand
2016-03-01
|
*
Merge branch 'pt/xdg-config-path' into maint
Junio C Hamano
2015-06-05
|
|
\
|
*
\
Merge branch 'cn/bom-in-gitignore' into maint
Junio C Hamano
2015-05-13
|
|
\
\
*
|
|
|
convert trivial cases to FLEX_ARRAY macros
Jeff King
2016-02-22
*
|
|
|
convert trivial cases to ALLOC_ARRAY
Jeff King
2016-02-22
*
|
|
|
memoize common git-path "constant" files
Jeff King
2015-08-10
*
|
|
|
Merge branch 'pt/xdg-config-path'
Junio C Hamano
2015-05-11
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
attr.c: replace home_config_paths() with xdg_config_home()
Paul Tan
2015-05-06
*
|
|
|
Merge branch 'cn/bom-in-gitignore'
Junio C Hamano
2015-05-05
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
attr: skip UTF8 BOM at the beginning of the input file
Junio C Hamano
2015-04-16
|
|
/
*
|
attr: avoid heavy work when we know the specified attr is not defined
Nguyễn Thái Ngọc Duy
2014-12-29
*
|
attr: do not attempt to expand when we know it's not a macro
Nguyễn Thái Ngọc Duy
2014-12-29
*
|
attr.c: rename arg name attr_nr to avoid shadowing the global one
Nguyễn Thái Ngọc Duy
2014-12-29
|
/
*
use REALLOC_ARRAY for changing the allocation size of arrays
René Scharfe
2014-09-18
*
attr.c: use ALLOC_GROW() in handle_attr_line()
Dmitry S. Dolzhenko
2014-03-03
*
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-12-05
*
Merge branch 'lf/read-blob-data-from-index'
Junio C Hamano
2013-04-21
|
\
[next]