diff options
author | Vicent Martà <vicent@github.com> | 2013-03-25 14:42:53 -0700 |
---|---|---|
committer | Vicent Martà <vicent@github.com> | 2013-03-25 14:42:53 -0700 |
commit | f17951d6ea4ba18c68716a89d7b7464e40ec98f7 (patch) | |
tree | 468b0ba5739118b56d1961063655ffbbf95d8a12 /src/checkout.c | |
parent | 13640d1bb8376e3f07f66498a5b9bdde9ff3d7d6 (diff) | |
parent | 3658e81e3499f874dc9f323d4d9127df7e219e12 (diff) | |
download | libgit2-f17951d6ea4ba18c68716a89d7b7464e40ec98f7.tar.gz |
Merge pull request #1431 from libgit2/autocrlf-fixes
Fix crlf handling, particularly when autocrlf=true
Diffstat (limited to 'src/checkout.c')
-rw-r--r-- | src/checkout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checkout.c b/src/checkout.c index e52649aec..5a2698e41 100644 --- a/src/checkout.c +++ b/src/checkout.c @@ -23,6 +23,7 @@ #include "blob.h" #include "diff.h" #include "pathspec.h" +#include "buf_text.h" /* See docs/checkout-internals.md for more information */ |