Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
convert: give saner names to crlf/eol variables, types and functions
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 2b341166241c7be98fb1012871266ebb910e1226..4e9123b77bcc9eea114edf3db274e3e1a58f03e7 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-606,7
+606,7
@@
enum eol {
#endif
};
-extern enum eol eol;
+extern enum eol
core_
eol;
enum branch_track {
BRANCH_TRACK_UNSPECIFIED = -1,