On Mon, Nov 30, 2020 at 8:12 AM Derrick Stolee <stolee@xxxxxxxxx> wrote: > On 11/29/2020 11:42 PM, Eric Sunshine wrote: > > + # ensure $HOME can be compared against hook arguments on all platforms > > + pfx=$(cd "$HOME" && pwd) && > > + PLIST="$pfx/Library/LaunchAgents/org.git-scm.git.$frequency.plist" && > > This pair of changes make sense to get around the $HOME issue > that caused me to surrender the effort. In case it's not clear to other readers not familiar with Git on Windows (or who have not read t/README), the magic here is that `pwd` is overridden in t/test-lib.sh for MINGW to always return a Windows-style path.