Skip to content

Makefile: Add a phony target for git-filter-repo

Will Chandler requested to merge wc/filter-repo-target into master

GitLab's tests build Gitaly from source, and may be in an environment where git-filter-repo is not readily available.

Add a new target to our Makefile so that GitLab's tests can ensure that git-filter-repo is present.

Merge request reports