X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=.gitconfig;fp=.gitconfig;h=47ab26a3608cf12d1dc586dbc6e67cd5fa700569;hb=d4366929e6e200155b010dc05ce74255ee6a45ed;hp=a5bc2effc82af985e56d492b57ec853d2c2d29e4;hpb=62dede3e7ad2c0ee566145f3efabf1fd23df46a7;p=distro-setup diff --git a/.gitconfig b/.gitconfig index a5bc2ef..47ab26a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -12,6 +12,8 @@ s = status ci = commit lol = log --graph --pretty=oneline --abbrev-commit --all dt = difftool +# https://stackoverflow.com/questions/17369254/is-there-a-way-to-cause-git-reflog-to-show-a-date-alongside-each-entry +rl = reflog --format='%C(auto)%h %<|(17)%gd %C(blue)%ci%C(reset) %s' [core] excludesfile = ~/.gitignore_global