diff options
| author | Junio C Hamano <gitster@pobox.com> | 2018-11-18 18:23:57 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-11-18 18:23:57 +0900 |
| commit | ca6e972dde9c2f15fb19b087b2202eee9318c6cd (patch) | |
| tree | 4adf47c9f38c137b3e30dcff11369d4ec9529839 | |
| parent | 0466aebd3a195ded2731cc3b60c44f664fe00a65 (diff) | |
| parent | 54709d520466d6e1d2feab6499a3fc6bf348e32a (diff) | |
| download | git-ca6e972dde9c2f15fb19b087b2202eee9318c6cd.tar.gz | |
Merge branch 'nd/command-list-gen-fix'
Build tweak.
* nd/command-list-gen-fix:
build: fix broken command-list.h generation with core.autocrlf
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 49b3051641..acf853e029 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,7 +5,7 @@ *.pl eof=lf diff=perl *.pm eol=lf diff=perl *.py eol=lf diff=python -/Documentation/git-*.txt eol=lf +/Documentation/**/*.txt eol=lf /command-list.txt eol=lf /GIT-VERSION-GEN eol=lf /mergetools/* eol=lf |
