Code

Merge branch 'tr/maint-bundle-boundary' into maint-1.7.8
[git.git] / sha1_file.c
index 833f5b9b5820ce60f9fb99f6c9bcdb313ae8fca9..956422ba4a5df5f46caaf85f10e4c85321439272 100644 (file)
@@ -2617,7 +2617,7 @@ static int index_mem(unsigned char *sha1, void *buf, size_t size,
        if ((type == OBJ_BLOB) && path) {
                struct strbuf nbuf = STRBUF_INIT;
                if (convert_to_git(path, buf, size, &nbuf,
-                                  write_object ? safe_crlf : 0)) {
+                                  write_object ? safe_crlf : SAFE_CRLF_FALSE)) {
                        buf = strbuf_detach(&nbuf, &size);
                        re_allocated = 1;
                }