aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarcin Wyszynski <marcin.pixie@gmail.com>2016-02-16 10:30:49 +0100
committerMarcin Wyszynski <marcin.pixie@gmail.com>2016-02-16 10:30:49 +0100
commit07cf6fd13427e2a103144ce554ca007994512031 (patch)
tree7e5f0883fb3b4c2f7b9075a1d70706b5644cd60d /README.md
parent75ef36b63b4370d93c1fa9161d080eb706347242 (diff)
downloadgo-git-07cf6fd13427e2a103144ce554ca007994512031.tar.gz
Add codebeat badge
Brilliant piece of Go code, congrats! Out of curiosity - have you tried benchmarking this against Golang's libgit2 bindings running from ramdisk? For a small side project where I needed `git blame` functionality I got 10-20x speed boost from doing just that.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 042c122..af7a8d4 100644
--- a/README.md
+++ b/README.md
@@ -1 +1 @@
-# go-git [![GoDoc](https://godoc.org/gopkg.in/src-d/go-git.v2?status.svg)](https://godoc.org/gopkg.in/src-d/go-git.v2) [![Build Status](https://travis-ci.org/src-d/go-git.svg)](https://travis-ci.org/src-d/go-git) [![codecov.io](https://codecov.io/github/src-d/go-git/coverage.svg)](https://codecov.io/github/src-d/go-git)
+# go-git [![GoDoc](https://godoc.org/gopkg.in/src-d/go-git.v2?status.svg)](https://godoc.org/gopkg.in/src-d/go-git.v2) [![Build Status](https://travis-ci.org/src-d/go-git.svg)](https://travis-ci.org/src-d/go-git) [![codecov.io](https://codecov.io/github/src-d/go-git/coverage.svg)](https://codecov.io/github/src-d/go-git) [![codebeat badge](https://codebeat.co/badges/b6cb2f73-9e54-483d-89f9-4b95a911f40c)](https://codebeat.co/projects/github-com-src-d-go-git)