pygit2 icon indicating copy to clipboard operation
pygit2 copied to clipboard

Add support for several more submodule functions

Open leftink opened this issue 5 years ago • 1 comments

Add support for:

  • Initializing a submodule
  • Synchronizing the repo with updates to the config
  • Reloading the submodule information
  • Add the submodule HEAD to the index
  • Retrieving the submodule status

Add property for:

  • Getting the OID in the index
  • Getting the OID in the working directory
  • Setting the submodule URL
  • Setting the submodule Branch
  • Getting/Setting the submodule ignore rule
  • Getting/Setting the submodule fetch/recurse rule
  • Getting/Setting the submodule update rule

leftink avatar May 31 '20 23:05 leftink

Looks good, can you please add the unit tests?

jdavid avatar Jun 04 '20 07:06 jdavid