diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:18:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:18:56 +0000 |
commit | 52ade83e347b353933f89694df67f703b4f0b5d8 (patch) | |
tree | 0774830134e84cc078ffdbba81d0eeb39a72818c | |
parent | Setting diff.renames to copies. (diff) | |
download | git-52ade83e347b353933f89694df67f703b4f0b5d8.tar.xz git-52ade83e347b353933f89694df67f703b4f0b5d8.zip |
Setting diff.wsErrorHighlight to all.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/local/gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/local/gitconfig b/debian/local/gitconfig index 806f2c3..2e55120 100644 --- a/debian/local/gitconfig +++ b/debian/local/gitconfig @@ -15,3 +15,4 @@ [diff] renames = copies + wsErrorHighlight = all |