forked fromgitpython-developers/GitPython
- Notifications
You must be signed in to change notification settings - Fork0
Commita771e10
committed
refactor(repo): parameter renaming and cleanup
* renamed `consider_submodules` to `submodules` to be in line with the existing parameters. Nowadays I would prefer the `consider_` prefix, but can't change the existing API and thus stick to the current naming scheme.* reduced amount of code in one portion to make it more maintainable.Related togitpython-developers#2941 parentb8e700e commita771e10
1 file changed
+3
-6
lines changedLines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
564 | 564 |
| |
565 | 565 |
| |
566 | 566 |
| |
567 |
| - | |
| 567 | + | |
568 | 568 |
| |
569 | 569 |
| |
570 | 570 |
| |
| |||
577 | 577 |
| |
578 | 578 |
| |
579 | 579 |
| |
580 |
| - | |
| 580 | + | |
581 | 581 |
| |
582 | 582 |
| |
583 | 583 |
| |
| |||
591 | 591 |
| |
592 | 592 |
| |
593 | 593 |
| |
594 |
| - | |
595 |
| - | |
596 |
| - | |
597 |
| - | |
| 594 | + | |
598 | 595 |
| |
599 | 596 |
| |
600 | 597 |
| |
|
0 commit comments
Comments
(0)