Skip to content

Implement UserCommitFiles with git plumbing commands

John Cai requested to merge jc/commit-files-with-git into master

Currently, UserCommitFiles calls out to libgit2 via git2go for its operations. As part of an effort to deprecate libgit2 from the Gitaly codebase, rewrite UserCommitFiles with git plumbing commands.

closes: #4575 (closed)

Edited by Toon Claes

Merge request reports