diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 09:54:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 09:54:18 +0000 |
commit | 75c3be98d3d35282092ffac06f2b6942089e4b98 (patch) | |
tree | f836a1e764dc9d9e89cf96e311adcaa1c3693f61 /debian | |
parent | Adding word difference aliases. (diff) | |
download | git-75c3be98d3d35282092ffac06f2b6942089e4b98.tar.xz git-75c3be98d3d35282092ffac06f2b6942089e4b98.zip |
Setting color.ui to true.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-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 |