diff options
author | Vicent Martà <tanoku@gmail.com> | 2012-03-01 01:16:25 +0100 |
---|---|---|
committer | Vicent Martà <tanoku@gmail.com> | 2012-03-01 01:16:50 +0100 |
commit | c5266ebac5d9753029f8b10598862cb2b7e13b55 (patch) | |
tree | abf8e47dac9e69b8b148cf39540913525d4ba1df /src/repository.h | |
parent | c5e944820ab50f6106ab4f86f37d087a74acc595 (diff) | |
download | libgit2-c5266ebac5d9753029f8b10598862cb2b7e13b55.tar.gz |
filter: Precache the filter config options on load
Diffstat (limited to 'src/repository.h')
-rw-r--r-- | src/repository.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repository.h b/src/repository.h index fa19d2e38..48505028c 100644 --- a/src/repository.h +++ b/src/repository.h @@ -48,7 +48,7 @@ struct git_repository { unsigned int lru_counter; struct { - int core_eol; + int eol; int auto_crlf; } filter_options; }; |