mirror of
https://github.com/git/git.git
synced 2026-04-02 13:00:08 +02:00
On Windows, the pager was always run via a shell, which is not the case on Unix, where the shell variant was only used as a fallback. Thus, setting the pager, for example, like this: PAGER="C:/Program Files/msys/bin/less" would fail; an extra set of quotes is needed: PAGER="\"C:/Program Files/msys/bin/less\"" With this patch the former setting works as well. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
1.9 KiB
1.9 KiB