aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/git_repository.rb
AgeCommit message (Collapse)Author
2017-09-27Implement changesBen Muschol
2016-07-07Add GitRepositoryExtensionMartin Afanasjew
Add an extension for accessing Git-related meta data that can be mixed in into a Pathname object (e.g. `HOMBREW_REPOSITORY` or the path of a `Tap` instance). The goal here is to eliminate code duplication.