Exemple #1
0
 def git(self, *args):
     return shell.git('--git-dir', self.path, '--work-tree', self.workdir or '/nonexistent', *args)
Exemple #2
0
 def git(self, *args):
     return shell.git("--git-dir", self.path, "--work-tree", self.workdir or "/nonexistent", *args)
Exemple #3
0
 def git(self, *args):
     return shell.git('--git-dir', self.path, '--work-tree', self.workdir
                      or '/nonexistent', *args)
Exemple #4
0
 def git(self, *args):
     return shell.git('--git-dir', self.path, *args)