summaryrefslogtreecommitdiff
path: root/src/repository.h
diff options
context:
space:
mode:
authorVicent Martí <tanoku@gmail.com>2012-02-28 01:13:32 +0100
committerVicent Martí <tanoku@gmail.com>2012-02-28 01:13:32 +0100
commit450b40cab39c786bf67e7491755e7d0b3a4dc3ba (patch)
tree8a792d866a87feec74703b958dac8e8e3ae2fbc9 /src/repository.h
parenteb8f90e523b344fc24358994ad63e737520b85b7 (diff)
downloadlibgit2-450b40cab39c786bf67e7491755e7d0b3a4dc3ba.tar.gz
filter: Load attributes for file
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