| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
This reverts commit 005f81ae3daeef3575cba0fd9deb84d15eca5835.
|
|
|
|
|
| |
Related to
https://github.com/gitpython-developers/GitPython/issues/1095#issuecomment-888032424
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
configparser type
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fix errors
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
.read_only .get_value .get_values ._string_to_value ._value_to_string .add_value .rename_section
|
| |
|
| |
|
|
|
|
| |
._included_paths() .__del__() .__exit__() .__enter__() ._optionform()
|
| |
|
| |
|
| |
|
|
|
|
| |
.needs_values() .set_dirty_and_flush_changes()
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This is necessary when working with conditional include
sections as it requires the git directory or active branch name.
https://git-scm.com/docs/git-config#_conditional_includes
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
#717
|