Alter options to git log. Remove pipe

This commit is contained in:
Nicolai Skogheim 2015-07-08 17:58:12 +02:00
parent 392a2d67db
commit cb15c94eab

View file

@ -9,7 +9,7 @@ color=
#
date() {
git log --pretty='format: %ai' $1 | cut -d ' ' -f 2
git log --pretty='format: %ad' --date=short $1
}
#