2012/2/13 Junio C Hamano <gitster@xxxxxxxxx>: > Jiang Xin <worldhello.net@xxxxxxxxx> writes: > >>> Somebody needs to eyeball this commit before anything else happens on top >>> of it, so that if there is a glaring mistake it can be caught before it >>> spreads to affect work by translators for various languages. >> >> So please check this commit with the updated pot file: >> ... Please check this commit with the updated pot file: https://github.com/gotgit/git-po/commit/master%5E ( The commit with the amended commit message can be access using the above URL, no longer how this commit is ammended latter.) > As far as I can tell, this adds git.pot while removes the entry to remove > it from po/.gitignore (because now it is a tracked file), but there is no > description on how this file was generated in the log message. > > Please give a short description to the effect that it was mechanically > created by running xgettext on the sources as of b6b3b6a (Update draft > release notes to 1.7.10, 2012-02-10), or something like that. I add a prefix 'l10n:' to the new amended commit log, is it OK? $ git show --stat master^ commit b55102542911326e8191500ff6f53a2e1d52e504 Author: Jiang Xin <worldhello.net@xxxxxxxxx> Date: Mon Feb 13 14:37:59 2012 +0800 l10n: initial git.pot for 1.7.10 upcoming release The file 'po/git.pot' is generated using the command 'make pot' against git v1.7.9-209-gb6b3b (Update draft release notes to 1.7.10). Also removed the entry po/git.pot from po/.gitignore, since it is a tracked file. Signed-off-by: Jiang Xin <worldhello.net@xxxxxxxxx> po/.gitignore | 1 - po/git.pot | 3431 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 3431 insertions(+), 1 deletions(-) -- Jiang Xin -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html