-
Notifications
You must be signed in to change notification settings - Fork 60
Comparing changes
Open a pull request
base repository: Masterminds/vcs
base: v1.9.0
head repository: Masterminds/vcs
compare: master
Commits on Dec 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for cec96d1 - Browse repository at this point
Copy the full SHA cec96d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05ae255 - Browse repository at this point
Copy the full SHA 05ae255View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e5ea52 - Browse repository at this point
Copy the full SHA 8e5ea52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c78e16 - Browse repository at this point
Copy the full SHA 3c78e16View commit details
Commits on Dec 29, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f0e30a8 - Browse repository at this point
Copy the full SHA f0e30a8View commit details
Commits on Jan 4, 2017
-
Merge pull request #60 from sdboyer/submodules
Defend against the waking nightmare that is git submodules
Configuration menu - View commit details
-
Copy full SHA for 6abbba9 - Browse repository at this point
Copy the full SHA 6abbba9View commit details
Commits on Jan 5, 2017
-
Cleaned up code based on linter feedback
Configuration menu - View commit details
-
Copy full SHA for 95aab3c - Browse repository at this point
Copy the full SHA 95aab3cView commit details
Commits on Jan 6, 2017
-
Merge pull request #61 from Masterminds/feat/ci-linting
Adding gometalinter testing
Configuration menu - View commit details
-
Copy full SHA for 83dde19 - Browse repository at this point
Copy the full SHA 83dde19View commit details
Commits on Jan 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 87fca6b - Browse repository at this point
Copy the full SHA 87fca6bView commit details
Commits on Jan 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9a6e212 - Browse repository at this point
Copy the full SHA 9a6e212View commit details
Commits on Jan 13, 2017
-
There have been several compatability issues with Windows due to assumptions of a posix environment.
Configuration menu - View commit details
-
Copy full SHA for 1e1db8b - Browse repository at this point
Copy the full SHA 1e1db8bView commit details -
Removing travis testing for Go 1.5
Since Go 1.5 is no longer supported by the Go team and golint, which is used by gometalinter, no longer works in Go 1.5 the testing is bring removed. It should still work.
Configuration menu - View commit details
-
Copy full SHA for 48f4652 - Browse repository at this point
Copy the full SHA 48f4652View commit details
Commits on Jan 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0d1e1f8 - Browse repository at this point
Copy the full SHA 0d1e1f8View commit details -
Merge pull request #62 from Masterminds/feat/appveyor
Adding Windows testing via appveyor
Configuration menu - View commit details
-
Copy full SHA for a76894c - Browse repository at this point
Copy the full SHA a76894cView commit details
Commits on Jan 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for bac0f48 - Browse repository at this point
Copy the full SHA bac0f48View commit details
Commits on Jan 21, 2017
-
git: remove extra quotes in submodule export
on the cli, one uses the extra single quotes to ensure the whole cmd is passed as a single arg despite containing spaces, but when passing args in a structured call like this, it isn't needed. Fixes Masterminds/glide#745
Configuration menu - View commit details
-
Copy full SHA for 2449b6d - Browse repository at this point
Copy the full SHA 2449b6dView commit details
Commits on Jan 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 504bd82 - Browse repository at this point
Copy the full SHA 504bd82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ae26b8 - Browse repository at this point
Copy the full SHA 4ae26b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b46764 - Browse repository at this point
Copy the full SHA 2b46764View commit details -
Fatal error if bzr is not installed
If we get a "bzr not installed" error, the `repo` object is nil which causes a NPE panic on the next line. Probably better just to Fatal the test (which stops execution) instead of reporting a test failure and then immediately panicking.
Configuration menu - View commit details
-
Copy full SHA for 04a2a98 - Browse repository at this point
Copy the full SHA 04a2a98View commit details
Commits on Jan 25, 2017
-
Merge pull request #64 from kevinburke/fix-vcs-tests
Fatal error if bzr is not installed
Configuration menu - View commit details
-
Copy full SHA for 2573480 - Browse repository at this point
Copy the full SHA 2573480View commit details
Commits on Jan 29, 2017
-
Exposes internal functionality of RunFromDir to create a command run from the repo's directory as CmdFromDir.
Miguel Molina committedJan 29, 2017 Configuration menu - View commit details
-
Copy full SHA for 579b018 - Browse repository at this point
Copy the full SHA 579b018View commit details
Commits on Jan 30, 2017
-
Merge pull request #65 from erizocosmico/repo/cmd-from-dir
Expose CmdFromDir
Configuration menu - View commit details
-
Copy full SHA for abd1ea7 - Browse repository at this point
Copy the full SHA abd1ea7View commit details
Commits on Mar 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for bac9f21 - Browse repository at this point
Copy the full SHA bac9f21View commit details -
Merge pull request #69 from Masterminds/update-travis
Update for Go 1.8 testing
Configuration menu - View commit details
-
Copy full SHA for adebf36 - Browse repository at this point
Copy the full SHA adebf36View commit details
Commits on Mar 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 852adcd - Browse repository at this point
Copy the full SHA 852adcdView commit details -
Merge pull request #70 from Masterminds/readme-1.11
Updating the changelog for the 1.11.0 release
Configuration menu - View commit details
-
Copy full SHA for 795e20f - Browse repository at this point
Copy the full SHA 795e20fView commit details
Commits on Apr 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 93ea79b - Browse repository at this point
Copy the full SHA 93ea79bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 982e2f4 - Browse repository at this point
Copy the full SHA 982e2f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92453b5 - Browse repository at this point
Copy the full SHA 92453b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68f7396 - Browse repository at this point
Copy the full SHA 68f7396View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e54342 - Browse repository at this point
Copy the full SHA 9e54342View commit details -
Configuration menu - View commit details
-
Copy full SHA for cee519f - Browse repository at this point
Copy the full SHA cee519fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3df2830 - Browse repository at this point
Copy the full SHA 3df2830View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0302f47 - Browse repository at this point
Copy the full SHA 0302f47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 085dbd4 - Browse repository at this point
Copy the full SHA 085dbd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 500831d - Browse repository at this point
Copy the full SHA 500831dView commit details
Commits on Apr 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 65b8bab - Browse repository at this point
Copy the full SHA 65b8babView commit details
Commits on Apr 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c332ca6 - Browse repository at this point
Copy the full SHA c332ca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00af9df - Browse repository at this point
Copy the full SHA 00af9dfView commit details
Commits on Apr 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 92b5758 - Browse repository at this point
Copy the full SHA 92b5758View commit details
Commits on Apr 28, 2017
-
Merge pull request #77 from m0j0hn/VCS-76
VCS-76: Fix submodule handling for Windows
Configuration menu - View commit details
-
Copy full SHA for 6594752 - Browse repository at this point
Copy the full SHA 6594752View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3084677 - Browse repository at this point
Copy the full SHA 3084677View commit details
Commits on Jul 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d8a3434 - Browse repository at this point
Copy the full SHA d8a3434View commit details
Commits on Sep 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d5c0282 - Browse repository at this point
Copy the full SHA d5c0282View commit details
Commits on Sep 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for eabae39 - Browse repository at this point
Copy the full SHA eabae39View commit details -
Merge pull request #79 from guywithnose/master
Include the error context in the error string
Configuration menu - View commit details
-
Copy full SHA for 98687a3 - Browse repository at this point
Copy the full SHA 98687a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea945b4 - Browse repository at this point
Copy the full SHA ea945b4View commit details -
Merge pull request #81 from Masterminds/changelog-update
Updating changelog for 1.12.0 release Note, this includes a formatting change based on markdown linting.
Configuration menu - View commit details
-
Copy full SHA for 6f1c6d1 - Browse repository at this point
Copy the full SHA 6f1c6d1View commit details
Commits on Mar 5, 2018
-
Matthew Fisher committed
Mar 5, 2018 Configuration menu - View commit details
-
Copy full SHA for dfb47ae - Browse repository at this point
Copy the full SHA dfb47aeView commit details
There are no files selected for viewing
This file was deleted.