upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/lib/git
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/git')
-rw-r--r--src/lib/git/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/git/mod.rs b/src/lib/git/mod.rs
index dc84ee3..23fa5f0 100644
--- a/src/lib/git/mod.rs
+++ b/src/lib/git/mod.rs
@@ -1477,7 +1477,7 @@ mod tests {
1477 +some content1\n\\ \ 1477 +some content1\n\\ \
1478 No newline at end of file\n\ 1478 No newline at end of file\n\
1479 --\n\ 1479 --\n\
1480 libgit2 1.9.1\n\ 1480 libgit2 1.9.2\n\
1481 \n\ 1481 \n\
1482 ", 1482 ",
1483 git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &None)?, 1483 git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &None)?,
@@ -1513,7 +1513,7 @@ mod tests {
1513 +some content1\n\\ \ 1513 +some content1\n\\ \
1514 No newline at end of file\n\ 1514 No newline at end of file\n\
1515 --\n\ 1515 --\n\
1516 libgit2 1.9.1\n\ 1516 libgit2 1.9.2\n\
1517 \n\ 1517 \n\
1518 ", 1518 ",
1519 git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &Some((3, 5)))?, 1519 git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &Some((3, 5)))?,