2020-05-02 17:25:05 +12:00
2020-05-02 17:25:05 +12:00
2020-05-02 17:25:05 +12:00
2020-05-02 17:25:05 +12:00
2020-05-02 17:25:05 +12:00

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.

Description
A script to modify creation time flags in Gitea to match the oldest Git commit.
https://code.ivysaur.me/update-gitea-ctimes
php
Readme 101 KiB
Languages
PHP 100%