This repository contains various scripts for archiving software.
Tar2Git takes an archive unpackable with tar
and converts it to a Git repository.
Usage: tar2git <OUTDIR> <TARBALL> [TARBALL...]
The following environment variables can also be set:
T2G_NAME
— The name to use as the committer.T2G_EMAIL
— The email to use as the committer.