diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 13:35:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-09 13:35:51 +0000 |
commit | 61a6e61eb05983746a80222076c2cda96474eb4b (patch) | |
tree | 7bf44c75f4df0cbedc396442ebaa2bd13b01faac /debian/local | |
parent | Adding log alias. (diff) | |
download | git-61a6e61eb05983746a80222076c2cda96474eb4b.tar.xz git-61a6e61eb05983746a80222076c2cda96474eb4b.zip |
Adding word difference aliases.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local')
-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 |