@goodfoot/git-mesh 1.0.69 → 1.0.71

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 -4
  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.69"
3
+ .TH git-mesh 1 "git-mesh 1.0.71"
4
4
  .ie \n(.g .ds Aq \(aq
5
5
  .el .ds Aq '
6
6
  .SH NAME
@@ -45,8 +45,9 @@ If the relationship has changed, update the why with
45
45
  .B git mesh why
46
46
  before re-anchoring.
47
47
  .PP
48
- Meshes are stored as Git refs under
49
- .IR refs/meshes/v1/<name> ,
48
+ Meshes are stored in a catalog tree at
49
+ .IR refs/meshes/v1/catalog
50
+ as individual entries using a zero-copy archive format,
50
51
  so they travel with
51
52
  .B git fetch
52
53
  and
@@ -140,7 +141,7 @@ Print this message or the help of the given subcommand(s)
140
141
  .ie \n(.g .ds Aq \(aq
141
142
  .el .ds Aq '
142
143
  .SH VERSION
143
- v1.0.69
144
+ v1.0.71
144
145
  .SH EXAMPLES
145
146
  Anchor a new mesh alongside a code change:
146
147
  .PP
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodfoot/git-mesh",
3
- "version": "1.0.69",
3
+ "version": "1.0.71",
4
4
  "bin": "bin/git-mesh",
5
5
  "man": [
6
6
  "man/git-mesh.1"
@@ -23,11 +23,11 @@
23
23
  "scripts/postinstall.js"
24
24
  ],
25
25
  "optionalDependencies": {
26
- "@goodfoot/git-mesh-darwin-arm64": "1.0.69",
27
- "@goodfoot/git-mesh-darwin-x64": "1.0.69",
28
- "@goodfoot/git-mesh-linux-arm64": "1.0.69",
29
- "@goodfoot/git-mesh-linux-x64": "1.0.69",
30
- "@goodfoot/git-mesh-win32-x64": "1.0.69"
26
+ "@goodfoot/git-mesh-darwin-arm64": "1.0.71",
27
+ "@goodfoot/git-mesh-darwin-x64": "1.0.71",
28
+ "@goodfoot/git-mesh-linux-arm64": "1.0.71",
29
+ "@goodfoot/git-mesh-linux-x64": "1.0.71",
30
+ "@goodfoot/git-mesh-win32-x64": "1.0.71"
31
31
  },
32
32
  "repository": {
33
33
  "type": "git",