Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Shyp/go-git
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: last-commit
Choose a base ref
...
head repository: Shyp/go-git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 299 files changed
  • 4 contributors

Commits on Apr 28, 2016

  1. Add command to get repository Root

    We can use this to find things we expect to find at the repository root
    (Makefiles, etc).
    Kevin Burke committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    e652327 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2016

  1. Godep workspace -> vendor

    dav committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    070cd3d View commit details
    Browse the repository at this point in the history
  2. Update circle to use go v1.7.3

    dav committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    8ecf82c View commit details
    Browse the repository at this point in the history
  3. Fix typo

    dav committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    0b04a3f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Since this is a library and not a binary, it shouldn’t include a `ven…

    …dor/` directory. - whatever is importing this should have a vendor directory instead.
    
    RE: #22 (comment)
    dav committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    7006358 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from Shyp/migrate-godep-to-vendor

    Godep workspace -> vendor
    dav authored Nov 30, 2016
    Configuration menu
    Copy the full SHA
    c9dbf47 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. Remove Godeps.json

    Since we're not vendoring dependencies, there's no reason to specify them;
    upstream callers are responsible for choosing dependencies that make sense.
    kevinburke committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    a58c173 View commit details
    Browse the repository at this point in the history
  2. Update to Go 1.7.4

    1.7.4 fixes an issue where Go incorrectly trusted Apple root certificates that
    are marked by the operating system as untrusted.
    kevinburke committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    72aa172 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #24 from Shyp/remove-godeps

    Remove Godeps.json
    dav authored Dec 5, 2016
    Configuration menu
    Copy the full SHA
    00d74bb View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

  1. Allow parsing HTTPS remotes with no .git on the end

    "go get github.com/foo/bar" sets the git remote to
    "https://github.com/foo/bar", not "https://github.com/foo/bar.git". The former
    is supported by Github and "git fetch" and we should support it. Updates the
    regex to make this work.
    kevinburke committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    319d039 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from kevinburke/fix-git-parsing

    Allow parsing HTTPS remotes with no .git on the end
    ianmdawson authored Jan 23, 2017
    Configuration menu
    Copy the full SHA
    a5ce540 View commit details
    Browse the repository at this point in the history
Loading