New Features
-
open::Options::open_path_as_is()
allows to avoid 'smart opening' to try the path verbatim.
The path to git repositories is well-known as they either end in.git
or.../.git
.
If this is not the case, by default we append/.git
to the path.With this new option enabled, no path transformations apply to open the given path as is,
which is preferable if you know it's a non-standard git repository folder name.
Commit Statistics
- 6 commits contributed to the release over the course of 1 calendar day.
- 2 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #668