Commit 7fc3543
Pass --no-pager to git log command.
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.1 parent 9677c21 commit 7fc3543
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
0 commit comments