| Commit message (Expand) | Author | Age | Files | Lines |
* | t0020-crlf.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-29 | 1 | -21/+21 |
* | diff: demote core.safecrlf=true to core.safecrlf=warn | Junio C Hamano | 2013-06-25 | 1 | -0/+8 |
* | tests: add missing &&, batch 2 | Jonathan Nieder | 2010-11-09 | 1 | -1/+1 |
* | autocrlf: Make it work also for un-normalized repositories | Finn Arne Gangstad | 2010-05-11 | 1 | -0/+52 |
* | tests: consolidate CR removal/addition functions | Stephen Boyd | 2010-01-25 | 1 | -34/+21 |
* | Add a test for checking whether gitattributes is honored by checkout. | Kristian Amlie | 2009-03-20 | 1 | -0/+31 |
* | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 2008-07-13 | 1 | -4/+4 |
* | more tr portability test script fixes | Jeff King | 2008-03-13 | 1 | -1/+1 |
* | safecrlf: Add mechanism to warn about irreversible crlf conversions | Steffen Prohaska | 2008-02-06 | 1 | -0/+58 |
* | Officially deprecate repo-config. | Junio C Hamano | 2008-01-17 | 1 | -12/+12 |
* | the use of 'tr' in the test suite isn't really portable | H.Merijn Brand | 2007-12-17 | 1 | -1/+1 |
* | attr: fix segfault in gitattributes parsing code | Steffen Prohaska | 2007-10-18 | 1 | -0/+7 |
* | attr.c: read .gitattributes from index as well. | Junio C Hamano | 2007-08-14 | 1 | -0/+81 |
* | Update 'crlf' attribute semantics. | Junio C Hamano | 2007-04-19 | 1 | -11/+63 |
* | Change attribute negation marker from '!' to '-'. | Junio C Hamano | 2007-04-15 | 1 | -1/+1 |
* | Define 'crlf' attribute. | Junio C Hamano | 2007-04-14 | 1 | -0/+24 |
* | Teach core.autocrlf to 'git apply' | Junio C Hamano | 2007-02-17 | 1 | -4/+15 |
* | t0020: add test for auto-crlf | Junio C Hamano | 2007-02-14 | 1 | -0/+206 |