Skip to content

Commit 9030976

Browse files
committed
clarify why a windows user in particular might need to force JGit
1 parent 90f2905 commit 9030976

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ write operations, it assumes a git executable is present and on the PATH and
3636
it uses that.
3737

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

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

src/sbt-test/git-versioning/multi-module-project-use-describe/README2.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ write operations, it assumes a git executable is present and on the PATH and
3636
it uses that.
3737

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

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

0 commit comments

Comments
 (0)