mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
git-summary: shorter repo age
This commit is contained in:
parent
510e2c4d1b
commit
c9fedfa27f
|
|
@ -59,7 +59,7 @@ authors() {
|
|||
#
|
||||
|
||||
repository_age() {
|
||||
git log --reverse --pretty=oneline --format="%cd (%cr)" | head -n 1
|
||||
git log --reverse --pretty=oneline --format="%cr" | head -n 1
|
||||
}
|
||||
|
||||
# summary
|
||||
|
|
|
|||
Loading…
Reference in a new issue