File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
src/sbt-test/git-versioning/multi-module-project-use-describe Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,11 @@ write operations, it assumes a git executable is present and on the PATH and
3636it uses that.
3737
3838In 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
4445The following settings will force the use of only JGit or a git executable,
4546respectively:
Original file line number Diff line number Diff line change @@ -36,10 +36,11 @@ write operations, it assumes a git executable is present and on the PATH and
3636it uses that.
3737
3838In 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
4445The following settings will force the use of only JGit or a git executable,
4546respectively:
You can’t perform that action at this time.
0 commit comments