From 72aae8e3ecece834462544673d65b58a81320f03 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Wed, 25 Mar 2026 12:29:12 +0200 Subject: [PATCH] knotmirror,tapc,spindle: rename go files to snake_case Triggers my autism. Signed-off-by: Anirudh Oppiliappan --- knotmirror/xrpc/{git_getArchive.go => git_get_archive.go} | 0 knotmirror/xrpc/{git_getBlob.go => git_get_blob.go} | 0 knotmirror/xrpc/{git_getBranch.go => git_get_branch.go} | 0 knotmirror/xrpc/{git_getTag.go => git_get_tag.go} | 0 knotmirror/xrpc/{git_getTree.go => git_get_tree.go} | 0 knotmirror/xrpc/{git_listBranches.go => git_list_branches.go} | 0 knotmirror/xrpc/{git_listCommits.go => git_list_commits.go} | 0 knotmirror/xrpc/{git_listLanguages.go => git_list_languages.go} | 0 knotmirror/xrpc/{git_listTags.go => git_list_tags.go} | 0 knotmirror/xrpc/{sync_requestCrawl.go => sync_request_crawl.go} | 0 .../{pipeline_cancelPipeline.go => pipeline_cancel_pipeline.go} | 0 tapc/{simpleIndexer.go => simple_indexer.go} | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename knotmirror/xrpc/{git_getArchive.go => git_get_archive.go} (100%) rename knotmirror/xrpc/{git_getBlob.go => git_get_blob.go} (100%) rename knotmirror/xrpc/{git_getBranch.go => git_get_branch.go} (100%) rename knotmirror/xrpc/{git_getTag.go => git_get_tag.go} (100%) rename knotmirror/xrpc/{git_getTree.go => git_get_tree.go} (100%) rename knotmirror/xrpc/{git_listBranches.go => git_list_branches.go} (100%) rename knotmirror/xrpc/{git_listCommits.go => git_list_commits.go} (100%) rename knotmirror/xrpc/{git_listLanguages.go => git_list_languages.go} (100%) rename knotmirror/xrpc/{git_listTags.go => git_list_tags.go} (100%) rename knotmirror/xrpc/{sync_requestCrawl.go => sync_request_crawl.go} (100%) rename spindle/xrpc/{pipeline_cancelPipeline.go => pipeline_cancel_pipeline.go} (100%) rename tapc/{simpleIndexer.go => simple_indexer.go} (100%) diff --git a/knotmirror/xrpc/git_getArchive.go b/knotmirror/xrpc/git_get_archive.go similarity index 100% rename from knotmirror/xrpc/git_getArchive.go rename to knotmirror/xrpc/git_get_archive.go diff --git a/knotmirror/xrpc/git_getBlob.go b/knotmirror/xrpc/git_get_blob.go similarity index 100% rename from knotmirror/xrpc/git_getBlob.go rename to knotmirror/xrpc/git_get_blob.go diff --git a/knotmirror/xrpc/git_getBranch.go b/knotmirror/xrpc/git_get_branch.go similarity index 100% rename from knotmirror/xrpc/git_getBranch.go rename to knotmirror/xrpc/git_get_branch.go diff --git a/knotmirror/xrpc/git_getTag.go b/knotmirror/xrpc/git_get_tag.go similarity index 100% rename from knotmirror/xrpc/git_getTag.go rename to knotmirror/xrpc/git_get_tag.go diff --git a/knotmirror/xrpc/git_getTree.go b/knotmirror/xrpc/git_get_tree.go similarity index 100% rename from knotmirror/xrpc/git_getTree.go rename to knotmirror/xrpc/git_get_tree.go diff --git a/knotmirror/xrpc/git_listBranches.go b/knotmirror/xrpc/git_list_branches.go similarity index 100% rename from knotmirror/xrpc/git_listBranches.go rename to knotmirror/xrpc/git_list_branches.go diff --git a/knotmirror/xrpc/git_listCommits.go b/knotmirror/xrpc/git_list_commits.go similarity index 100% rename from knotmirror/xrpc/git_listCommits.go rename to knotmirror/xrpc/git_list_commits.go diff --git a/knotmirror/xrpc/git_listLanguages.go b/knotmirror/xrpc/git_list_languages.go similarity index 100% rename from knotmirror/xrpc/git_listLanguages.go rename to knotmirror/xrpc/git_list_languages.go diff --git a/knotmirror/xrpc/git_listTags.go b/knotmirror/xrpc/git_list_tags.go similarity index 100% rename from knotmirror/xrpc/git_listTags.go rename to knotmirror/xrpc/git_list_tags.go diff --git a/knotmirror/xrpc/sync_requestCrawl.go b/knotmirror/xrpc/sync_request_crawl.go similarity index 100% rename from knotmirror/xrpc/sync_requestCrawl.go rename to knotmirror/xrpc/sync_request_crawl.go diff --git a/spindle/xrpc/pipeline_cancelPipeline.go b/spindle/xrpc/pipeline_cancel_pipeline.go similarity index 100% rename from spindle/xrpc/pipeline_cancelPipeline.go rename to spindle/xrpc/pipeline_cancel_pipeline.go diff --git a/tapc/simpleIndexer.go b/tapc/simple_indexer.go similarity index 100% rename from tapc/simpleIndexer.go rename to tapc/simple_indexer.go -- 2.51.2