git-index 1.0.1
This tool takes a list of paths and checks them for git repositories. It writes to a sqlite database a table of repositories found, indexed by both the first and the second commit hashes on the repository. The rationale is that these first couple of commits are unlikely to ever change as the result of a rebase, and thus make a fairly reliable fingerprint of the identity of the repository.
Gemfile:
=
install:
=
Runtime Dependencies (1):
sqlite3
~> 1.3