Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 409 Bytes

File metadata and controls

14 lines (8 loc) · 409 Bytes

Archival Scripts

This repository contains various scripts for archiving software.

Tar2Git

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.