You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
A low level and highly extensible git implementation in **pure Go**.
3
+
A low level and highly extensible git implementation in **pure Go**.
4
4
5
5
*go-git* aims to reach the completeness of [libgit2](https://libgit2.github.com/) or [jgit](http://www.eclipse.org/jgit/), nowadays covers the **majority** of the plumbing **read operations** and **some** of the main **write operations**, but lacks the main porcelain operations such as merges.
6
6
@@ -12,7 +12,7 @@ The master branch represents the `v4` of the library, it is currently under acti
12
12
13
13
If you are looking for a production ready version, please take a look to the [`v3`](https://github.com/src-d/go-git/tree/v3) which is being used in production at [source{d}](http://sourced.tech) since August 2015 to analyze all GitHub public repositories (i.e. 16M repositories).
14
14
15
-
We recommend the use of `v4` to develop new projects since it includes much new functionality and provides a more *idiomatic git* API
15
+
We recommend the use of `v4` to develop new projects since it includes much new functionality and provides a more *idiomatic git* API
16
16
17
17
Installation
18
18
------------
@@ -29,7 +29,7 @@ Examples
29
29
30
30
Cloning a repository and printing the history of HEAD, just like `git log` does
31
31
32
-
> Please note that the functions `CheckIfError` and `Inf`o used in the examples are from the [examples package](https://github.com/src-d/go-git/blob/master/examples/common.go#L17) just to be used in the examples.
32
+
> Please note that the functions `CheckIfError` and `Info` used in the examples are from the [examples package](https://github.com/src-d/go-git/blob/master/examples/common.go#L17) just to be used in the examples.
0 commit comments