whatwg / html-build

Build scripts for https://github.com/whatwg/html
Other
62 stars 62 forks source link

Pass --no-pager to git log command. #288

Closed dbaron closed 10 months ago

dbaron commented 10 months ago

Without --no-pager, this command can (depending on the user's pager settings) cause build.sh to show just a full screen git log in the user's pager (for example, if PAGER="less -Cemf"). This behavior is unexpected, and it seems like the intended behavior here is to have the git log appear as a continuous part of the output.