@goodfoot/git-mesh 1.0.49 → 1.0.51

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.
Files changed (2) hide show
  1. package/man/git-mesh.1 +5 -2
  2. 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.49"
3
+ .TH git-mesh 1 "git-mesh 1.0.51"
4
4
  .ie \n(.g .ds Aq \(aq
5
5
  .el .ds Aq '
6
6
  .SH NAME
@@ -132,12 +132,15 @@ Fail the current commit if any drift is visible in the staged tree
132
132
  git\-mesh\-advice(1)
133
133
  Append events and flush session\-scoped advice
134
134
  .TP
135
+ git\-mesh\-rewrite(1)
136
+ Advance anchor SHAs after a history rewrite (post\-rewrite hook)
137
+ .TP
135
138
  git\-mesh\-help(1)
136
139
  Print this message or the help of the given subcommand(s)
137
140
  .ie \n(.g .ds Aq \(aq
138
141
  .el .ds Aq '
139
142
  .SH VERSION
140
- v1.0.49
143
+ v1.0.51
141
144
  .SH EXAMPLES
142
145
  Anchor a new mesh alongside a code change:
143
146
  .PP
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodfoot/git-mesh",
3
- "version": "1.0.49",
3
+ "version": "1.0.51",
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.49",
25
- "@goodfoot/git-mesh-darwin-x64": "1.0.49",
26
- "@goodfoot/git-mesh-linux-arm64": "1.0.49",
27
- "@goodfoot/git-mesh-linux-x64": "1.0.49",
28
- "@goodfoot/git-mesh-win32-x64": "1.0.49"
24
+ "@goodfoot/git-mesh-darwin-arm64": "1.0.51",
25
+ "@goodfoot/git-mesh-darwin-x64": "1.0.51",
26
+ "@goodfoot/git-mesh-linux-arm64": "1.0.51",
27
+ "@goodfoot/git-mesh-linux-x64": "1.0.51",
28
+ "@goodfoot/git-mesh-win32-x64": "1.0.51"
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",