diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-05-06 13:51:26 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-05-06 14:00:29 +0100 |
| commit | c19f173199b6beebf078a9e5c54014dbef85aa82 (patch) | |
| tree | b3f233b3116748c2a5de398cffa3a1de7c7473ad /src/lib/git | |
| parent | 1c4e5ff8c8addc20862d59606c7daf900bd69c67 (diff) | |
chore: update git2 ~> v0.20.2
we have had some bugs related to git2 so moving to the latest version
Diffstat (limited to 'src/lib/git')
| -rw-r--r-- | src/lib/git/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/git/mod.rs b/src/lib/git/mod.rs index 1329820..0256457 100644 --- a/src/lib/git/mod.rs +++ b/src/lib/git/mod.rs | |||
| @@ -1271,7 +1271,7 @@ mod tests { | |||
| 1271 | +some content1\n\\ \ | 1271 | +some content1\n\\ \ |
| 1272 | No newline at end of file\n\ | 1272 | No newline at end of file\n\ |
| 1273 | --\n\ | 1273 | --\n\ |
| 1274 | libgit2 1.8.1\n\ | 1274 | libgit2 1.9.0\n\ |
| 1275 | \n\ | 1275 | \n\ |
| 1276 | ", | 1276 | ", |
| 1277 | git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &None)?, | 1277 | git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &None)?, |
| @@ -1307,7 +1307,7 @@ mod tests { | |||
| 1307 | +some content1\n\\ \ | 1307 | +some content1\n\\ \ |
| 1308 | No newline at end of file\n\ | 1308 | No newline at end of file\n\ |
| 1309 | --\n\ | 1309 | --\n\ |
| 1310 | libgit2 1.8.1\n\ | 1310 | libgit2 1.9.0\n\ |
| 1311 | \n\ | 1311 | \n\ |
| 1312 | ", | 1312 | ", |
| 1313 | git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &Some((3, 5)))?, | 1313 | git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &Some((3, 5)))?, |