@goodfoot/git-mesh 1.0.56 → 1.0.58
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 +4 -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.58"
|
|
4
4
|
.ie \n(.g .ds Aq \(aq
|
|
5
5
|
.el .ds Aq '
|
|
6
6
|
.SH NAME
|
|
@@ -126,8 +126,8 @@ Push mesh and anchor refs to a remote
|
|
|
126
126
|
git\-mesh\-doctor(1)
|
|
127
127
|
Audit the local mesh setup
|
|
128
128
|
.TP
|
|
129
|
-
git\-mesh\-
|
|
130
|
-
|
|
129
|
+
git\-mesh\-hooks(1)
|
|
130
|
+
Git hook shortcuts (post\-commit, post\-rewrite)
|
|
131
131
|
.TP
|
|
132
132
|
git\-mesh\-advice(1)
|
|
133
133
|
Append events and flush session\-scoped advice
|
|
@@ -140,7 +140,7 @@ Print this message or the help of the given subcommand(s)
|
|
|
140
140
|
.ie \n(.g .ds Aq \(aq
|
|
141
141
|
.el .ds Aq '
|
|
142
142
|
.SH VERSION
|
|
143
|
-
v1.0.
|
|
143
|
+
v1.0.58
|
|
144
144
|
.SH EXAMPLES
|
|
145
145
|
Anchor a new mesh alongside a code change:
|
|
146
146
|
.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.58",
|
|
4
4
|
"bin": "bin/git-mesh",
|
|
5
5
|
"man": [
|
|
6
6
|
"man/git-mesh.1"
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"scripts/postinstall.js"
|
|
23
23
|
],
|
|
24
24
|
"optionalDependencies": {
|
|
25
|
-
"@goodfoot/git-mesh-darwin-arm64": "1.0.
|
|
26
|
-
"@goodfoot/git-mesh-darwin-x64": "1.0.
|
|
27
|
-
"@goodfoot/git-mesh-linux-arm64": "1.0.
|
|
28
|
-
"@goodfoot/git-mesh-linux-x64": "1.0.
|
|
29
|
-
"@goodfoot/git-mesh-win32-x64": "1.0.
|
|
25
|
+
"@goodfoot/git-mesh-darwin-arm64": "1.0.58",
|
|
26
|
+
"@goodfoot/git-mesh-darwin-x64": "1.0.58",
|
|
27
|
+
"@goodfoot/git-mesh-linux-arm64": "1.0.58",
|
|
28
|
+
"@goodfoot/git-mesh-linux-x64": "1.0.58",
|
|
29
|
+
"@goodfoot/git-mesh-win32-x64": "1.0.58"
|
|
30
30
|
},
|
|
31
31
|
"repository": {
|
|
32
32
|
"type": "git",
|