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

Add a way to specify a particular commit in URLs #131

Merged
merged 2 commits into from Apr 13, 2015

Commits on Jan 23, 2015

  1. Add a way to specify a particular commit in URLs

    Since the HEAD of a repo may be where development happens and a
    particular tag or commit will correspond to a particular version of a
    module, allow URLS of the form  git://github.com/foo/bar@v1.2.3
    to checkout the commit specified by "v1.2.3" once the repo is cloned.
    perlpilot committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    ac1ba34 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2015

  1. Configuration menu
    Copy the full SHA
    52a27f9 View commit details
    Browse the repository at this point in the history