-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: Shyp/go-git
base: last-commit
head repository: Shyp/go-git
compare: master
- 11 commits
- 299 files changed
- 4 contributors
Commits on Apr 28, 2016
-
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 committedApr 28, 2016 Configuration menu - View commit details
-
Copy full SHA for e652327 - Browse repository at this point
Copy the full SHA e652327View commit details
Commits on Nov 29, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 070cd3d - Browse repository at this point
Copy the full SHA 070cd3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ecf82c - Browse repository at this point
Copy the full SHA 8ecf82cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b04a3f - Browse repository at this point
Copy the full SHA 0b04a3fView commit details
Commits on Nov 30, 2016
-
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)
Configuration menu - View commit details
-
Copy full SHA for 7006358 - Browse repository at this point
Copy the full SHA 7006358View commit details -
Merge pull request #22 from Shyp/migrate-godep-to-vendor
Godep workspace -> vendor
Configuration menu - View commit details
-
Copy full SHA for c9dbf47 - Browse repository at this point
Copy the full SHA c9dbf47View commit details
Commits on Dec 5, 2016
-
Since we're not vendoring dependencies, there's no reason to specify them; upstream callers are responsible for choosing dependencies that make sense.
Configuration menu - View commit details
-
Copy full SHA for a58c173 - Browse repository at this point
Copy the full SHA a58c173View commit details -
1.7.4 fixes an issue where Go incorrectly trusted Apple root certificates that are marked by the operating system as untrusted.
Configuration menu - View commit details
-
Copy full SHA for 72aa172 - Browse repository at this point
Copy the full SHA 72aa172View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00d74bb - Browse repository at this point
Copy the full SHA 00d74bbView commit details
Commits on Jan 23, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for 319d039 - Browse repository at this point
Copy the full SHA 319d039View commit details -
Merge pull request #25 from kevinburke/fix-git-parsing
Allow parsing HTTPS remotes with no .git on the end
Configuration menu - View commit details
-
Copy full SHA for a5ce540 - Browse repository at this point
Copy the full SHA a5ce540View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff last-commit...master