aboutsummaryrefslogtreecommitdiffstats
path: root/_examples
diff options
context:
space:
mode:
authorPaulo Gomes <pjbgf@linux.com>2023-07-24 10:00:51 +0100
committerGitHub <noreply@github.com>2023-07-24 10:00:51 +0100
commit36477e82f22623018ff170af8afc10c2c9bd50c5 (patch)
tree79eaf89bb38c864abe7092d6fc0bd0d549558acc /_examples
parent13c4886a54a886b914269f30c7264a885c3b666f (diff)
parentdca0c4c669a3fcf87cab2ce9fb66762ad0339381 (diff)
downloadgo-git-36477e82f22623018ff170af8afc10c2c9bd50c5.tar.gz
Merge pull request #804 from pjbgf/docsv5.8.1
*: Improve docs on examples, compatibility and extensibility
Diffstat (limited to '_examples')
-rw-r--r--_examples/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/_examples/README.md b/_examples/README.md
index 1f150f9..46f1fb0 100644
--- a/_examples/README.md
+++ b/_examples/README.md
@@ -24,8 +24,12 @@ Here you can find a list of annotated _go-git_ examples:
- [progress](progress/main.go) - Printing the progress information from the sideband.
- [revision](revision/main.go) - Solve a revision into a commit.
- [submodule](submodule/main.go) - Submodule update remote.
+- [azure devops](azure_devops/main.go) - Cloning Azure DevOps repositories.
+- [blame](blame/main.go) - Blame/annotate a commit.
+- [ls-remote](ls-remote/main.go) - List remote tags without cloning a repository.
### Advanced
- [custom_http](custom_http/main.go) - Replacing the HTTP client using a custom one.
- [clone with context](context/main.go) - Cloning a repository with graceful cancellation.
- [storage](storage/README.md) - Implementing a custom storage system.
+- [sha256](sha256/main.go) - Init and commiting repositories that use sha256 as object format.