#4262 CI: fix git-log to not page output
Merged by pingou. Opened by bstinson.
bstinson/pagure fix-ci-git-log  into  master

Download 4262.patch

Sometimes in strange tty situations (in a container that was started by
an ssh session, within a jenkins workspace for example). Git gets
confused about what it should do with its output and tries to be helpful
about piping it to a pager. It shouldn't do that in the CI context
because that blocks execution.

Signed-off-by: Brian Stinson brian@bstinson.com

Nice, thanks! :)

Pull-Request has been merged by pingou

Metadata