Merge branch 'jc/po-pritime-fix'
commita491307448356087da7a96503192550175446d9d
authorJunio C Hamano <gitster@pobox.com>
Fri, 21 Jul 2017 21:57:36 +0000 (21 14:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Jul 2017 21:57:37 +0000 (21 14:57 -0700)
treeda546c9f641bd4f0c03b7695304370d59e4295f3
parent981adb928e5ebe8bbf84d80a8f8fb3a4cbc30afd
parentfc0fd5b23bc84c517eff409b7cbc78cc2473a071
Merge branch 'jc/po-pritime-fix'

We started using "%" PRItime, imitating "%" PRIuMAX and friends, as
a way to format the internal timestamp value, but this does not
play well with gettext(1) i18n framework, and causes "make pot"
that is run by the l10n coordinator to create a broken po/git.pot
file.  This is a possible workaround for that problem.

* jc/po-pritime-fix:
  Makefile: help gettext tools to cope with our custom PRItime format
Makefile