File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ tree_hash([ predicate, ] tarball;
163163* ` skip_empty :: Bool `
164164
165165Compute a tree hash value for the file tree that the tarball contains. By
166- default, this uses git's tree hashing algorigthm with the SHA1 secure hash
166+ default, this uses git's tree hashing algorithm with the SHA1 secure hash
167167function (like current versions of git). This means that for any tarball whose
168168file tree git can represent—i.e. one with only files, symlinks and non-empty
169169directories—the hash value computed by this function will be the same as the
@@ -188,7 +188,7 @@ using in the future (due to known attacks on SHA1). Support for other file tree
188188hashing algorithms may be added in the future.
189189
190190The ` skip_empty ` option controls whether directories in the tarball which
191- recursiviely contain no files or symlinks are included in the hash or ignored.
191+ recursively contain no files or symlinks are included in the hash or ignored.
192192In general, if you are hashing the content of a tarball or a file tree, you care
193193about all directories, not just non-empty ones, so including these in the
194194computed hash is the default. So why does this function even provide the option
Original file line number Diff line number Diff line change 275275 skip_empty :: Bool
276276
277277Compute a tree hash value for the file tree that the tarball contains. By
278- default, this uses git's tree hashing algorigthm with the SHA1 secure hash
278+ default, this uses git's tree hashing algorithm with the SHA1 secure hash
279279function (like current versions of git). This means that for any tarball whose
280280file tree git can represent—i.e. one with only files, symlinks and non-empty
281281directories—the hash value computed by this function will be the same as the
@@ -300,7 +300,7 @@ using in the future (due to known attacks on SHA1). Support for other file tree
300300hashing algorithms may be added in the future.
301301
302302The `skip_empty` option controls whether directories in the tarball which
303- recursiviely contain no files or symlinks are included in the hash or ignored.
303+ recursively contain no files or symlinks are included in the hash or ignored.
304304In general, if you are hashing the content of a tarball or a file tree, you care
305305about all directories, not just non-empty ones, so including these in the
306306computed hash is the default. So why does this function even provide the option
You can’t perform that action at this time.
0 commit comments