@goodfoot/git-mesh 1.0.20 → 1.0.24
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 +11 -11
- 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.24"
|
|
4
4
|
.ie \n(.g .ds Aq \(aq
|
|
5
5
|
.el .ds Aq '
|
|
6
6
|
.SH NAME
|
|
@@ -80,19 +80,19 @@ Print version
|
|
|
80
80
|
.SH SUBCOMMANDS
|
|
81
81
|
.TP
|
|
82
82
|
git\-mesh\-ls(1)
|
|
83
|
-
List files and
|
|
83
|
+
List files and anchors currently tracked by a mesh
|
|
84
84
|
.TP
|
|
85
85
|
git\-mesh\-stale(1)
|
|
86
|
-
Report
|
|
86
|
+
Report anchors whose content has drifted from their anchored state
|
|
87
87
|
.TP
|
|
88
88
|
git\-mesh\-add(1)
|
|
89
|
-
Stage
|
|
89
|
+
Stage anchors to add on the next mesh commit
|
|
90
90
|
.TP
|
|
91
91
|
git\-mesh\-rm(1)
|
|
92
|
-
Stage
|
|
92
|
+
Stage anchors to remove on the next mesh commit
|
|
93
93
|
.TP
|
|
94
94
|
git\-mesh\-why(1)
|
|
95
|
-
Read or stage the mesh\*(Aqs why — the durable one\-sentence definition of the relationship the
|
|
95
|
+
Read or stage the mesh\*(Aqs why — the durable one\-sentence definition of the relationship the anchors hold
|
|
96
96
|
.TP
|
|
97
97
|
git\-mesh\-commit(1)
|
|
98
98
|
Resolve staged operations and write a mesh commit
|
|
@@ -104,19 +104,19 @@ git\-mesh\-revert(1)
|
|
|
104
104
|
Fast\-forward a mesh to a past state
|
|
105
105
|
.TP
|
|
106
106
|
git\-mesh\-delete(1)
|
|
107
|
-
Delete a mesh
|
|
107
|
+
Delete a mesh
|
|
108
108
|
.TP
|
|
109
109
|
git\-mesh\-mv(1)
|
|
110
|
-
Rename a mesh
|
|
110
|
+
Rename a mesh
|
|
111
111
|
.TP
|
|
112
112
|
git\-mesh\-config(1)
|
|
113
113
|
Read or stage mesh\-level resolver options
|
|
114
114
|
.TP
|
|
115
115
|
git\-mesh\-fetch(1)
|
|
116
|
-
Fetch mesh and
|
|
116
|
+
Fetch mesh and anchor refs from a remote
|
|
117
117
|
.TP
|
|
118
118
|
git\-mesh\-push(1)
|
|
119
|
-
Push mesh and
|
|
119
|
+
Push mesh and anchor refs to a remote
|
|
120
120
|
.TP
|
|
121
121
|
git\-mesh\-doctor(1)
|
|
122
122
|
Audit the local mesh setup
|
|
@@ -132,7 +132,7 @@ Print this message or the help of the given subcommand(s)
|
|
|
132
132
|
.ie \n(.g .ds Aq \(aq
|
|
133
133
|
.el .ds Aq '
|
|
134
134
|
.SH VERSION
|
|
135
|
-
v1.0.
|
|
135
|
+
v1.0.24
|
|
136
136
|
.SH EXAMPLES
|
|
137
137
|
Anchor a new mesh alongside a code change:
|
|
138
138
|
.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.24",
|
|
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.24",
|
|
25
|
+
"@goodfoot/git-mesh-darwin-x64": "1.0.24",
|
|
26
|
+
"@goodfoot/git-mesh-linux-arm64": "1.0.24",
|
|
27
|
+
"@goodfoot/git-mesh-linux-x64": "1.0.24",
|
|
28
|
+
"@goodfoot/git-mesh-win32-x64": "1.0.24"
|
|
29
29
|
},
|
|
30
30
|
"repository": {
|
|
31
31
|
"type": "git",
|