mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 01:50:14 +01:00
Calling `clang-format` with no files means to read
stdin, it thus hangs:
$ ./contrib/scripts/nm-code-format.sh .git
Also, the following does not work:
$ ./contrib/scripts/nm-code-format.sh src/platform/
hangs. Seems there is a bug in `git ls-files` to not list all files:
podman run -ti alpine:latest \
sh -c '
apk add git &&
git clone https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git &&
cd NetworkManager &&
git checkout -B tmp
|
||
|---|---|---|
| .. | ||
| alpine | ||
| art/logo | ||
| debian | ||
| editors | ||
| fedora | ||
| scripts | ||