Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
Example: fixed version 1
Browse files Browse the repository at this point in the history
Version 1 originally demonstrated a minor change from Windows to Unix line
termination but the checksums no longer validated after Git's autocrlf
implicitly did the same thing.

Now we have a simple example for the scenario where content was trivially
word-wrapped before acceptance.
  • Loading branch information
acdha committed Feb 18, 2011
1 parent 10f4ed1 commit 47e53b5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
7 changes: 1 addition & 6 deletions example/bags/bag1/versions/1/data/lorem.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
2 changes: 1 addition & 1 deletion example/bags/bag1/versions/1/manifest-md5.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6261e6365902696605570bb44bd1db8f data/lorem.txt
f5c85408e67ef9a90f3e416863ba84de data/lorem.txt
2 changes: 1 addition & 1 deletion example/bags/bag1/versions/1/manifest-sha1.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
79ca8dbb8357afdbc6c0bf2cfa67e87a5a81c8ba data/lorem.txt
b739cc59f5a89f502776e09b07f91d3f11657cc2 data/lorem.txt
4 changes: 2 additions & 2 deletions example/bags/bag1/versions/1/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"payload": [
{
"checksum": {
"md5": "6261e6365902696605570bb44bd1db8f",
"sha1": "79ca8dbb8357afdbc6c0bf2cfa67e87a5a81c8ba"
"md5": "f5c85408e67ef9a90f3e416863ba84de",
"sha1": "b739cc59f5a89f502776e09b07f91d3f11657cc2"
},
"path": "data/lorem.txt"
}
Expand Down

0 comments on commit 47e53b5

Please sign in to comment.