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

get_vcs starts searching git folder from tmp dir instead of project (#1946) #1947

Merged
merged 4 commits into from
Feb 28, 2020

Commits on Jan 25, 2020

  1. fix (builder): take self._original_path if available to find .git

    … folder
    finswimmer77@gmail.com authored and finswimmer77@gmail.com committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    34fae70 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. change (vcs): use git rev-parse --show-toplevel to find git root fo…

    …lder
    finswimmer77@gmail.com authored and finswimmer77@gmail.com committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    be69652 View commit details
    Browse the repository at this point in the history
  2. fix (vcs): change back to original working dir after finding vcs

    finswimmer77@gmail.com authored and finswimmer77@gmail.com committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    ee92e80 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. change (builder): introduce self._original_path to keep original path

    if(vcs): resolve directory for `get_vcs`
    finswimmer77@gmail.com authored and finswimmer77@gmail.com committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    96fa376 View commit details
    Browse the repository at this point in the history