summaryrefslogtreecommitdiff
path: root/src/repository.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/repository.h')
-rw-r--r--src/repository.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/repository.h b/src/repository.h
index 516fd10be..fa19d2e38 100644
--- a/src/repository.h
+++ b/src/repository.h
@@ -46,6 +46,11 @@ struct git_repository {
unsigned is_bare:1;
unsigned int lru_counter;
+
+ struct {
+ int core_eol;
+ int auto_crlf;
+ } filter_options;
};
/* fully free the object; internal method, do not