Commit 9907486
committed
cmd/git(fix[Git.init]): Remove invalid --default parameter
why: Git's init command does not have a --default flag. This parameter
would cause runtime failures when used.
what:
- Remove default parameter from init() signature
- Remove default from docstring
- Remove if default is True: block1 parent d4babb9 commit 9907486
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1066 | 1066 | | |
1067 | 1067 | | |
1068 | 1068 | | |
1069 | | - | |
1070 | 1069 | | |
1071 | 1070 | | |
1072 | 1071 | | |
| |||
1122 | 1121 | | |
1123 | 1122 | | |
1124 | 1123 | | |
1125 | | - | |
1126 | | - | |
1127 | | - | |
1128 | 1124 | | |
1129 | 1125 | | |
1130 | 1126 | | |
| |||
1284 | 1280 | | |
1285 | 1281 | | |
1286 | 1282 | | |
1287 | | - | |
1288 | | - | |
1289 | 1283 | | |
1290 | 1284 | | |
1291 | 1285 | | |
| |||
0 commit comments