Searched refs:work_tree (Results 1 – 1 of 1) sorted by relevance
208 def Checkout(commit_hash, git_dir=None, work_tree=None, force=False): argument217 if work_tree:218 pipe.extend(['--work-tree', work_tree])240 def Fetch(git_dir=None, work_tree=None): argument249 if work_tree:250 pipe.extend(['--work-tree', work_tree])