A script to modify creation time flags in Gitea to match the oldest Git commit. https://code.ivysaur.me/update-gitea-ctimes
php
Dosyaya git
mappu 38582f431e initial commit 2020-05-02 17:25:05 +12:00
doc initial commit 2020-05-02 17:25:05 +12:00
.gitignore initial commit 2020-05-02 17:25:05 +12:00
README.md initial commit 2020-05-02 17:25:05 +12:00
update-gitea-ctimes initial commit 2020-05-02 17:25:05 +12:00

README.md

update-gitea-ctimes

A script to modify creation time flags in Gitea to match the oldest Git commit.

This is helpful for ordering repositories chronologically by creation-time after a migration to Gitea (e.g. for teafolio).

Written in PHP

Usage

Usage: update-gitea-ctimes gitea.db path/to/repositories

Running the command will produce SQL on stdout that can be manually inspected before applying it to the live SQLite database.