diff options
author | Johannes Sixt <j6t@kdbg.org> | 2016-12-13 20:09:31 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-12-13 11:15:10 -0800 |
commit | eaa76de0dff57f13a6fb7f791f3a486a407f5c27 (patch) | |
tree | 0acce388950f862d8bdd5c363fd2db490bfe2660 /builtin/shortlog.c | |
parent | tmp-objdir: quote paths we add to alternates (diff) | |
download | tgif-eaa76de0dff57f13a6fb7f791f3a486a407f5c27.tar.xz |
t5547-push-quarantine: run the path separator test on Windows, too
To perform the test case on Windows in a way that corresponds to the
POSIX version, inject the semicolon in a directory name.
Typically, an absolute POSIX style path, such as the one in $PWD, is
translated into a Windows style path by bash when it invokes git.exe.
However, the presence of the semicolon suppresses this translation;
but the untranslated POSIX style path is useless for git.exe.
Therefore, instead of $PWD pass the Windows style path that $(pwd)
produces.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/shortlog.c')
0 files changed, 0 insertions, 0 deletions