Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork944
Commitedf9fc5
committed
Git: guard against passing False to git commands
git does not accept commands of the form:git cmd --xx=Falseorgit cmd -xFalseThis patch prevents transform_kwargs from producingcommand lines with those values.This adds some flexibility/syntactic sugar for callerssince they can then assume that kwargs with a False valueare not passed to git commands.Signed-off-by: David Aguilar <davvid@gmail.com>1 parentbf20839 commitedf9fc5
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 |
| - | |
| 135 | + | |
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
| 140 | + | |
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
|
0 commit comments
Comments
(0)