syncthing/cmd/ursrv
Ross Smith II 17e60b9e0c
Chmod -x non-executable files (fixes #9629) (#9630)
Fixed via
```
git ls-files -s | grep 100755 | grep -E -v '(run|sh)$' | cut -f 2 | xargs git update-index --chmod -x
```
See #9629.
2024-08-05 18:32:23 +02:00
..
aggregate cmd/ursrv: Remove old, unused user movement code 2023-07-10 09:21:40 +02:00
serve Chmod -x non-executable files (fixes #9629) (#9630) 2024-08-05 18:32:23 +02:00
main.go all: Use own automaxprocs package that doesn't log (ref #9436) (#9437) 2024-02-27 13:05:19 +01:00