Compare commits

..

No commits in common. "54eafaa3ff2218d733b8f8e30a32688f464cd9ba" and "210999071337a707905bba72b01a60d6fd7ca3a3" have entirely different histories.

View file

@ -2,7 +2,6 @@
s = status
ss = status -s
sb = status -s -b
sx = status -s -uall --ignored
l = log --pretty=format:\"%C(auto) %d : %h - %an. %as (%ar) : %s\" --graph --decorate HEAD
lb = log --pretty=format:\"%C(auto) %d : %h - %an. %as (%ar) : %s\" --graph --decorate --branches
lr = log --pretty=format:\"%C(auto) %d : %h - %an. %as (%ar) : %s\" --graph --decorate --remotes
@ -28,5 +27,3 @@
addIgnoredFile = false
[diff]
algorithm = histogram
[rerere]
enabled = true