Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fix typo in git-am manpage
[gitweb.git]
/
entry.c
diff --git
a/entry.c
b/entry.c
index 0ebf0f0c1996b3f5ec3e16e0b557294f255b7b29..c2641ddefdfde5ccb08af900ac48378231f969c7 100644
(file)
--- a/
entry.c
+++ b/
entry.c
@@
-89,6
+89,7
@@
static int write_entry(struct cache_entry *ce, char *path, struct checkout *stat
return error("git-checkout-index: unable to create file %s (%s)",
path, strerror(errno));
}
+ /* FIXME: LF -> CRLF conversion goes here, based on "ce->name" */
wrote = write_in_full(fd, new, size);
close(fd);
free(new);