From 81d9638b96efdd9a4d0bd433a19327d91c1a4469 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 21 Dec 2023 21:15:03 +0000 Subject: [PATCH] Add README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9f9cb4a --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Gitea dater + +Set the updates dates for Gitea repositories. + +See also [`gitlab-dater`](https://git.theorangeone.net/systems/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.