Categories: None [Edit]

git-index

https://rubygems.org/gems/git-index
https://github.com/wyhaines/git-index
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. The motivation behind this tool is for use with Serf and the serf-hander gem to power a slick, simple deployment manger utiizing a git repo and deploy hooks at the underlying source and trigger.

Total

Ranking: 136,407 of 186,954
Downloads: 4,288

Daily

Ranking: 92,290 of 186,947
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,937,224,863bundler
101,139,617,007rake
151,065,519,121minitest
275162,347,314sqlite3

Owners

#GravatarHandle
1iconwyhaines