aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2016-12-16 21:53:40 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2016-12-16 22:23:40 +0100
commitc9353b2bd7c1cbdf8f78dad6deac64ed2f2ed9eb (patch)
tree9f109561fac60b86c1996378bab0bb1e33ddc07e /examples/README.md
parentb3adbed0ce15d82bf41d23cc507c5dd47a6c4260 (diff)
downloadgo-git-c9353b2bd7c1cbdf8f78dad6deac64ed2f2ed9eb.tar.gz
README and examples progressv4.0.0-rc5
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
index 8762b4a..334664f 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -7,6 +7,7 @@ Here you can find a list of annotated _go-git_ examples:
- [open](open/main.go) - Opening a existing repository cloned by _git_
- [clone](clone/main.go) - Cloning a repository
- [remotes](remotes/main.go) - Working with remotes: adding, removing, etc
+- [progress](progress/main.go) - Priting the progress information from the sideband
### Advanced
- [custom_http](custom_http/main.go) - Replacing the HTTP client using a custom one