File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/sbt-test/git-versioning/multi-module-project-use-describe Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ this plugin uses JGit for read-only operations such as inspecting HEAD; for
35
35
write operations, it assumes a git executable is present and on the PATH and
36
36
it uses that.
37
37
38
- In certain circumstances you may want to force the use of JGIT or an
38
+ In certain circumstances you may want to force the use of JGit or an
39
39
executable for both read-only and read-write operations; for example, if you
40
40
have no git executable installed (e.g. you use windows) you need to disable
41
41
the console interface, or if you rely on a git feature that JGit does not
@@ -48,12 +48,12 @@ respectively:
48
48
* ` useReadableConsoleGit `
49
49
50
50
These settings can be included in your project's ` git.sbt ` or in
51
- ` ~/.sbt/0.13 /git.sbt ` -- for example, if no git executable is installed,
51
+ ` ~/.sbt/1.0 /git.sbt ` -- for example, if no git executable is installed,
52
52
either file can have the following contents:
53
53
54
54
useJGit
55
55
56
- Or you can ` set ` the appropriate setting in the SBT prompt:
56
+ Or you can ` set ` the appropriate setting in the sbt prompt:
57
57
58
58
> set useReadableConsoleGit
59
59
[info] Reapplying settings...
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ this plugin uses JGit for read-only operations such as inspecting HEAD; for
35
35
write operations, it assumes a git executable is present and on the PATH and
36
36
it uses that.
37
37
38
- In certain circumstances you may want to force the use of JGIT or an
38
+ In certain circumstances you may want to force the use of JGit or an
39
39
executable for both read-only and read-write operations; for example, if you
40
40
have no git executable installed (e.g. you use windows) you need to disable
41
41
the console interface, or if you rely on a git feature that JGit does not
@@ -48,12 +48,12 @@ respectively:
48
48
* ` useReadableConsoleGit `
49
49
50
50
These settings can be included in your project's ` git.sbt ` or in
51
- ` ~/.sbt/0.13 /git.sbt ` -- for example, if no git executable is installed,
51
+ ` ~/.sbt/1.0 /git.sbt ` -- for example, if no git executable is installed,
52
52
either file can have the following contents:
53
53
54
54
useJGit
55
55
56
- Or you can ` set ` the appropriate setting in the SBT prompt:
56
+ Or you can ` set ` the appropriate setting in the sbt prompt:
57
57
58
58
> set useReadableConsoleGit
59
59
[info] Reapplying settings...
You can’t perform that action at this time.
0 commit comments