OpenQuizz
Une application de gestion des contenus pédagogiques
git.remote Namespace Reference

Data Structures

class  FetchInfo
 
class  PushInfo
 
class  Remote
 

Functions

def add_progress (kwargs, git, progress)
 
def to_progress_instance (progress)
 

Variables

 log
 

Function Documentation

◆ add_progress()

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

◆ to_progress_instance()

def git.remote.to_progress_instance (   progress)
Given the 'progress' return a suitable object derived from
RemoteProgress().

Variable Documentation

◆ log

log