.bashrc: alias 'rehash'
[dotfiles.git] / .gitconfig
index a9358ab9c18f1dbe12b856428f6a576d36f66f5c..728bb87edc49916b5bed03e2101f2e0f8b1a29fe 100644 (file)
@@ -12,6 +12,7 @@
        thanks       = !git-thanks
        track        = !git-track
        ll           = log --pretty=oneline --abbrev-commit --max-count=15
+       lll          = log --pretty=oneline --abbrev-commit
        review       = log -p --max-count=1
        fp           = format-patch --stdout
        ci           = commit
@@ -28,6 +29,8 @@
        outgoing     = !git-outgoing
        out          = !git-outgoing
        subtree      = !git-subtree
+       df           = diff --patience
+       dw           = diff --patience --word-diff=color
 
 [core]
        filemode = true