Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

recursively search parent directory for vcs directory #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

songgao
Copy link

@songgao songgao commented May 4, 2015

go get would clone the repo automatically but the VCS directory (e.g. .git) would always be in the root directory. If a project's binary is in a sub-directory, goaci could not find the .git thus fails to recognize the VCS repo. This commit adds support for projects where binaries stay in subdirectories of the project repo by recursively search parent directories for the VCS directory.

This adds support for projects where binaries stay in subdirectories of the
project repo.
@jonboulle
Copy link
Contributor

/cc @krnowak

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants