Skip to content

Add %GIT_EXEC_PATH% to %PATH% when launching libgit2 filter executable

username-removed-138980 requested to merge libgit2-filter into master

Add %GIT_EXEC_PATH% to %PATH% when launching libgit2 filter executable.

Test with git-lfs.

  1. Commit a file with git-lfs tracked.
  2. Open Log Dialog, double click that file to diff
  3. libgit2 is used to apply filter (it calls git-lfs)

Reference: git source code exec_cmd.c Line 93-108

Merge request reports