Skip to content

Introduce the publication date on git history#159

Open
dcreado wants to merge 2264 commits intomainfrom
fix_publication_date
Open

Introduce the publication date on git history#159
dcreado wants to merge 2264 commits intomainfrom
fix_publication_date

Conversation

@dcreado
Copy link
Copy Markdown
Contributor

@dcreado dcreado commented Feb 17, 2026

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant