upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/docs/how-to/migration-scripts/20-categorize.sh
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2026-01-23 12:15:12 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-01-27 20:38:01 +0000
commit79d2d01923cf66217fd5aa3a0be5ee9ea2000872 (patch)
treef1bec17762c7b84ddb6e73901d714a791b409a90 /docs/how-to/migration-scripts/20-categorize.sh
parentf84c7d04ff5d3f9c6c56d78bc00c01814e7348e4 (diff)
Generalize migration guide for any GRASP implementation
- Rename guide: migrate-ngit-relay-to-ngit-grasp.md → migrate-to-ngit-grasp.md - Remove ngit-relay and relay.ngit.dev specific references - Use generic terminology: source/target relay, current implementation - Add Compatibility section explaining requirements - Update examples to be implementation-agnostic - Update script comments to reference GRASP relay (not ngit-relay) - Update README.md to link to the new guide Scripts already work with any GRASP implementation via parameters.
Diffstat (limited to 'docs/how-to/migration-scripts/20-categorize.sh')
-rwxr-xr-xdocs/how-to/migration-scripts/20-categorize.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/how-to/migration-scripts/20-categorize.sh b/docs/how-to/migration-scripts/20-categorize.sh
index f47eb55..b38dc00 100755
--- a/docs/how-to/migration-scripts/20-categorize.sh
+++ b/docs/how-to/migration-scripts/20-categorize.sh
@@ -2,7 +2,7 @@
2# 2#
3# 20-categorize.sh - Categorize git sync status into 4 categories 3# 20-categorize.sh - Categorize git sync status into 4 categories
4# 4#
5# PHASE 3a of the ngit-relay to ngit-grasp migration analysis pipeline. 5# PHASE 3a of the GRASP relay to ngit-grasp migration analysis pipeline.
6# Takes git-sync-status.tsv from Phase 2 and categorizes into 4 files. 6# Takes git-sync-status.tsv from Phase 2 and categorizes into 4 files.
7# 7#
8# USAGE: 8# USAGE:
@@ -39,7 +39,7 @@
39# RUNTIME: < 1 second (local processing only) 39# RUNTIME: < 1 second (local processing only)
40# 40#
41# SEE ALSO: 41# SEE ALSO:
42# docs/how-to/migrate-ngit-relay-to-ngit-grasp.md - Full migration guide 42# docs/how-to/migrate-to-ngit-grasp.md - Full migration guide
43# 10-check-git-sync.sh - Phase 2 script that produces input for this script 43# 10-check-git-sync.sh - Phase 2 script that produces input for this script
44# 44#
45 45