git: remove a/ b/ prefixes from diffs

This commit is contained in:
2023-12-17 20:48:31 +00:00
parent 5edd10c332
commit fd0f709d50

View File

@@ -24,6 +24,7 @@ in
alias.st = "status";
alias.stat = "status";
diff.noprefix = true; #< don't show a/ or b/ prefixes in diffs
# difftastic docs:
# - <https://difftastic.wilfred.me.uk/git.html>
diff.tool = "difftastic";