aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYAMAMORI, Akihiro <6166778+gecko655@users.noreply.github.com>2024-06-07 11:59:41 +0900
committergecko655 <aqwsedrft1234@yahoo.co.jp>2024-06-08 21:07:20 +0900
commit748c4078f898e8b5ef780e4690b17e41ea86d327 (patch)
tree9d4728f97fcf78bac081897f429a533f7b315813
parentfbcecb56c61180013aedc7b6d9beece8b45b7d71 (diff)
downloadgo-git-748c4078f898e8b5ef780e4690b17e41ea86d327.tar.gz
_examples: Fixed a dead link COMPATIBILITY.md
Fixed a dead link to the clone with ssh example in COMPATIBILITY.md
-rw-r--r--COMPATIBILITY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md
index ff0c22c..0e1b696 100644
--- a/COMPATIBILITY.md
+++ b/COMPATIBILITY.md
@@ -11,7 +11,7 @@ compatibility status with go-git.
| `init` | `--bare` | ✅ | | |
| `init` | `--template` <br/> `--separate-git-dir` <br/> `--shared` | ❌ | | |
| `clone` | | ✅ | | - [PlainClone](_examples/clone/main.go) |
-| `clone` | Authentication: <br/> - none <br/> - access token <br/> - username + password <br/> - ssh | ✅ | | - [clone ssh](_examples/clone/auth/ssh/main.go) <br/> - [clone access token](_examples/clone/auth/basic/access_token/main.go) <br/> - [clone user + password](_examples/clone/auth/basic/username_password/main.go) |
+| `clone` | Authentication: <br/> - none <br/> - access token <br/> - username + password <br/> - ssh | ✅ | | - [clone ssh (private_key)](_examples/clone/auth/ssh/private_key/main.go) <br/> - [clone ssh (ssh_agent)](_examples/clone/auth/ssh/ssh_agent/main.go) <br/> - [clone access token](_examples/clone/auth/basic/access_token/main.go) <br/> - [clone user + password](_examples/clone/auth/basic/username_password/main.go) |
| `clone` | `--progress` <br/> `--single-branch` <br/> `--depth` <br/> `--origin` <br/> `--recurse-submodules` <br/>`--shared` | ✅ | | - [recurse submodules](_examples/clone/main.go) <br/> - [progress](_examples/progress/main.go) |
## Basic snapshotting