Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-fetch: move more code into C.
[gitweb.git]
/
diff.c
diff --git
a/diff.c
b/diff.c
index aaab3095a5f44d5d835bda4bc60112481bf94ed9..13b9b6c5602cc1aca4a95ed4d292756d3380c543 100644
(file)
--- a/
diff.c
+++ b/
diff.c
@@
-1364,6
+1364,7
@@
int diff_populate_filespec(struct diff_filespec *s, int size_only)
s->data = xmmap(NULL, s->size, PROT_READ, MAP_PRIVATE, fd, 0);
close(fd);
s->should_munmap = 1;
+ /* FIXME! CRLF -> LF conversion goes here, based on "s->path" */
}
else {
char type[20];