msysGit: Why does git log output blank lines?
Posted
by Sam
on Stack Overflow
See other posts from Stack Overflow
or by Sam
Published on 2010-05-24T18:13:48Z
Indexed on
2010/05/24
18:21 UTC
Read the original article
Hit count: 291
It appears to insert less blank lines the closer I type the command to the bottom of the terminal window. If I type it at the top of the terminal window, it inserts nearly a full window height of blank lines; if I type it at the very bottom, no blank lines are inserted.
It seems like the pager program is pushing output to the bottom of the terminal window, but I want the output to be right below my command or at the top, like in Linux git.
I can get expected behavior by using git --no-pager log
, but what if I want to use a pager?
© Stack Overflow or respective owner