diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-08-22 19:44:25 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-08-22 19:44:25 +0200 |
commit | e0ed13a7295b14db0a741c64b3dacbde8f21cbcd (patch) | |
tree | 7376abc659d5ef677be179ea0050887a08e9df9b /%HOME% | |
parent | .gitconfig: remove custom KDiff3 settings (diff) | |
download | linux-home-e0ed13a7295b14db0a741c64b3dacbde8f21cbcd.tar.gz linux-home-e0ed13a7295b14db0a741c64b3dacbde8f21cbcd.zip |
.gitconfig: remove alias.wdiff
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.gitconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig index 4776526..d662d95 100644 --- a/%HOME%/.gitconfig +++ b/%HOME%/.gitconfig @@ -18,7 +18,6 @@ # This is awesome: http://stackoverflow.com/a/1838938/514684 ll = log --graph --full-history --all --pretty=format:"%h%x09%d%x20%s" lll = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x20%x1b[33m(%an)%x1b[0m" - wdiff = diff --word-diff xx = update-index --add --chmod=+x [fetch] prune = true |