Artifact 9b4270efae5bf3f8fa71a62823003967c6d68ef40ea67cbbb1540159d03b3620:
- File src/vfile.c — part of check-in [4cca90338a] at 2023-05-22 21:00:09 on branch trunk — Fixed a symmetry problem in the vfile.chnged implementation: it had an explicit check for when a file used to be a regular file and was replaced by a symlink pointing to the same content, but it didn't then check for the inverse case. Since the size and hash checks become nonsense when both files aren't of the same type (whether symlinks or regular files) we have to check for this case, too, else the only way to get the "UNLINK" output from "fossil status" required trickery. See [forum:/forumpost/204ff988263d7795 | this forum post] for a test case and the trick previously needed to get Fossil to report "UNLINK" as a file's change status. (user: wyoung size: 35351) [more...]
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.