Commit 2c9e323b3e6b33240740c40bbef58acdae141b56

Stefan Sperling 2021-10-10T19:26:26

speed up 'got histedit -l' and 'got rebase -l' Cache commit timestamps in struct got_reference in case we are sorting references by commit timestamp. This avoids opening and closing commits every time we compare two references with each other. ok thomas.adam