Skip to content

Commit

Permalink
refactor: use project-base-directory crate
Browse files Browse the repository at this point in the history
Instead of using git to determine the base directory of the project, the
logic is outsourced to `project-base-directory`. This checks for the
`PRJ_ROOT` environment variable and will use that if present. Otherwise,
it falls back to using the git repository as the base. However, this
implementation uses gix and so we no longer depend on libgit for doing
so.
  • Loading branch information
justinrubek committed Oct 5, 2023
1 parent efa4127 commit c7c9de5
Show file tree
Hide file tree
Showing 5 changed files with 1,330 additions and 142 deletions.
Loading

0 comments on commit c7c9de5

Please sign in to comment.