aboutsummaryrefslogtreecommitdiffstats
path: root/COMPATIBILITY.md
diff options
context:
space:
mode:
authorPaulo Gomes <pjbgf@linux.com>2024-06-08 14:44:26 +0000
committerGitHub <noreply@github.com>2024-06-08 14:44:26 +0000
commit76e154a1aa87a231766b62798529c073068d3345 (patch)
tree589849304abf0aca283f36cf61a0d97c35596790 /COMPATIBILITY.md
parentdec5c8ade2def9ddb30972ddb7c58839e6bca06c (diff)
parent748c4078f898e8b5ef780e4690b17e41ea86d327 (diff)
downloadgo-git-76e154a1aa87a231766b62798529c073068d3345.tar.gz
Merge pull request #1109 from gecko655/patch-1
_examples: Fixed a dead link COMPATIBILITY.md
Diffstat (limited to '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