git: default to dates in human
format for git-log
This commit is contained in:
parent
b870ca983d
commit
f724115bc0
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
[alias]
|
[alias]
|
||||||
cm = commit --verbose
|
cm = commit --verbose
|
||||||
co = checkout
|
co = checkout
|
||||||
l = log --graph --format='%C(auto)%h%d %s %C(10)%ar'
|
l = log --graph --format='%C(auto)%h%d %s %C(10)%ad'
|
||||||
ln = log --graph --format='%C(auto)%h%d %s %C(10)%ar %C(auto)by %C(10)%an<%ae>'
|
ln = log --graph --format='%C(auto)%h%d %s %C(10)%ad %C(auto)by %C(10)%an<%ae>'
|
||||||
ll = log --graph --decorate --stat
|
ll = log --graph --decorate --stat
|
||||||
la = l --all
|
la = l --all
|
||||||
lna = ln --all
|
lna = ln --all
|
||||||
|
@ -15,6 +15,9 @@
|
||||||
trustctime = false # http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/
|
trustctime = false # http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/
|
||||||
pager = less -F -X
|
pager = less -F -X
|
||||||
|
|
||||||
|
[log]
|
||||||
|
date = human
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = nothing
|
default = nothing
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue