upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/git.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/git.rs')
-rw-r--r--src/git.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/git.rs b/src/git.rs
index 6de9e90..5afb1e4 100644
--- a/src/git.rs
+++ b/src/git.rs
@@ -1076,7 +1076,7 @@ mod tests {
1076 +some content1\n\\ \ 1076 +some content1\n\\ \
1077 No newline at end of file\n\ 1077 No newline at end of file\n\
1078 --\n\ 1078 --\n\
1079 libgit2 1.7.1\n\ 1079 libgit2 1.7.2\n\
1080 \n\ 1080 \n\
1081 ", 1081 ",
1082 git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &None)?, 1082 git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &None)?,
@@ -1112,7 +1112,7 @@ mod tests {
1112 +some content1\n\\ \ 1112 +some content1\n\\ \
1113 No newline at end of file\n\ 1113 No newline at end of file\n\
1114 --\n\ 1114 --\n\
1115 libgit2 1.7.1\n\ 1115 libgit2 1.7.2\n\
1116 \n\ 1116 \n\
1117 ", 1117 ",
1118 git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &Some((3, 5)))?, 1118 git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &Some((3, 5)))?,