Skip to content

Extend FindChangedPaths with blob ids

Igor Drozdov requested to merge id-extend-find-changed-path-with-blob-ids into master

Overview

git-diff-tree returns old and new blob ids along with the modes. This commit extends the RPC response with the blob ids:

:100644 100644 739c1237d875cc855584f1fefd791da14075efa8 4d4b564db8fdfe90c31db4c02e0125c99234508d M	ee/lib/ee/api/helpers/integrations_helpers.rb
:100644 100644 a1f1542c5271452f4215a8f8273724c6f81aa342 aede18407167def5fb302691a4e237b333150dea M	ee/spec/factories/integrations.rb
Edited by Igor Drozdov

Merge request reports