summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:49:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:49:02 +0000
commite326bef2cd437289174fa339ab4fd86b07f6d2f3 (patch)
tree99bae76668d3de8a681ca4382db61d393aab0a14 /debian
parentAdding log alias. (diff)
downloadgit-e326bef2cd437289174fa339ab4fd86b07f6d2f3.tar.xz
git-e326bef2cd437289174fa339ab4fd86b07f6d2f3.zip
Adding word difference aliases.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/local/gitconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/local/gitconfig b/debian/local/gitconfig
index 99077f6..fcfee9e 100644
--- a/debian/local/gitconfig
+++ b/debian/local/gitconfig
@@ -2,3 +2,6 @@
[alias]
slog = log --no-show-signature --pretty=format:'%C(yellow)%h%C(reset) %G? (%an, %C(green)%cr%C(reset))%C(red)%d%C(reset) %s'
+ wdiff = diff --color-words
+ wlog = log --color-words
+ wshow = show --color-words