Saturday, November 5, 2022

Show HN: Utility for Searching the Earliest Root Commit (Open Source) https://ift.tt/P4Fe0ZT

Show HN: Utility for Searching the Earliest Root Commit (Open Source) I wrote the utility for searching the earliest root commit in a repository and the earliest repository in a repository group. Repositories are searched recursively in the specified base directories. The earliest root commit and the earliest repository in a repository group are determined in the two ways: by author datetime and by committer datetime. Collected data are represented in the JSON format. The utility is written in Python. I also tried to use type hints, data classes and generators as much as possible. https://ift.tt/5AQEu3C November 6, 2022 at 12:36AM

No comments:

Post a Comment

Show HN: Pg_CRDT – CRDTs in Postgres Using Automerge https://ift.tt/QeEZXi3

Show HN: Pg_CRDT – CRDTs in Postgres Using Automerge https://ift.tt/Nxj0Kbz April 11, 2025 at 10:23PM