summaryrefslogtreecommitdiffstats
path: root/refs.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-05-02 22:51:35 +0200
committerJunio C Hamano <gitster@pobox.com>2012-05-02 22:51:35 +0200
commit1be65eda6a7018445ebdd9cfec4b1caab4db34ba (patch)
tree948dffe3ecb2baa0667b61bae3312232235f9011 /refs.c
parentMerge branch 'mm/simple-push' (diff)
parenthelp: replace underlining "help -a" headers using hyphens with a blank line (diff)
downloadgit-1be65eda6a7018445ebdd9cfec4b1caab4db34ba.tar.xz
git-1be65eda6a7018445ebdd9cfec4b1caab4db34ba.zip
Merge branch 'nd/i18n'
More message strings marked for i18n. By Nguyễn Thái Ngọc Duy (10) and Jonathan Nieder (1) * nd/i18n: help: replace underlining "help -a" headers using hyphens with a blank line i18n: bundle: mark strings for translation i18n: index-pack: mark strings for translation i18n: apply: update say_patch_name to give translators complete sentence i18n: apply: mark strings for translation i18n: remote: mark strings for translation i18n: make warn_dangling_symref() automatically append \n i18n: help: mark strings for translation i18n: mark relative dates for translation strbuf: convenience format functions with \n automatically appended Makefile: feed all header files to xgettext
Diffstat (limited to 'refs.c')
-rw-r--r--refs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/refs.c b/refs.c
index 09322fede0..a5802e1902 100644
--- a/refs.c
+++ b/refs.c
@@ -1126,6 +1126,7 @@ static int warn_if_dangling_symref(const char *refname, const unsigned char *sha
return 0;
fprintf(d->fp, d->msg_fmt, refname);
+ fputc('\n', d->fp);
return 0;
}