Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/maint-i18n-diffstat'
author
Junio C Hamano
<gitster@pobox.com>
Tue, 31 Jul 2012 16:43:07 +0000
(09:43 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 31 Jul 2012 16:43:07 +0000
(09:43 -0700)
* nd/maint-i18n-diffstat:
i18n: leave \n out of translated diffstat
diff.c
patch
|
blob
|
history
raw
(from parent 1:
5fe1484
)
diff --git
a/diff.c
b/diff.c
index 62cbe141efb411e831484fc36c0cba95a2b8846b..95706a5b4098afc8f20fe53425ff760c996a3b4e 100644
(file)
--- a/
diff.c
+++ b/
diff.c
@@
-1397,7
+1397,7
@@
int print_stat_summary(FILE *fp, int files, int insertions, int deletions)
if (!files) {
assert(insertions == 0 && deletions == 0);
- return fp
uts(_(" 0 files changed\n"), fp
);
+ return fp
rintf(fp, "%s\n", _(" 0 files changed")
);
}
strbuf_addf(&sb,