Revision 21860882c8782771e99aa68fab6e365c628ff39d authored by Sebastien Helleu on 25 August 2013, 09:45:13 UTC, committed by Jiang Xin on 30 August 2013, 08:59:29 UTC
Fix many typos and add some new translations (1277/2080 messages
translated).

Closes git-l10n/git-po/pull/63.

Signed-off-by: Sebastien Helleu <flashcode@flashtux.org>
Signed-off-by: Jean-Noel Avila <jn.avila@free.fr>
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
1 parent e230c56
Raw File
unimplemented.sh
#!/bin/sh

echo >&2 "fatal: git was built without support for `basename $0` (@@REASON@@)."
exit 128
back to top