1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-09 13:47:11 +02:00
Jesse Duffield 862ebd25cb Speed up remote loader
We're:
* using concurrency with wait groups
* avoiding regex
* processing lines of input as they come rather than storing everything in one string
* avoiding an inner loop by creating a mapping of remote names to branches
2023-07-29 10:04:11 +10:00
..
2023-07-29 10:04:11 +10:00
2023-07-09 21:30:19 +10:00
2023-07-29 09:39:22 +10:00
2023-05-20 20:54:39 +10:00
2022-01-04 09:07:15 +11:00
2022-12-30 20:01:14 +09:00