| Commit message (Expand) | Author | Age |
... | |
| * | | 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 |
* | Fix buffer overflow in prepare_attr_stack | Dmitry Potapov | 2008-07-16 |
* | Ignore .gitattributes in bare repositories | René Scharfe | 2008-06-09 |
* | gitattributes: Fix subdirectory attributes specified from root directory | Matthew Ogilvie | 2008-04-22 |
* | gitattributes: fix relative path matching | Junio C Hamano | 2008-02-07 |
* | Merge branch 'maint' | Shawn O. Pearce | 2007-10-19 |
|\ |
|
| * | attr: fix segfault in gitattributes parsing code | Steffen Prohaska | 2007-10-18 |
* | | Use xmemdupz() in many places. | Pierre Habouzit | 2007-09-18 |
|/ |
|
* | attr.c: read .gitattributes from index as well. | Junio C Hamano | 2007-08-14 |
* | attr.c: refactoring | Junio C Hamano | 2007-08-14 |
* | Fix crash in t0020 (crlf conversion) | Alex Riesen | 2007-04-22 |
* | Fix funny types used in attribute value representation | Junio C Hamano | 2007-04-18 |
* | Allow more than true/false to attributes. | Junio C Hamano | 2007-04-17 |
* | Change attribute negation marker from '!' to '-'. | Junio C Hamano | 2007-04-15 |
* | Define a built-in attribute macro "binary". | Junio C Hamano | 2007-04-15 |
* | attribute macro support | Junio C Hamano | 2007-04-15 |
* | Teach 'diff' about 'diff' attribute. | Junio C Hamano | 2007-04-14 |
* | Define 'crlf' attribute. | Junio C Hamano | 2007-04-14 |
* | Add basic infrastructure to assign attributes to paths | Junio C Hamano | 2007-04-14 |