c256117 CI: fix git-log to not page output

Authored and Committed by bstinson 5 years ago
    CI: fix git-log to not page output
    
    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>
    
        
file modified
+1 -1
file modified
+1 -1