-
- Downloads
There was an error fetching the commit references. Please try again later.
Set the work_tree to the working_dir
Grit guesses the `working_dir` for each repo it opens; if it can't find one Repo#working_dir is nil. This change passes Repo#working_dir to Git command in Git#native via Git's `--work-tree` command-line option.
Please register or sign in to comment