aboutsummaryrefslogtreecommitdiff
path: root/docs/jsonvalidator.py
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-10-03 20:58:51 -0400
committerEli Schwartz <eschwartz@archlinux.org>2021-10-04 22:48:09 -0400
commitb57b1050a6c6d38b3adf4b8f5e40e25892c878a6 (patch)
treef4a34f4ef888debd38a0e1340d0e8bf3bdabd4ea /docs/jsonvalidator.py
parent6b8f10cf6b1ee603ad7f584f7be8340e6974fb4f (diff)
downloadmeson-b57b1050a6c6d38b3adf4b8f5e40e25892c878a6.zip
meson-b57b1050a6c6d38b3adf4b8f5e40e25892c878a6.tar.gz
meson-b57b1050a6c6d38b3adf4b8f5e40e25892c878a6.tar.bz2
wrap clone: be less noisy when doing automated code checkouts
There are two possible issues, both of which emit very long messages from git: - when shallow cloning via depth + a pinned commit we locally init rather than cloning; use an almost-certainly not conflicting dummy branch name - any time a checkout of a revision is performed, it might not be a branch name, in which case it will be a detached HEAD. By default git is very noisy about this -- it wants you to know what happened and how not to mess up. But wraps aren't per default intended for user editing and development, it's just part of the internal transport which meson uses. So, temporarily squelch this advice. Do not permanently configure the repo like this though, because the user *might* cd in and start developing on the subproject; in this case, any additional git advice they trigger is their responsibility (and they probably do want it). Fixes #9318
Diffstat (limited to 'docs/jsonvalidator.py')
0 files changed, 0 insertions, 0 deletions