feat(repository): add ability to set working directory

This commit is contained in:
Aleksey Kulikov 2021-08-09 15:55:42 +03:00
parent b603a567b2
commit ef29257f2e
3 changed files with 25 additions and 1 deletions

View file

@ -349,7 +349,7 @@ void setHeadDetachedFromAnnotated(
}
}
/// Set the path to the working directory for this repository
/// Set the path to the working directory for this repository.
///
/// The working directory doesn't need to be the same one that contains the
/// `.git` folder for this repository.