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
*
Merge branch 'jk/config-warn-on-inaccessible-paths'
Junio C Hamano
2012-09-17
|
\
|
*
attr: failure to open a .gitattributes file is OK with ENOTDIR
Junio C Hamano
2012-09-13
*
|
Merge branch 'jc/ll-merge-binary-ours'
Junio C Hamano
2012-09-14
|
\
\
|
|
/
|
/
|
|
*
attr: "binary" attribute should choose built-in "binary" merge driver
Junio C Hamano
2012-09-08
*
|
warn_on_inaccessible(): a helper to warn on inaccessible paths
Junio C Hamano
2012-08-21
*
|
attr: warn on inaccessible attribute files
Jeff King
2012-08-21
*
|
attr: make sure we have an xdg path before using it
Jeff King
2012-07-24
*
|
Let core.attributesfile default to $XDG_CONFIG_HOME/git/attributes
Huynh Khoi Nguyen Nguyen
2012-06-25
|
/
*
Merge branch 'maint-1.7.6' into maint-1.7.7
Junio C Hamano
2012-01-11
|
\
|
*
attr: fix leak in free_attr_elem
Jeff King
2012-01-11
*
|
Merge the attributes fix in from maint-1.6.6 branch
Junio C Hamano
2012-01-10
|
\
\
|
|
/
|
*
attr.c: clarify the logic to pop attr_stack
Junio C Hamano
2012-01-10
|
*
attr.c: make bootstrap_attr_stack() leave early
Junio C Hamano
2012-01-10
|
*
attr: drop misguided defensive coding
Jeff King
2012-01-10
|
*
attr: don't confuse prefixes with leading directories
Jeff King
2012-01-10
*
|
attr.c: respect core.ignorecase when matching attribute patterns
Brandon Casey
2011-10-11
*
|
attr: read core.attributesfile from git_default_core_config
Junio C Hamano
2011-10-06
*
|
cleanup: use internal memory allocation wrapper functions everywhere
Brandon Casey
2011-10-06
*
|
attr.c: avoid inappropriate access to strbuf "buf" member
Brandon Casey
2011-10-06
*
|
Merge branch 'mh/attr'
Junio C Hamano
2011-08-28
|
\
\
|
*
|
Unroll the loop over passes
Michael Haggerty
2011-08-14
|
*
|
Change while loop into for loop
Michael Haggerty
2011-08-14
|
*
|
Determine the start of the states outside of the pass loop
Michael Haggerty
2011-08-14
|
*
|
Change parse_attr() to take a pointer to struct attr_state
Michael Haggerty
2011-08-14
|
*
|
Increment num_attr in parse_attr_line(), not parse_attr()
Michael Haggerty
2011-08-14
|
*
|
Document struct match_attr
Michael Haggerty
2011-08-14
|
*
|
Add a file comment
Michael Haggerty
2011-08-14
|
|
/
*
|
Rename git_checkattr() to git_check_attr()
Michael Haggerty
2011-08-04
*
|
Allow querying all attributes on a file
Michael Haggerty
2011-08-04
*
|
Remove redundant check
Michael Haggerty
2011-08-04
*
|
Remove redundant call to bootstrap_attr_stack()
Michael Haggerty
2011-08-04
*
|
Extract a function collect_all_attrs()
Michael Haggerty
2011-08-04
*
|
Teach prepare_attr_stack() to figure out dirlen itself
Michael Haggerty
2011-08-04
*
|
Provide access to the name attribute of git_attr
Michael Haggerty
2011-08-04
*
|
Disallow the empty string as an attribute name
Michael Haggerty
2011-08-04
*
|
Remove anachronism from comment
Michael Haggerty
2011-08-04
|
/
*
sparse: Fix some "symbol not declared" warnings
Ramsay Jones
2011-04-22
*
gitattributes: drop support for GIT_ATTR_NOGLOBAL
Jonathan Nieder
2011-03-15
*
Add global and system-wide gitattributes
Petr Onderka
2010-09-01
*
Merge branch 'eb/core-eol'
Junio C Hamano
2010-06-21
|
\
|
*
Rename the "crlf" attribute "text"
Eyvind Bernhardsen
2010-05-19
*
|
attr: Expand macros immediately when encountered.
Henrik Grubbström
2010-04-10
*
|
attr: Allow multiple changes to an attribute on the same line.
Henrik Grubbström
2010-04-10
*
|
attr: Fixed debug output for macro expansion.
Henrik Grubbström
2010-04-10
|
/
*
git_attr(): fix function signature
Junio C Hamano
2010-01-16
*
attr: plug minor memory leak
René Scharfe
2009-06-30
*
Fix big left-shifts of unsigned char
Linus Torvalds
2009-06-18
*
Fix a bunch of pointer declarations (codestyle)
Felipe Contreras
2009-05-01
*
attr: add GIT_ATTR_INDEX "direction"
Nguyễn Thái Ngọc Duy
2009-04-17
*
Read attributes from the index that is being checked out
Junio C Hamano
2009-03-13
[next]