Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Do not report size of the object that cannot be written in local-pull.c
[gitweb.git]
/
diff-files.c
diff --git
a/diff-files.c
b/diff-files.c
index 0cf2c244100e4266c00eddf430a28ed2d859fa4a..c51edc3315100d8ec75eec72ec2f8a7e3753ad98 100644
(file)
--- a/
diff-files.c
+++ b/
diff-files.c
@@
-111,7
+111,7
@@
int main(int argc, char **argv)
continue;
}
- if (stat(ce->name, &st) < 0) {
+ if (
l
stat(ce->name, &st) < 0) {
if (errno != ENOENT) {
perror(ce->name);
continue;