49 Commits (821b315ebebd5371abd9124478261064b36a6592)

Author SHA1 Message Date
Michael Haggerty d68e1c183c Unroll the loop over passes 14 years ago
Michael Haggerty e0a5f9aaae Change while loop into for loop 14 years ago
Michael Haggerty 85c4a0d048 Determine the start of the states outside of the pass loop 14 years ago
Michael Haggerty d175129857 Change parse_attr() to take a pointer to struct attr_state 14 years ago
Michael Haggerty 4c7517c9cc Increment num_attr in parse_attr_line(), not parse_attr() 14 years ago
Michael Haggerty ba845b7550 Document struct match_attr 14 years ago
Michael Haggerty 86ab7f0cca Add a file comment 14 years ago
Michael Haggerty d932f4eb9f Rename git_checkattr() to git_check_attr() 14 years ago
Michael Haggerty ee548df300 Allow querying all attributes on a file 14 years ago
Michael Haggerty 7373eab48e Remove redundant check 14 years ago
Michael Haggerty cd93bffb91 Remove redundant call to bootstrap_attr_stack() 14 years ago
Michael Haggerty 2d72174492 Extract a function collect_all_attrs() 14 years ago
Michael Haggerty a872701755 Teach prepare_attr_stack() to figure out dirlen itself 14 years ago
Michael Haggerty 352404ac4c Provide access to the name attribute of git_attr 14 years ago
Michael Haggerty c0b13b21b8 Disallow the empty string as an attribute name 14 years ago
Michael Haggerty d42453ab1a Remove anachronism from comment 14 years ago
Ramsay Jones c51477229e sparse: Fix some "symbol not declared" warnings 14 years ago
Jonathan Nieder e91b6c5049 gitattributes: drop support for GIT_ATTR_NOGLOBAL 14 years ago
Petr Onderka 6df42ab984 Add global and system-wide gitattributes 15 years ago
Eyvind Bernhardsen 5ec3e67052 Rename the "crlf" attribute "text" 15 years ago
Henrik Grubbström ec775c41dc attr: Expand macros immediately when encountered. 15 years ago
Henrik Grubbström 969f9d7322 attr: Allow multiple changes to an attribute on the same line. 15 years ago
Henrik Grubbström 426c27b7c0 attr: Fixed debug output for macro expansion. 15 years ago
Junio C Hamano 7fb0eaa289 git_attr(): fix function signature 15 years ago
René Scharfe d4c985653a attr: plug minor memory leak 16 years ago
Linus Torvalds 48fb7deb5b Fix big left-shifts of unsigned char 16 years ago
Felipe Contreras 4b25d091ba Fix a bunch of pointer declarations (codestyle) 16 years ago
Nguyễn Thái Ngọc Duy 4191e80a3e attr: add GIT_ATTR_INDEX "direction" 16 years ago
Junio C Hamano 06f33c1735 Read attributes from the index that is being checked out 16 years ago
Dmitry Potapov f66cf96d7c Fix buffer overflow in prepare_attr_stack 17 years ago
René Scharfe 2d35d556e2 Ignore .gitattributes in bare repositories 17 years ago
Matthew Ogilvie 82881b3823 gitattributes: Fix subdirectory attributes specified from root directory 17 years ago
Junio C Hamano cf94ccda35 gitattributes: fix relative path matching 17 years ago
Steffen Prohaska d7b0a09316 attr: fix segfault in gitattributes parsing code 17 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 18 years ago
Junio C Hamano 1a9d7e9b48 attr.c: read .gitattributes from index as well. 18 years ago
Junio C Hamano a44131181a attr.c: refactoring 18 years ago
Alex Riesen 4629795816 Fix crash in t0020 (crlf conversion) 18 years ago
Junio C Hamano a5e92abde6 Fix funny types used in attribute value representation 18 years ago
Junio C Hamano 515106fa13 Allow more than true/false to attributes. 18 years ago
Junio C Hamano e4aee10a2e Change attribute negation marker from '!' to '-'. 18 years ago
Junio C Hamano fc2d07b05f Define a built-in attribute macro "binary". 18 years ago
Junio C Hamano f48fd68887 attribute macro support 18 years ago
Junio C Hamano 8c701249d2 Teach 'diff' about 'diff' attribute. 18 years ago
Junio C Hamano 35ebfd6a0c Define 'crlf' attribute. 18 years ago
Junio C Hamano d0bfd026a8 Add basic infrastructure to assign attributes to paths 18 years ago