commit 190a59c46ff2c52e9755cafff724c97d083a3aff parent 94ef9b787daa87a8e704a4c9d622b19f79d4c21c Author: Oliver Lowe <o@olowe.co> Date: Sun, 10 Nov 2024 11:11:53 +1100 git: no a/ b/ prefixes in diff pathnames Diffstat:
| M | lib/git | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/lib/git b/lib/git @@ -14,3 +14,5 @@ prune = true [push] autoSetupRemote = true +[diff] + noprefix = true