]> git.ipfire.org Git - thirdparty/man-pages.git/commit
update_timestamps.sh: Add script to update the pages' timestamps
authorAlejandro Colomar <alx.manpages@gmail.com>
Wed, 8 Jun 2022 12:12:43 +0000 (14:12 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Wed, 8 Jun 2022 12:14:24 +0000 (14:14 +0200)
commitc19823788268f524ad3745759f7f5cb20b0bec53
tree85ee4de69ac6b9cd47432d76d72935b319404e29
parent17411a0f7b3148ec39aac8f12ee77f2118ac7e80
update_timestamps.sh: Add script to update the pages' timestamps

This differs from what was being done until now.  Before, we were
updating the timestamp with the date of the release, but that's
unnecessarily unprecise.  With this, we have the actual date of
when the last change was committed.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
scripts/update_timestamps.sh [new file with mode: 0755]