Skip to content

Draft: gitaly-git2go apply subcommand

Sami Hiltunen requested to merge smh-apply-subcommand into master

Implements apply subcommand for gitaly-git2go that allows for applying patches from diffs. Similar to 'git am', three-way merge is attempted as a fallback if the patch does not apply cleanly.

Merge request reports