Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit c6cbc24

Browse files
committed
[README] Adds Coming Soon section
1 parent aab1853 commit c6cbc24

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ You can obtain all this information using the standard `git` command running ove
1818

1919
*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).
2020

21+
### Coming Soon
22+
23+
Blame support: right now we are using a forward version of a line-tracking
24+
algorithm and we are having some problems handling merges. The plan is to get
25+
merges right and change to a backward line-tracking algorithm soon.
2126

2227
Installation
2328
------------
@@ -84,7 +89,7 @@ Date: 2015-12-11 17:57:10 +0100 +0100
8489
Acknowledgements
8590
----------------
8691

87-
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)
92+
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)
8893

8994

9095
License

0 commit comments

Comments
 (0)