eric7.Plugins.VcsPlugins.vcsGit.GitUtilities

Module implementing some common utility functions for the Git package.

Global Attributes

None

Classes

None

Functions

getConfigPath Public function to get the filename of the config file.
prepareProcess Public function to prepare the given process.


getConfigPath

getConfigPath()

Public function to get the filename of the config file.

Return:
filename of the config file
Return Type:
str
Up


prepareProcess

prepareProcess(proc, language="")

Public function to prepare the given process.

proc (QProcess)
reference to the process to be prepared
language (str)
language to be set
Up