mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-06 22:33:07 +02:00
Use 'M' for months in branches panel
This commit is contained in:
@ -31,9 +31,7 @@ var periods = []period{
|
|||||||
{"h", SECONDS_IN_HOUR},
|
{"h", SECONDS_IN_HOUR},
|
||||||
{"d", SECONDS_IN_DAY},
|
{"d", SECONDS_IN_DAY},
|
||||||
{"w", SECONDS_IN_WEEK},
|
{"w", SECONDS_IN_WEEK},
|
||||||
// we're using 'm' for both minutes and months which is ambiguous but
|
{"M", SECONDS_IN_MONTH},
|
||||||
// disambiguating with another character feels like overkill.
|
|
||||||
{"m", SECONDS_IN_MONTH},
|
|
||||||
{"y", SECONDS_IN_YEAR},
|
{"y", SECONDS_IN_YEAR},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user