Skip to content

gitaly-git2go: switch revert command to use gob encoding

James Fargher requested to merge git2go_revert_gob into master

UserRevert needs to be able to distinguish revert conflicts to match the ruby implementation. So here we're switching the encoding to gob, and registering a new RevertConflictError to allow this use-case.

Edited by James Fargher

Merge request reports