You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-instates check dropped in b8b61f8.
Use --ignore-blank-lines because sphinx templates have
trailing lines that are not wanted here, and 92b799a
and others removed the custom handling of these, and
moban doesnt yet have post-processors to handle this.
git diff --ignore-blank-lines --exit-code still emits
an exit code even if there was no applicable changes,
even with git v2.22.0 on Travis' bionic image.
Workaround with a shell loop.
0 commit comments