diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:18:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:18:55 +0000 |
commit | 39c3b700db15f3a4eedec374a07ac16445363d56 (patch) | |
tree | 8968de9641a9abb67929ad9ea4fb1a953bd028e6 | |
parent | Adding word difference aliases. (diff) | |
download | git-39c3b700db15f3a4eedec374a07ac16445363d56.tar.xz git-39c3b700db15f3a4eedec374a07ac16445363d56.zip |
Setting color.ui to true.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/local/gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/local/gitconfig b/debian/local/gitconfig index fcfee9e..077937d 100644 --- a/debian/local/gitconfig +++ b/debian/local/gitconfig @@ -5,3 +5,6 @@ wdiff = diff --color-words wlog = log --color-words wshow = show --color-words + +[color] + ui = true |