index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
attr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
attr.c: respect core.ignorecase when matching attribute patterns
Brandon Casey
2011-10-11
1
-2
/
+3
*
attr: read core.attributesfile from git_default_core_config
Junio C Hamano
2011-10-06
1
-13
/
+2
*
cleanup: use internal memory allocation wrapper functions everywhere
Brandon Casey
2011-10-06
1
-1
/
+1
*
attr.c: avoid inappropriate access to strbuf "buf" member
Brandon Casey
2011-10-06
1
-13
/
+11
*
Merge branch 'mh/attr'
Junio C Hamano
2011-08-29
1
-50
/
+63
|
\
|
*
Unroll the loop over passes
Michael Haggerty
2011-08-15
1
-25
/
+26
|
*
Change while loop into for loop
Michael Haggerty
2011-08-15
1
-4
/
+1
|
*
Determine the start of the states outside of the pass loop
Michael Haggerty
2011-08-15
1
-3
/
+5
|
*
Change parse_attr() to take a pointer to struct attr_state
Michael Haggerty
2011-08-15
1
-6
/
+11
|
*
Increment num_attr in parse_attr_line(), not parse_attr()
Michael Haggerty
2011-08-15
1
-4
/
+4
|
*
Document struct match_attr
Michael Haggerty
2011-08-15
1
-0
/
+14
|
*
Add a file comment
Michael Haggerty
2011-08-15
1
-16
/
+10
*
|
Rename git_checkattr() to git_check_attr()
Michael Haggerty
2011-08-05
1
-1
/
+1
*
|
Allow querying all attributes on a file
Michael Haggerty
2011-08-05
1
-0
/
+28
*
|
Remove redundant check
Michael Haggerty
2011-08-05
1
-2
/
+1
*
|
Remove redundant call to bootstrap_attr_stack()
Michael Haggerty
2011-08-05
1
-1
/
+0
*
|
Extract a function collect_all_attrs()
Michael Haggerty
2011-08-05
1
-3
/
+14
*
|
Teach prepare_attr_stack() to figure out dirlen itself
Michael Haggerty
2011-08-05
1
-10
/
+11
*
|
Provide access to the name attribute of git_attr
Michael Haggerty
2011-08-05
1
-0
/
+5
*
|
Disallow the empty string as an attribute name
Michael Haggerty
2011-08-05
1
-1
/
+1
*
|
Remove anachronism from comment
Michael Haggerty
2011-08-05
1
-4
/
+2
|
/
*
sparse: Fix some "symbol not declared" warnings
Ramsay Jones
2011-04-22
1
-2
/
+2
*
gitattributes: drop support for GIT_ATTR_NOGLOBAL
Jonathan Nieder
2011-03-15
1
-6
/
+1
*
Add global and system-wide gitattributes
Petr Onderka
2010-09-01
1
-1
/
+51
*
Merge branch 'eb/core-eol'
Junio C Hamano
2010-06-21
1
-1
/
+1
|
\
|
*
Rename the "crlf" attribute "text"
Eyvind Bernhardsen
2010-05-20
1
-1
/
+1
*
|
attr: Expand macros immediately when encountered.
Henrik Grubbström
2010-04-11
1
-12
/
+20
*
|
attr: Allow multiple changes to an attribute on the same line.
Henrik Grubbström
2010-04-11
1
-1
/
+1
*
|
attr: Fixed debug output for macro expansion.
Henrik Grubbström
2010-04-11
1
-1
/
+3
|
/
*
git_attr(): fix function signature
Junio C Hamano
2010-01-17
1
-3
/
+8
*
attr: plug minor memory leak
René Scharfe
2009-07-01
1
-0
/
+2
*
Fix big left-shifts of unsigned char
Linus Torvalds
2009-06-18
1
-2
/
+1
*
Fix a bunch of pointer declarations (codestyle)
Felipe Contreras
2009-05-02
1
-2
/
+2
*
attr: add GIT_ATTR_INDEX "direction"
Nguyễn Thái Ngọc Duy
2009-04-18
1
-3
/
+9
*
Read attributes from the index that is being checked out
Junio C Hamano
2009-03-14
1
-18
/
+55
*
Fix buffer overflow in prepare_attr_stack
Dmitry Potapov
2008-07-16
1
-6
/
+9
*
Ignore .gitattributes in bare repositories
René Scharfe
2008-06-10
1
-21
/
+25
*
gitattributes: Fix subdirectory attributes specified from root directory
Matthew Ogilvie
2008-04-23
1
-1
/
+3
*
gitattributes: fix relative path matching
Junio C Hamano
2008-02-07
1
-3
/
+3
*
Merge branch 'maint'
Shawn O. Pearce
2007-10-19
1
-1
/
+4
|
\
|
*
attr: fix segfault in gitattributes parsing code
Steffen Prohaska
2007-10-19
1
-1
/
+4
*
|
Use xmemdupz() in many places.
Pierre Habouzit
2007-09-19
1
-6
/
+1
|
/
*
attr.c: read .gitattributes from index as well.
Junio C Hamano
2007-08-15
1
-2
/
+59
*
attr.c: refactoring
Junio C Hamano
2007-08-15
1
-26
/
+41
*
Fix crash in t0020 (crlf conversion)
Alex Riesen
2007-04-22
1
-2
/
+4
*
Fix funny types used in attribute value representation
Junio C Hamano
2007-04-19
1
-7
/
+13
*
Allow more than true/false to attributes.
Junio C Hamano
2007-04-17
1
-71
/
+123
*
Change attribute negation marker from '!' to '-'.
Junio C Hamano
2007-04-16
1
-5
/
+46
*
Define a built-in attribute macro "binary".
Junio C Hamano
2007-04-16
1
-0
/
+1
*
attribute macro support
Junio C Hamano
2007-04-16
1
-48
/
+131
[next]