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 08:06:47 +0400
committerVicent Martí <tanoku@gmail.com>2012-03-01 08:06:47 +0400
commit788430c8e3fa90dd965b44fb31ba8b2eece2ca37 (patch)
treee853a2864add03e28839bd3fcf25a133a16f2c70 /src/repository.h
parentc5266ebac5d9753029f8b10598862cb2b7e13b55 (diff)
filter: Properly cache filter settings
Diffstat (limited to 'src/repository.h')
-rw-r--r--src/repository.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/repository.h b/src/repository.h
index 48505028c..83f088821 100644
--- a/src/repository.h
+++ b/src/repository.h
@@ -48,6 +48,7 @@ struct git_repository {
unsigned int lru_counter;
struct {
+ int loaded;
int eol;
int auto_crlf;
} filter_options;