diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-02 07:46:28 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-02 07:46:28 +0100 |
| commit | 9ba3dc08e60906cef6c82a375d3c427d2b2f4733 (patch) | |
| tree | c2cdd9c2597ac1908f32d413bfb5f36eb3423dcb /nostr_git_remote_helper/src/sub_commands/capabilities.rs | |
| parent | cc1cc62d8bd79920249f0738c20d5546f5363f28 (diff) | |
refactor: remove old remote helper placeholder
to make room for new one
Diffstat (limited to 'nostr_git_remote_helper/src/sub_commands/capabilities.rs')
| -rw-r--r-- | nostr_git_remote_helper/src/sub_commands/capabilities.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nostr_git_remote_helper/src/sub_commands/capabilities.rs b/nostr_git_remote_helper/src/sub_commands/capabilities.rs deleted file mode 100644 index 325cb3b..0000000 --- a/nostr_git_remote_helper/src/sub_commands/capabilities.rs +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | use anyhow::Result; | ||
| 2 | |||
| 3 | // https://git-scm.com/docs/gitremote-helpers#_capabilities | ||
| 4 | pub async fn launch() -> Result<()> { | ||
| 5 | // blank line indicates end of capabilities | ||
| 6 | println(""); | ||
| 7 | Ok(()) | ||
| 8 | } | ||