summaryrefslogtreecommitdiff
path: root/bisect.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-05 00:03:10 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-06-05 00:03:10 (GMT)
commitb19174e2f37cc696cbfded9a02c2f2fd6e93bce7 (patch)
treea006fc1e437b51f50e904ffca1e10add88b0ede8 /bisect.c
parent916a33875499a230012348ecbb8efcc305142579 (diff)
parent66f5f6dca95eda46bf02c8d06de8cb265995fd6e (diff)
downloadgit-b19174e2f37cc696cbfded9a02c2f2fd6e93bce7.zip
git-b19174e2f37cc696cbfded9a02c2f2fd6e93bce7.tar.gz
git-b19174e2f37cc696cbfded9a02c2f2fd6e93bce7.tar.bz2
Merge branch 'ab/c-translators-comment-style' into maint
Update the C style recommendation for notes for translators, as recent versions of gettext tools can work with our style of multi-line comments. * ab/c-translators-comment-style: C style: use standard style for "TRANSLATORS" comments
Diffstat (limited to 'bisect.c')
-rw-r--r--bisect.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/bisect.c b/bisect.c
index fa477a3..aaab6ad 100644
--- a/bisect.c
+++ b/bisect.c
@@ -995,8 +995,10 @@ int bisect_next_all(const char *prefix, int no_checkout)
steps_msg = xstrfmt(Q_("(roughly %d step)", "(roughly %d steps)",
steps), steps);
- /* TRANSLATORS: the last %s will be replaced with
- "(roughly %d steps)" translation */
+ /*
+ * TRANSLATORS: the last %s will be replaced with "(roughly %d
+ * steps)" translation.
+ */
printf(Q_("Bisecting: %d revision left to test after this %s\n",
"Bisecting: %d revisions left to test after this %s\n",
nr), nr, steps_msg);