Searched refs:env_update (Results 1 – 2 of 2) sorted by relevance
56 def run_cmd(self, git_args, env_update=None): argument59 if env_update:61 env.update(env_update)
64 env_update = {'GIT_INDEX_FILE': tmp_index,66 repo.run_cmd('add .', env_update)70 repo.run_cmd(['rm', '--cached', '--ignore-unmatch'] + [f for f in exclude], env_update)72 tree = repo.run_cmd('write-tree', env_update)81 commit = repo.run_cmd(git_cmd, env_update)