From: Wolfgang Rohdewald <wolfgang@rohdewald.de>
To: git@vger.kernel.org
Subject: git status: minor output format error
Date: Sun, 03 Nov 2013 18:17:39 +0100 [thread overview]
Message-ID: <31465687.35grSWXxkx@i5> (raw)
git version 1.8.3.2
git status in German says (extract)
# geändert: kajongg.py
# gelöscht: playfield.py
as you can see, there is one space too much before playfield.py
LANG=C git status is correct:
# modified: kajongg.py
# deleted: playfield.py
so it seems the spacing between the columns expects "deleted" to have the same number
of letters in all languages.
--
Wolfgang
next reply other threads:[~2013-11-03 17:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-03 17:17 Wolfgang Rohdewald [this message]
2013-11-04 1:46 ` git status: minor output format error Duy Nguyen
2013-11-04 7:53 ` Ralf Thielow
2013-11-04 3:08 ` [PATCH] wt-status: take the alignment burden off translators Nguyễn Thái Ngọc Duy
2013-11-04 18:42 ` Junio C Hamano
2013-11-05 2:07 ` [PATCH v2] " Nguyễn Thái Ngọc Duy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=31465687.35grSWXxkx@i5 \
--to=wolfgang@rohdewald.de \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.