1
Fork 0
Set the updated dates for Gitea projects based on their last commit date
Go to file
Jake Howard 81d9638b96
Add README
2023-12-21 21:15:03 +00:00
README.md Add README 2023-12-21 21:15:03 +00:00
date-audit.sql Make queries prettier 2023-12-21 21:02:26 +00:00
gitea-dater.sql Make queries prettier 2023-12-21 21:02:26 +00:00

README.md

Gitea dater

Set the updates dates for Gitea repositories.

See also gitlab-dater.

Usage

Note: By default, only archived repositories are included.

date-audit.sql will list the repositories, their current archived date and the date the repository itself was last updated.

gitea-dater.sql will set the updated dates to the latest commit date on the repository itself.