diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-08-22 16:49:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-22 16:49:38 +0200 |
commit | 6f3b2d878d2f84f513c9dc08b000f653ea83f690 (patch) | |
tree | 4e2b9171b64cae785a58c3f71a2f4b00d65c3b7a /_examples/README.md | |
parent | bd81c1f3b5ba3ea22243b8e49ab56dd07a6484d6 (diff) | |
parent | fc560b8c758d064b9f189cfd89b5f6aa3f82872d (diff) | |
download | go-git-6f3b2d878d2f84f513c9dc08b000f653ea83f690.tar.gz |
Merge pull request #555 from mcuadros/ctx-example
_examples: context
Diffstat (limited to '_examples/README.md')
-rw-r--r-- | _examples/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_examples/README.md b/_examples/README.md index 8df7966..10594ab 100644 --- a/_examples/README.md +++ b/_examples/README.md @@ -6,6 +6,7 @@ Here you can find a list of annotated _go-git_ examples: - [showcase](showcase/main.go) - A small showcase of the capabilities of _go-git_ - [open](open/main.go) - Opening a existing repository cloned by _git_ - [clone](clone/main.go) - Cloning a repository +- [clone with context](context/main.go) - Cloning a repository with graceful cancellation. - [log](log/main.go) - Emulate `git log` command output iterating all the commit history from HEAD reference - [remotes](remotes/main.go) - Working with remotes: adding, removing, etc - [progress](progress/main.go) - Printing the progress information from the sideband |