Go to file
Tom Marshall 5e01d8f8af Add repo-archive 2020-08-03 17:58:10 -07:00
README.md Add repo-archive 2020-08-03 17:58:10 -07:00
repo-archive Add repo-archive 2020-08-03 17:58:10 -07:00
repo-bisect repo-bisect: do proper bisect 2020-08-03 07:43:11 -07:00

README.md

This is a collection of tools to make working with repo easier

repo-bisect

Similar to git bisect, but works with an entire repo.

Note that due to the way certain code review tools like gerrit work, the git committer date may reflect when commits are uploaded for review rather than when they are actually introduced into the project.

repo-archive

Backup and restore local repo state. This is useful for minimizing time and space required to backup and restore repo trees for routine backups, transferring between computers, upgrading drives, etc.

Archives can be directories, which can then be managed using standard Unix tools like tar(1), or they can be zip files.