ValentinFrancois / python-gitlab-submodule

List project submodules and get the commits they point to with python-gitlab
Apache License 2.0
3 stars 3 forks source link

[MINOR] Add support for the remainder of .gitmodules attributes #26

Open dhguzman opened 2 months ago

dhguzman commented 2 months ago
dhguzman commented 2 months ago

Came across this repository while perusing for a package to extend python-gitlab to include submodules. Needed access to other attributes like "submodule.[name].branch" and "submodule.[name].ignore", so I thought this would be a useful extension here.