Commit 8c8c8c0
git-completion.bash: separate some commands onto their own line
In e94fb44 (git-completion.bash: pass $__git_subcommand_idx from
__git_main(), 2021-03-24), a line was introduced which contained
multiple statements. This is difficult to read so break it into multiple
lines.
While we're at it, follow this convention for the rest of the
__git_main() and break up lines that contain multiple statements.
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>1 parent 6131807 commit 8c8c8c0
1 file changed
+28
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3400 | 3400 | | |
3401 | 3401 | | |
3402 | 3402 | | |
3403 | | - | |
3404 | | - | |
3405 | | - | |
3406 | | - | |
3407 | | - | |
3408 | | - | |
| 3403 | + | |
| 3404 | + | |
| 3405 | + | |
| 3406 | + | |
| 3407 | + | |
| 3408 | + | |
| 3409 | + | |
| 3410 | + | |
| 3411 | + | |
| 3412 | + | |
| 3413 | + | |
| 3414 | + | |
| 3415 | + | |
| 3416 | + | |
| 3417 | + | |
| 3418 | + | |
| 3419 | + | |
| 3420 | + | |
| 3421 | + | |
3409 | 3422 | | |
3410 | 3423 | | |
3411 | 3424 | | |
3412 | | - | |
3413 | | - | |
| 3425 | + | |
| 3426 | + | |
| 3427 | + | |
| 3428 | + | |
| 3429 | + | |
| 3430 | + | |
| 3431 | + | |
3414 | 3432 | | |
3415 | 3433 | | |
3416 | 3434 | | |
| |||
3432 | 3450 | | |
3433 | 3451 | | |
3434 | 3452 | | |
3435 | | - | |
| 3453 | + | |
| 3454 | + | |
3436 | 3455 | | |
3437 | 3456 | | |
3438 | 3457 | | |
| |||
0 commit comments