Code

Add release notes to the distribution.
[git.git] / sha1_file.c
index 0d4bf80e74b16aa089acd06c24ad1b1a039e65b5..8ad7fad825708b5a56a3bfd4b8b98708de0bb2dc 100644 (file)
@@ -2091,6 +2091,7 @@ int index_fd(unsigned char *sha1, int fd, struct stat *st, int write_object, con
 
        if (!type)
                type = blob_type;
+       /* FIXME: CRLF -> LF conversion here for blobs! We'll need the path! */
        if (write_object)
                ret = write_sha1_file(buf, size, type, sha1);
        else