@goodfoot/git-mesh 1.0.31 → 1.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/man/git-mesh.1 +9 -4
- package/package.json +6 -6
package/man/git-mesh.1
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.ie \n(.g .ds Aq \(aq
|
|
2
2
|
.el .ds Aq '
|
|
3
|
-
.TH git-mesh 1 "git-mesh 1.0.
|
|
3
|
+
.TH git-mesh 1 "git-mesh 1.0.34"
|
|
4
4
|
.ie \n(.g .ds Aq \(aq
|
|
5
5
|
.el .ds Aq '
|
|
6
6
|
.SH NAME
|
|
@@ -8,7 +8,7 @@ git\-mesh \- Track implicit semantic dependencies in a git repo.
|
|
|
8
8
|
.ie \n(.g .ds Aq \(aq
|
|
9
9
|
.el .ds Aq '
|
|
10
10
|
.SH SYNOPSIS
|
|
11
|
-
\fBgit\-mesh\fR [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] [\fIsubcommands\fR]
|
|
11
|
+
\fBgit\-mesh\fR [\fB\-\-perf\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] [\fIsubcommands\fR]
|
|
12
12
|
.SH DESCRIPTION
|
|
13
13
|
.B git mesh
|
|
14
14
|
tracks implicit semantic dependencies in a Git repository: couplings between
|
|
@@ -70,8 +70,13 @@ Show one mesh (anchors, why, config).
|
|
|
70
70
|
.el .ds Aq '
|
|
71
71
|
.SH OPTIONS
|
|
72
72
|
.TP
|
|
73
|
+
\fB\-\-perf\fR
|
|
74
|
+
Emit performance timings for major git\-mesh operation groups to stderr.
|
|
75
|
+
|
|
76
|
+
Can also be enabled with `GIT_MESH_PERF=1`.
|
|
77
|
+
.TP
|
|
73
78
|
\fB\-h\fR, \fB\-\-help\fR
|
|
74
|
-
Print help
|
|
79
|
+
Print help (see a summary with \*(Aq\-h\*(Aq)
|
|
75
80
|
.TP
|
|
76
81
|
\fB\-V\fR, \fB\-\-version\fR
|
|
77
82
|
Print version
|
|
@@ -132,7 +137,7 @@ Print this message or the help of the given subcommand(s)
|
|
|
132
137
|
.ie \n(.g .ds Aq \(aq
|
|
133
138
|
.el .ds Aq '
|
|
134
139
|
.SH VERSION
|
|
135
|
-
v1.0.
|
|
140
|
+
v1.0.34
|
|
136
141
|
.SH EXAMPLES
|
|
137
142
|
Anchor a new mesh alongside a code change:
|
|
138
143
|
.PP
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goodfoot/git-mesh",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.34",
|
|
4
4
|
"bin": "bin/git-mesh",
|
|
5
5
|
"man": [
|
|
6
6
|
"man/git-mesh.1"
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"scripts/postinstall.js"
|
|
22
22
|
],
|
|
23
23
|
"optionalDependencies": {
|
|
24
|
-
"@goodfoot/git-mesh-darwin-arm64": "1.0.
|
|
25
|
-
"@goodfoot/git-mesh-darwin-x64": "1.0.
|
|
26
|
-
"@goodfoot/git-mesh-linux-arm64": "1.0.
|
|
27
|
-
"@goodfoot/git-mesh-linux-x64": "1.0.
|
|
28
|
-
"@goodfoot/git-mesh-win32-x64": "1.0.
|
|
24
|
+
"@goodfoot/git-mesh-darwin-arm64": "1.0.34",
|
|
25
|
+
"@goodfoot/git-mesh-darwin-x64": "1.0.34",
|
|
26
|
+
"@goodfoot/git-mesh-linux-arm64": "1.0.34",
|
|
27
|
+
"@goodfoot/git-mesh-linux-x64": "1.0.34",
|
|
28
|
+
"@goodfoot/git-mesh-win32-x64": "1.0.34"
|
|
29
29
|
},
|
|
30
30
|
"repository": {
|
|
31
31
|
"type": "git",
|