summaryrefslogtreecommitdiffstats
path: root/repo-access.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-08-28Fix bug in ref resolverMalf Furious1-1/+1
Pipe err message to stderr since stdout is captured from this function by the caller.
2017-08-28Fix bug in ref resolverMalf Furious1-3/+1
Fixing problem with control flow -- if one of the trivial cases at the top are hit, then there is no need to hit the repository.
2017-05-01Fix bug in ref resolver functionMalf Furious1-1/+1
2017-04-30Add repo-access moduleMalf Furious1-0/+48