Adding word difference aliases.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
c86d55300d
commit
23db27299e
1 changed files with 3 additions and 0 deletions
3
debian/local/gitconfig
vendored
3
debian/local/gitconfig
vendored
|
@ -2,3 +2,6 @@
|
||||||
|
|
||||||
[alias]
|
[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'
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue