Giteabot
144648a4af
Fix IsObjectExist
with gogit ( #31790 ) ( #31806 )
...
Backport #31790 by @wolfogre
Fix #31271 .
When gogit is enabled, `IsObjectExist` calls
`repo.gogitRepo.ResolveRevision`, which is not correct. It's for
checking references not objects, it could work with commit hash since
it's both a valid reference and a commit object, but it doesn't work
with blob objects.
So it causes #31271 because it reports that all blob objects do not
exist.
Co-authored-by: Jason Song <i@wolfogre.com>
2024-08-09 15:43:23 +08:00
..
2024-03-22 19:17:30 +08:00
2023-10-24 02:54:59 +00:00
2023-08-07 15:00:53 -04:00
2023-08-30 06:55:25 +00:00
2024-04-22 11:48:42 +00:00
2024-02-25 13:32:13 +00:00
2024-02-27 18:56:18 +01:00
2024-06-17 07:41:47 +00:00
2024-05-27 14:23:47 +00:00
2024-04-02 17:48:27 +00:00
2024-04-09 20:27:30 +08:00
2024-04-02 17:48:27 +00:00
2024-04-03 02:16:46 +00:00
2023-10-14 08:37:24 +00:00
2024-02-16 15:18:30 +00:00
2024-08-09 15:43:23 +08:00
2023-09-29 12:12:54 +00:00
2024-03-08 15:30:10 +08:00
2024-03-18 21:14:51 +00:00
2023-12-17 14:38:54 +00:00
2023-10-18 09:44:36 +00:00
2023-08-05 04:34:59 +00:00
2024-01-29 16:18:40 +00:00
2024-06-15 03:44:44 +00:00
2024-07-24 15:55:21 +08:00
2024-05-24 11:01:09 +08:00
2024-07-31 23:06:37 +08:00
2024-04-27 12:23:37 +00:00
2024-08-09 15:43:23 +08:00
2023-09-14 17:09:32 +00:00
2024-02-14 21:48:45 +00:00
2024-04-13 17:32:15 +00:00
2024-04-22 11:48:42 +00:00
2024-05-08 14:17:18 +00:00
2024-04-27 08:03:49 +00:00
2023-12-25 20:13:18 +08:00
2024-04-22 23:55:43 +00:00
2024-05-02 09:48:24 +08:00
2024-07-31 23:06:37 +08:00
2024-02-25 13:32:13 +00:00
2024-04-25 11:22:32 +00:00
2024-06-29 15:54:15 +00:00
2023-11-03 15:21:05 +00:00
2023-09-13 01:18:52 +00:00
2024-06-20 01:27:13 +00:00
2024-03-22 12:16:23 +00:00
2023-10-15 17:46:06 +02:00
2024-06-19 11:23:24 +08:00
2024-06-10 12:04:49 +08:00
2024-04-03 02:16:46 +00:00
2024-04-02 17:48:27 +00:00
2023-08-15 10:31:25 +08:00
2023-10-15 17:46:06 +02:00
2024-05-20 06:17:21 +00:00
2023-08-30 10:46:49 -05:00
2024-06-11 05:57:51 +00:00
2024-01-12 21:50:38 +00:00