make_subdep_entry

support.git.make_subdep_entry(path, fileobj=None)

Add submodule (separate repo in this directory) to subdep.txt

subdep.txt is a file listing all the sub-repos, that is, repos which are under this directory

:param path : path to the directory to be processed :type path : str

:param fileobj : file object for file subdep.txt :type fileobj : instance of a file class

Returns

file object