diff options
| author | Junio C Hamano <gitster@pobox.com> | 2014-04-21 10:42:52 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2014-04-21 10:42:52 -0700 |
| commit | 8fe3ee67adcd2ee9372c7044fa311ce55eb285b4 (patch) | |
| tree | de9808909692a95575e34d29cf0eb5b832b5c851 /builtin | |
| parent | Merge branch 'km/avoid-non-function-return-in-rebase' (diff) | |
| parent | i18n: mention "TRANSLATORS:" marker in Documentation/CodingGuidelines (diff) | |
| download | git-8fe3ee67adcd2ee9372c7044fa311ce55eb285b4.tar.gz git-8fe3ee67adcd2ee9372c7044fa311ce55eb285b4.zip | |
Merge branch 'jx/i18n'
* jx/i18n:
i18n: mention "TRANSLATORS:" marker in Documentation/CodingGuidelines
i18n: only extract comments marked with "TRANSLATORS:"
i18n: remove obsolete comments for translators in diffstat generation
i18n: fix uncatchable comments for translators in date.c
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/init-db.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/builtin/init-db.c b/builtin/init-db.c index c7c76bbf21..56f85e239a 100644 --- a/builtin/init-db.c +++ b/builtin/init-db.c @@ -412,11 +412,9 @@ int init_db(const char *template_dir, unsigned int flags) if (!(flags & INIT_DB_QUIET)) { int len = strlen(git_dir); - /* - * TRANSLATORS: The first '%s' is either "Reinitialized - * existing" or "Initialized empty", the second " shared" or - * "", and the last '%s%s' is the verbatim directory name. - */ + /* TRANSLATORS: The first '%s' is either "Reinitialized + existing" or "Initialized empty", the second " shared" or + "", and the last '%s%s' is the verbatim directory name. */ printf(_("%s%s Git repository in %s%s\n"), reinit ? _("Reinitialized existing") : _("Initialized empty"), shared_repository ? _(" shared") : "", |
