mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 23:46:24 -04:00
Alter options to git log. Remove pipe
This commit is contained in:
parent
392a2d67db
commit
cb15c94eab
|
|
@ -9,7 +9,7 @@ color=
|
|||
#
|
||||
|
||||
date() {
|
||||
git log --pretty='format: %ai' $1 | cut -d ' ' -f 2
|
||||
git log --pretty='format: %ad' --date=short $1
|
||||
}
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue