mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Current problems:
bash(1) is not always installed (by default), /bin/sh is
(Open)BSD find(1) requires at least one path argument, i.e. . which GNU
find(1) implies
(Open)BSD find(1) does not support -ipath
git-ls-files(1) benefits:
gitignore(5) files are honored
simpler/more powerful patterns (see gitglossary(7) wrt. pathspec)
runClangFormat.sh can be run from git subdirectories to only format
selected files (explicitl passing files could be easil implemented)
works on every system with git(1), no portability issues (see above)
The one "drawback" with git-ls-files(1) is requiring git(1) working tree
rather than a release tarball, but active development requries git
anyway, so that does not seem like a blocker.
Only run xargs(1) if files were listed (-r), since we can now run the
script from subdirectories without source code.
|
||
|---|---|---|
| .. | ||
| commitMessage | ||
| development | ||
| server | ||
| vcpkg | ||
| backportTranslations.py | ||
| docker-compose.yml | ||
| extract-emojione-flags.py | ||
| generate_cmake_options_docs.py | ||
| generate-ApplicationPalette-class.py | ||
| generate-cipherinfo.py | ||
| generate-ffdhe.py | ||
| generate-mumble_qt-qrc.py | ||
| generate-qrc.py | ||
| generateChangelog.py | ||
| generateIceWrapper.py | ||
| git2cl.pl | ||
| info.mumble.Mumble.appdata.xml.in | ||
| info.mumble.Mumble.desktop | ||
| mkflags.py | ||
| mkini-win32.bat | ||
| mkini.sh | ||
| mklic.pl | ||
| mumble-build-number.py | ||
| mumble-overlay | ||
| mumble-version.py | ||
| mumble.protocol | ||
| murmur-user-wrapper | ||
| murmur.conf | ||
| murmur.ini | ||
| murmur.init | ||
| murmur.logrotate | ||
| murmur.service | ||
| php.ini | ||
| rcc-depends.py | ||
| release.pl | ||
| runClangFormat.sh | ||
| transtate.py | ||
| updateLicenseHeaders.py | ||
| updatetranslations.py | ||