1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-24 06:03:38 +03:00
Lunny Xiao e84e5db6de
Lazy load object format with command line and don't do it in OpenRepository (#29712)
Most time, when invoking `git.OpenRepository`, `objectFormat` will not
be used, so it's a waste to invoke commandline to get the object format.
This PR make it a lazy operation, only invoke that when necessary.
2024-03-12 04:21:27 +00:00
..
2024-02-25 13:32:13 +00:00
2024-02-25 13:32:13 +00:00
2024-03-05 15:13:35 +00:00
2023-12-19 09:29:05 +00:00
2023-07-07 05:31:56 +00:00
2024-02-25 13:32:13 +00:00
2023-02-11 08:39:50 +08:00
2023-12-25 20:13:18 +08:00
2024-03-04 08:16:03 +00:00
2024-02-25 13:32:13 +00:00
2022-12-30 23:31:00 +08:00
2023-11-03 15:21:05 +00:00
2024-01-12 21:50:38 +00:00