Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork943
Commit790a790
committed
Log stdin arg as such, and test that this is done
This changes how the Popen call debug logging line shows theinformal summary of what kind of thing is being passed as the stdinargument to Popen, showing it with stdin= rather than istream=.The new test, with "istream" in place of "stdin", passed before thecode change in the git.cmd module, failed once "istream" waschanged to "stdin" in the test, and then, as expected, passed againonce "istream=" was changed to "stdin=" in the log.debug call ingit.cmd.Git.execute.1 parent9fa1cee commit790a790
2 files changed
+11
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
979 | 979 |
| |
980 | 980 |
| |
981 | 981 |
| |
982 |
| - | |
| 982 | + | |
983 | 983 |
| |
984 | 984 |
| |
985 | 985 |
| |
|
Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
127 | 137 |
| |
128 | 138 |
| |
129 | 139 |
| |
|
0 commit comments
Comments
(0)