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