Skip to content

Commit

Permalink
Add the ability to control which files in the input root are hardlinked
Browse files Browse the repository at this point in the history
This change acts as a counter proposal to PR #216. Instead of globally
stating whether files should be hardlinked or not, it adds the ability
to let clients control whether files are aliased.

It achieves this by adding a salt field to FileNode. If two files have
the same salt and all other (non-name) properties match, they SHOULD get
constructed in the form of hardlinks.
  • Loading branch information
EdSchouten committed Apr 12, 2022
1 parent e956416 commit ba47739
Show file tree
Hide file tree
Showing 2 changed files with 681 additions and 657 deletions.
Loading

0 comments on commit ba47739

Please sign in to comment.