Commit 3b12f46
wincred: accept CRLF on stdin to simplify console usage
The windows credential helper currently only accepts LF on stdin, but bash
and cmd.exe both send CRLF. This prevents interactive use in the console.
Change the stdin parser to optionally accept CRLF.
Signed-off-by: Karsten Blees <[email protected]>
Signed-off-by: Erik Faye-Lund <[email protected]>1 parent 4dac067 commit 3b12f46
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
287 | 291 | | |
288 | | - | |
| 292 | + | |
289 | 293 | | |
290 | | - | |
291 | 294 | | |
292 | 295 | | |
293 | 296 | | |
| |||
0 commit comments