-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more explanation for unresolvable git refs
* Clarify language. * Show the command that we ran to resolve the branch/tag/whatever * Add a hint about v1.2.3 vs. 1.2.3 * Use the ErrorReporter to show other relevant info.
- Loading branch information
1 parent
ab5dd37
commit 6a69a3d
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -189,4 +189,7 @@ def to_s | |
E | ||
end | ||
end | ||
|
||
class UnresolvableGitReference < RuntimeError | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters