We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992c75e commit cac9975Copy full SHA for cac9975
1 file changed
lib/git.ps1
@@ -24,5 +24,5 @@ function git_fetch {
24
}
25
26
function git_log {
27
- git_proxy_cmd log $args
+ git_proxy_cmd --no-pager log $args
28
0 commit comments