mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 21:05:48 +02:00
deal with month time unit in reflog output
This commit is contained in:
parent
6e585c54a2
commit
59885e45df
1 changed files with 3 additions and 1 deletions
|
@ -532,7 +532,9 @@ git reflog -n100 --pretty='%cr|%gs' --grep-reflog='checkout: moving' HEAD | {
|
|||
printf "%s\t%s\n" "$date" "$branch"
|
||||
fi
|
||||
fi
|
||||
done \
|
||||
done \
|
||||
| sed 's/ months /m /g' \
|
||||
| sed 's/ month /m /g' \
|
||||
| sed 's/ days /d /g' \
|
||||
| sed 's/ day /d /g' \
|
||||
| sed 's/ weeks /w /g' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue