Skip to content

Commit

Permalink
clarify why a windows user in particular might need to force JGit
Browse files Browse the repository at this point in the history
  • Loading branch information
jpassaro committed Nov 21, 2022
1 parent 90f2905 commit 9030976
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ write operations, it assumes a git executable is present and on the PATH and
it uses that.

In certain circumstances you may want to force the use of JGit or an
executable for both read-only and read-write operations; for example, if you
have no git executable installed (e.g. you use windows) you need to disable
the console interface, or if you rely on a git feature that JGit does not
support (e.g. worktrees) you need to disable the JGit interface.
executable for both read-only and read-write operations; for example, if no
git executable is present (e.g. you use windows and you haven't installed git
or it's not on your PATH) you need to disable the console interface, or if
you rely on a git feature that JGit does not support (e.g. worktrees) you need
to disable the JGit interface.

The following settings will force the use of only JGit or a git executable,
respectively:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ write operations, it assumes a git executable is present and on the PATH and
it uses that.

In certain circumstances you may want to force the use of JGit or an
executable for both read-only and read-write operations; for example, if you
have no git executable installed (e.g. you use windows) you need to disable
the console interface, or if you rely on a git feature that JGit does not
support (e.g. worktrees) you need to disable the JGit interface.
executable for both read-only and read-write operations; for example, if no
git executable is present (e.g. you use windows and you haven't installed git
or it's not on your PATH) you need to disable the console interface, or if
you rely on a git feature that JGit does not support (e.g. worktrees) you need
to disable the JGit interface.

The following settings will force the use of only JGit or a git executable,
respectively:
Expand Down

0 comments on commit 9030976

Please sign in to comment.