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

feat(git): Omit git info when git isnt installed #187

Merged
merged 2 commits into from Sep 28, 2018

Commits on Sep 28, 2018

  1. feat(git): Omit git info when git isnt installed

    Addresses this comment: TheKevJames#174 (comment)
    
    Previously, git info was omitted if git was installed but the .git directory was missing.
    This fix will also omit git info in case git itself is missing (unless, of course, the environment args are there).
    nirizr committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    1dd00a0 View commit details
    Browse the repository at this point in the history
  2. Revert using exc_info=True

    nirizr committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    bef015a View commit details
    Browse the repository at this point in the history