Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BF: to decide if Git repo, just check if .git exists #642

Merged
merged 1 commit into from
May 24, 2018

Conversation

yarikoptic
Copy link
Contributor

.git could be a symbolic link to the corresponding .git/ directory
(e.g. if a submodule with "old fashion" submodule referencing) or
.git file which would have a line with "gitdir: " pointing to the
actual location for that workdir or submodule

Closes #516
I've checked correct functioning only with workdir setup and asv gh-pages command

.git could be a symbolic link to the corresponding .git/ directory
(e.g. if a submodule with "old fashion" submodule referencing) or
.git file which would have a line with "gitdir: " pointing to the
actual location for that workdir or submodule

Closes airspeed-velocity#516
@pv pv merged commit f1ec1c1 into airspeed-velocity:master May 24, 2018
pv added a commit to pv/asv that referenced this pull request Jul 8, 2018
BUG: to decide if Git repo, just check if .git exists
(cherry picked from commit f1ec1c1)
pv added a commit to pv/asv that referenced this pull request Jul 8, 2018
BUG: to decide if Git repo, just check if .git exists

(cherry picked from commit f1ec1c1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants