aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlberto Cortés <alberto@sourced.tech>2016-02-16 14:50:58 +0100
committerAlberto Cortés <alberto@sourced.tech>2016-02-16 16:04:24 +0100
commitc6cbc2409bdc7bb8b3ac3d76129dcf058f0870c9 (patch)
tree5822152ec9480e0202611fa1bad7be779fc8a8fb
parentaab1853ef013f54e8ad5074ecb0e64f31c61d2c7 (diff)
downloadgo-git-c6cbc2409bdc7bb8b3ac3d76129dcf058f0870c9.tar.gz
[README] Adds Coming Soon section
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6347dc7..9ad0dca 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,11 @@ You can obtain all this information using the standard `git` command running ove
*Yes!!!*, we have been using *go-git* at [source{d}](http://sourced.tech) since August 2015 to analyze all GitHub public repositories (i.e. 16M of repositories).
+### Coming Soon
+
+Blame support: right now we are using a forward version of a line-tracking
+algorithm and we are having some problems handling merges. The plan is to get
+merges right and change to a backward line-tracking algorithm soon.
Installation
------------
@@ -84,7 +89,7 @@ Date: 2015-12-11 17:57:10 +0100 +0100
Acknowledgements
----------------
-The earlies versions of the [packfile reader](https://godoc.org/gopkg.in/src-d/go-git.v2/formats/packfile) is based on [git-chain](https://github.com/gitchain/gitchain/blob/master/git/pack.go) project done by [@yrashk](https://github.com/yrashk)
+The earlier versions of the [packfile reader](https://godoc.org/gopkg.in/src-d/go-git.v2/formats/packfile) are based on [git-chain](https://github.com/gitchain/gitchain/blob/master/git/pack.go), project done by [@yrashk](https://github.com/yrashk)
License