mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
This bug was caused how the timestamp was formatted for the patch file. On Windows machines, ":" is an invalid character for a filename, but the `stampNano` format for time contains ":". This fix adjusts the time format to be the `stampNano` format with "." subsituted for ":". |
||
|---|---|---|
| .. | ||
| app | ||
| commands | ||
| config | ||
| gui | ||
| i18n | ||
| test | ||
| theme | ||
| updates | ||
| utils | ||