Age | Commit message (Expand) | Author | Files | Lines |
2012-01-11 | Merge branch 'maint-1.7.6' into maint-1.7.7 | Junio C Hamano | 1 | -0/+1 |
2012-01-11 | attr: fix leak in free_attr_elem | Jeff King | 1 | -0/+1 |
2012-01-10 | Merge the attributes fix in from maint-1.6.6 branch | Junio C Hamano | 1 | -32/+43 |
2012-01-10 | attr.c: clarify the logic to pop attr_stack | Junio C Hamano | 1 | -1/+10 |
2012-01-10 | attr.c: make bootstrap_attr_stack() leave early | Junio C Hamano | 1 | -30/+31 |
2012-01-10 | attr: drop misguided defensive coding | Jeff King | 1 | -1/+1 |
2012-01-10 | attr: don't confuse prefixes with leading directories | Jeff King | 1 | -1/+2 |
2011-10-11 | attr.c: respect core.ignorecase when matching attribute patterns | Brandon Casey | 1 | -2/+3 |
2011-10-06 | attr: read core.attributesfile from git_default_core_config | Junio C Hamano | 1 | -13/+2 |
2011-10-06 | cleanup: use internal memory allocation wrapper functions everywhere | Brandon Casey | 1 | -1/+1 |
2011-10-06 | attr.c: avoid inappropriate access to strbuf "buf" member | Brandon Casey | 1 | -13/+11 |
2011-08-28 | Merge branch 'mh/attr' | Junio C Hamano | 1 | -50/+63 |
2011-08-14 | Unroll the loop over passes | Michael Haggerty | 1 | -25/+26 |
2011-08-14 | Change while loop into for loop | Michael Haggerty | 1 | -4/+1 |
2011-08-14 | Determine the start of the states outside of the pass loop | Michael Haggerty | 1 | -3/+5 |
2011-08-14 | Change parse_attr() to take a pointer to struct attr_state | Michael Haggerty | 1 | -6/+11 |
2011-08-14 | Increment num_attr in parse_attr_line(), not parse_attr() | Michael Haggerty | 1 | -4/+4 |
2011-08-14 | Document struct match_attr | Michael Haggerty | 1 | -0/+14 |
2011-08-14 | Add a file comment | Michael Haggerty | 1 | -16/+10 |
2011-08-04 | Rename git_checkattr() to git_check_attr() | Michael Haggerty | 1 | -1/+1 |
2011-08-04 | Allow querying all attributes on a file | Michael Haggerty | 1 | -0/+28 |
2011-08-04 | Remove redundant check | Michael Haggerty | 1 | -2/+1 |
2011-08-04 | Remove redundant call to bootstrap_attr_stack() | Michael Haggerty | 1 | -1/+0 |
2011-08-04 | Extract a function collect_all_attrs() | Michael Haggerty | 1 | -3/+14 |
2011-08-04 | Teach prepare_attr_stack() to figure out dirlen itself | Michael Haggerty | 1 | -10/+11 |
2011-08-04 | Provide access to the name attribute of git_attr | Michael Haggerty | 1 | -0/+5 |
2011-08-04 | Disallow the empty string as an attribute name | Michael Haggerty | 1 | -1/+1 |
2011-08-04 | Remove anachronism from comment | Michael Haggerty | 1 | -4/+2 |
2011-04-22 | sparse: Fix some "symbol not declared" warnings | Ramsay Jones | 1 | -2/+2 |
2011-03-15 | gitattributes: drop support for GIT_ATTR_NOGLOBAL | Jonathan Nieder | 1 | -6/+1 |
2010-09-01 | Add global and system-wide gitattributes | Petr Onderka | 1 | -1/+51 |
2010-06-21 | Merge branch 'eb/core-eol' | Junio C Hamano | 1 | -1/+1 |
2010-05-19 | Rename the "crlf" attribute "text" | Eyvind Bernhardsen | 1 | -1/+1 |
2010-04-10 | attr: Expand macros immediately when encountered. | Henrik Grubbström | 1 | -12/+20 |
2010-04-10 | attr: Allow multiple changes to an attribute on the same line. | Henrik Grubbström | 1 | -1/+1 |
2010-04-10 | attr: Fixed debug output for macro expansion. | Henrik Grubbström | 1 | -1/+3 |
2010-01-16 | git_attr(): fix function signature | Junio C Hamano | 1 | -3/+8 |
2009-06-30 | attr: plug minor memory leak | René Scharfe | 1 | -0/+2 |
2009-06-18 | Fix big left-shifts of unsigned char | Linus Torvalds | 1 | -2/+1 |
2009-05-01 | Fix a bunch of pointer declarations (codestyle) | Felipe Contreras | 1 | -2/+2 |
2009-04-17 | attr: add GIT_ATTR_INDEX "direction" | Nguyễn Thái Ngọc Duy | 1 | -3/+9 |
2009-03-13 | Read attributes from the index that is being checked out | Junio C Hamano | 1 | -18/+55 |
2008-07-16 | Fix buffer overflow in prepare_attr_stack | Dmitry Potapov | 1 | -6/+9 |
2008-06-09 | Ignore .gitattributes in bare repositories | René Scharfe | 1 | -21/+25 |
2008-04-22 | gitattributes: Fix subdirectory attributes specified from root directory | Matthew Ogilvie | 1 | -1/+3 |
2008-02-07 | gitattributes: fix relative path matching | Junio C Hamano | 1 | -3/+3 |
2007-10-19 | Merge branch 'maint' | Shawn O. Pearce | 1 | -1/+4 |
2007-10-18 | attr: fix segfault in gitattributes parsing code | Steffen Prohaska | 1 | -1/+4 |
2007-09-18 | Use xmemdupz() in many places. | Pierre Habouzit | 1 | -6/+1 |
2007-08-14 | attr.c: read .gitattributes from index as well. | Junio C Hamano | 1 | -2/+59 |