wfxr.forgit/bin
sandroid a0ac9efefc
Fix _forgit_diff on macOS
In bash 3.2 uninitialized arrays contain one entry: an empty string,
whereas in modern versions of bash they do not contain any entry. Make
sure the $commits and $files arrays are explicitly initialized as empty
arrays to allow git to fall back to diffing local changes instead of
trying to diff against a revision with a name of an empty string.
2024-03-26 22:19:39 +01:00
..
git-forgit Fix _forgit_diff on macOS 2024-03-26 22:19:39 +01:00