Skip to content
New issue

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

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

Already on GitHub? # to your account

Removed error thrown by symbolic-ref and describe #307

Merged
merged 1 commit into from
Oct 10, 2016

Commits on Oct 10, 2016

  1. Removed error thrown by symbolic-ref and describe

    git describe can be replaced by tag --points-at <commitish>. Other than symbolic-ref, describe does not have a --quiet switch, thus always adds to $error in case of a detached head with no tag pointing to that commit. Using tag --point-at HEAD will return a tag if one is found but not throw an error when there is none.
    JanDeDobbeleer committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    cbd6be9 View commit details
    Browse the repository at this point in the history