src-d / gitbase

SQL interface to git repositories, written in Go. https://docs.sourced.tech/gitbase
Apache License 2.0
2.06k stars 124 forks source link

[blame] Remove redundant commit hash from results #967

Closed juanjux closed 4 years ago

juanjux commented 4 years ago

Signed-off-by: Juanjo Alvarez juanjo@sourced.tech

juanjux commented 4 years ago

@ajnavarro done.

carlosms commented 4 years ago

Why are there changes in go.sum, if there are no changes in the imports?

juanjux commented 4 years ago

@carlosms make upgrade I guess. Or my IDE. But since the upgrades made sense (no downgrades this time) I kept them, but I'll remove them to limit the scope of this PR.

juanjux commented 4 years ago

Typical goland go.mod/go.sum "just because" unnecesary update fixed, changelog updated, shall we merge @ajnavarro?