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 | cb4ec8b54ef275d594ca043755d84d895ad53bf5 (patch) | |
tree | fa15bf6f6e4e2d53f1ea4b49edd5f829d40bce20 | |
parent | Adding log alias. (diff) | |
download | git-cb4ec8b54ef275d594ca043755d84d895ad53bf5.tar.xz git-cb4ec8b54ef275d594ca043755d84d895ad53bf5.zip |
Adding word difference aliases.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 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 |