Skip to content

WIP: Use native Rugged primitives for doing rebase

Stan Hu requested to merge sh-simplify-rebase-with-rugged into master

Our current method of rebase is complex and doesn't always work. When you do a sparse checkout of a diff, there's a possibility that the working directory is empty if files were deleted.

Edited by Stan Hu

Merge request reports