97
98
99
100
101
102
103
104
105
106
107
108
|
97
98
99
100
101
102
103
|
-
-
-
-
-
|
```
That file, along with many others, was moved to `../tools` in this checkout. We have the state necessary to do this check (namely, the vfile table), it just needs to get done).
#### Optionally show full content of added/removed files
For newly-added/removed files, f-vdiff politely only shows "added" or "removed," not the whole content. Thought it's ostensibly easy to add an option to do this, f-vdiff's internal structure didn't really foresee that possibility and retrofitting it now requires some reworking.
## f-zip
2022-08-22: f-zip is apparently not storing the +x bit. fossil zip does.
|