]> git.ipfire.org Git - thirdparty/git.git/commit
doc: set actual revdate for manpages
authorFelipe Contreras <felipe.contreras@gmail.com>
Thu, 13 Apr 2023 07:47:22 +0000 (01:47 -0600)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Apr 2023 17:37:41 +0000 (10:37 -0700)
commit28fde3a1f4322993d731e2b2b6543ba0e24a5788
treeada9a50c115c642f25a8a5109303a823e3b525c8
parentdf113b5560953c4327a69a08e3678988fd9920c4
doc: set actual revdate for manpages

manpages expect the date of the last revision, if that is not found
DocBook Stylesheets go through a series of hacks to generate one with
the format `%d/%d/%Y` which is not ideal.

In addition to this format not being standard, different tools generate
dates with different formats.

There's no need for any confusion if we specify the revision date, so
let's do so.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile