diff options
| author | Junio C Hamano <gitster@pobox.com> | 2011-05-16 16:47:16 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2011-05-16 16:47:16 -0700 |
| commit | fb539696861ce2d924245ea34fe3aa467406a495 (patch) | |
| tree | a4ae3a85d0e16be3adcfb224bbd8595a8ca33b29 /cache.h | |
| parent | 7a77754cf6fde7b513da1283fe76179ffa930ecc (diff) | |
| parent | 3bfba20dae16384cb7112268462bd01d30d4a698 (diff) | |
| download | git-fb539696861ce2d924245ea34fe3aa467406a495.tar.xz | |
Merge branch 'jc/convert'
* jc/convert:
convert: make it harder to screw up adding a conversion attribute
convert: make it safer to add conversion attributes
convert: give saner names to crlf/eol variables, types and functions
convert: rename the "eol" global variable to "core_eol"
Diffstat (limited to 'cache.h')
| -rw-r--r-- | cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -606,7 +606,7 @@ enum eol { #endif }; -extern enum eol eol; +extern enum eol core_eol; enum branch_track { BRANCH_TRACK_UNSPECIFIED = -1, |
