Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Martí <tanoku@gmail.com>2012-03-01 04:16:25 +0400
committerVicent Martí <tanoku@gmail.com>2012-03-01 04:16:50 +0400
commitc5266ebac5d9753029f8b10598862cb2b7e13b55 (patch)
treeabf8e47dac9e69b8b148cf39540913525d4ba1df /src/repository.h
parentc5e944820ab50f6106ab4f86f37d087a74acc595 (diff)
filter: Precache the filter config options on load
Diffstat (limited to 'src/repository.h')
-rw-r--r--src/repository.h2
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;
};