Skip to content

diff: FindChangedPathsRequest

Toon Claes requested to merge toon-find-changed-paths-c into master

By default the FindChangedPaths RPC uses flag -m for git-diff-tree(1) under the hood. This is usually what most callers want. But in some cases they only want to see changes that are different from all the parents.

The option -c for git-diff-tree(1) exists for this purpose. These changes add a flag to the RPC request so the caller can choose between either command line flag.

Issue: #4827 (closed)

Edited by Toon Claes

Merge request reports