contrib: add win32 credential-helper
Since the Windows port of Git expects binary pipes, we need to make sure the helper-end also sets up binary pipes. Side-step CRLF-issue in test to make it pass. Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
2a9a19e1b1
commit
a6253da0f3
@ -18,6 +18,10 @@ check() {
|
||||
cat stderr &&
|
||||
false
|
||||
fi &&
|
||||
if test_have_prereq MINGW
|
||||
then
|
||||
dos2unix -q stderr
|
||||
fi &&
|
||||
test_cmp expect-stdout stdout &&
|
||||
test_cmp expect-stderr stderr
|
||||
}
|
||||
|
Reference in New Issue
Block a user