Introduce the publication date on git history#159
Open
Conversation
…ublishing date as 2024-02-08 22:54
…publishing date as 2024-02-08 22:54
…publishing date as 2024-02-08 23:01
… publishing date as 2024-02-08 23:01
… as 2024-03-08 19:36
… as 2024-03-08 19:37
…e as 2024-03-08 19:37
…s 2024-03-22 00:57
… 2024-03-22 00:57
…lishing date as 2024-06-27 17:37
… date as 2025-04-09 18:03
…hing date as 2025-04-12 19:10
…ing date as 2025-04-12 19:10
… date as 2025-04-12 19:11
…ing date as 2025-04-15 10:22
…g date as 2025-04-15 10:22
…ng date as 2025-04-15 10:22
…ing date as 2025-04-22 13:24
…g date as 2025-04-22 13:24
… date as 2025-04-22 13:24
…ate as 2025-04-22 13:24
…hing date as 2025-04-22 22:36
…ng date as 2025-04-22 22:36
…ing date as 2025-04-22 22:36
…shing date as 2025-04-24 17:03
…hing date as 2025-04-24 17:03
…hing date as 2025-04-24 17:03
…hing date as 2025-04-24 20:16
…ng date as 2025-04-24 20:16
…ing date as 2025-04-24 20:16
…shing date as 2025-04-27 11:58
…ing date as 2025-04-27 11:58
…ng date as 2025-04-27 11:58
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
this PR copies to files under /sync folder the timestamp of the same files when served by apache index file (https://openid.net/specs/).
with this change we can retrieve from git itself the publishing date, like below:
$ git log --pretty="format:%ad" --date="format:%Y-%m-%d %H:%M" -1 fapi-attacker-model-2_0.xml
2025-02-22 21:29
$ git log --pretty="format:%ad" --date="format:%Y-%m-%d %H:%M" -1 openid-connect-core-1_0-09.txt
2011-07-12 01:31
this will allow us to easily reproduce the content of the server hosting the publishing website