Skip to content

Fix \0040 diff bug and add move flag

Compare
Choose a tag to compare
@JavaScriptDude JavaScriptDude released this 28 May 01:10
· 2 commits to main since this release
48f17d8

zfs diff has an issue that spaces in file names are replaced with \0040. Added patch to correct this condition. Also added feature to have a move flag for diffs (V). By default zfs diff returns R for Rename and Move but new flag on get_diffs allows for distinction between rename (R) and move (V).