index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
attr.c
Age
Commit message (
Expand
)
Author
Lines
2010-06-21
Merge branch 'eb/core-eol'
Junio C Hamano
-1
/
+1
2010-05-19
Rename the "crlf" attribute "text"
Eyvind Bernhardsen
-1
/
+1
2010-04-10
attr: Expand macros immediately when encountered.
Henrik Grubbström
-12
/
+20
2010-04-10
attr: Allow multiple changes to an attribute on the same line.
Henrik Grubbström
-1
/
+1
2010-04-10
attr: Fixed debug output for macro expansion.
Henrik Grubbström
-1
/
+3
2010-01-16
git_attr(): fix function signature
Junio C Hamano
-3
/
+8
2009-06-30
attr: plug minor memory leak
René Scharfe
-0
/
+2
2009-06-18
Fix big left-shifts of unsigned char
Linus Torvalds
-2
/
+1
2009-05-01
Fix a bunch of pointer declarations (codestyle)
Felipe Contreras
-2
/
+2
2009-04-17
attr: add GIT_ATTR_INDEX "direction"
Nguyễn Thái Ngọc Duy
-3
/
+9
2009-03-13
Read attributes from the index that is being checked out
Junio C Hamano
-18
/
+55
2008-07-16
Fix buffer overflow in prepare_attr_stack
Dmitry Potapov
-6
/
+9
2008-06-09
Ignore .gitattributes in bare repositories
René Scharfe
-21
/
+25
2008-04-22
gitattributes: Fix subdirectory attributes specified from root directory
Matthew Ogilvie
-1
/
+3
2008-02-07
gitattributes: fix relative path matching
Junio C Hamano
-3
/
+3
2007-10-19
Merge branch 'maint'
Shawn O. Pearce
-1
/
+4
2007-10-18
attr: fix segfault in gitattributes parsing code
Steffen Prohaska
-1
/
+4
2007-09-18
Use xmemdupz() in many places.
Pierre Habouzit
-6
/
+1
2007-08-14
attr.c: read .gitattributes from index as well.
Junio C Hamano
-2
/
+59
2007-08-14
attr.c: refactoring
Junio C Hamano
-26
/
+41
2007-04-22
Fix crash in t0020 (crlf conversion)
Alex Riesen
-2
/
+4
2007-04-18
Fix funny types used in attribute value representation
Junio C Hamano
-7
/
+13
2007-04-17
Allow more than true/false to attributes.
Junio C Hamano
-71
/
+123
2007-04-15
Change attribute negation marker from '!' to '-'.
Junio C Hamano
-5
/
+46
2007-04-15
Define a built-in attribute macro "binary".
Junio C Hamano
-0
/
+1
2007-04-15
attribute macro support
Junio C Hamano
-48
/
+131
2007-04-14
Teach 'diff' about 'diff' attribute.
Junio C Hamano
-18
/
+0
2007-04-14
Define 'crlf' attribute.
Junio C Hamano
-0
/
+18
2007-04-14
Add basic infrastructure to assign attributes to paths
Junio C Hamano
-0
/
+380