-
-
Notifications
You must be signed in to change notification settings - Fork 954
Commit ab95886
committed
Eliminate istream_ok variable
In Git.execute, the stdin argument to Popen is the only one where a
compound expression (rather than a single term) is currently
passed. So having that be the same in the log message makes it
easier to understand what is going on, as well as to see how the
information shown in the log corresponds to what Popen receives.1 parent c3fde7f commit ab95886
1 file changed
+1
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
973 | 973 |
| |
974 | 974 |
| |
975 | 975 |
| |
976 | - | ||
977 | - | ||
978 | - | ||
979 | 976 |
| |
980 | 977 |
| |
981 | 978 |
| |
982 | 979 |
| |
983 | 980 |
| |
984 | 981 |
| |
985 | - | ||
982 | + | ||
986 | 983 |
| |
987 | 984 |
| |
988 | 985 |
| |
|
0 commit comments