OpenQuizz
Une application de gestion des contenus pédagogiques
|
Data Structures | |
class | FetchInfo |
class | PushInfo |
class | Remote |
Functions | |
def | add_progress (kwargs, git, progress) |
def | to_progress_instance (progress) |
Variables | |
log | |
def git.remote.add_progress | ( | kwargs, | |
git, | |||
progress | |||
) |
Add the --progress flag to the given kwargs dict if supported by the git command. If the actual progress in the given progress instance is not given, we do not request any progress :return: possibly altered kwargs
def git.remote.to_progress_instance | ( | progress | ) |
Given the 'progress' return a suitable object derived from RemoteProgress().
log |