Skip to content

Commit

Permalink
Disable git pager on when running git log (ScoopInstaller#2144)
Browse files Browse the repository at this point in the history
  • Loading branch information
r15ch13 committed Mar 21, 2018
1 parent 992c75e commit a8bbe6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/git.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ function git_fetch {
}

function git_log {
git_proxy_cmd log $args
git_proxy_cmd --no-pager log $args
}

0 comments on commit a8bbe6b

Please sign in to comment.