When a git command failed and the error output did not start with "error:", the entire message would be hidden.
With this change, it's printed in full.
The other resolvers already have a similar behaviour in place. I'm also adjusting the on for hg in the second commit to follow git.
When a git command failed and the error output did not start with "error:", the entire message would be hidden. With this change, it's printed in full.
The other resolvers already have a similar behaviour in place. I'm also adjusting the on for hg in the second commit to follow git.
This was reported in https://forum.crystal-lang.org/t/shards-install-ends-with-faild-git-tag-list-column-never/5242