Skip to content

Commit cac9975

Browse files
committed
Disable git pager when running git log (#2144)
1 parent 992c75e commit cac9975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/git.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ function git_fetch {
2424
}
2525

2626
function git_log {
27-
git_proxy_cmd log $args
27+
git_proxy_cmd --no-pager log $args
2828
}

0 commit comments

Comments
 (0)