diff options
author | Santiago M. Mola <santi@mola.io> | 2017-05-09 17:42:56 +0200 |
---|---|---|
committer | Santiago M. Mola <santi@mola.io> | 2017-05-09 18:01:28 +0200 |
commit | 6c7871ba942d65eeb2088c347778bef08a66d683 (patch) | |
tree | b28f164a9b007dddb1cfec97a8cfcee3be66f51a /README.md | |
parent | 15a23a7622978f0c5d74a381782a3c7da97016da (diff) | |
download | go-git-6c7871ba942d65eeb2088c347778bef08a66d683.tar.gz |
README: add table with supported git features
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -111,6 +111,12 @@ Date: Fri Nov 11 13:23:22 2016 +0100 You can find this [example](_examples/log/main.go) and many other at the [examples](_examples) folder +Comparison With Git +------------------- + +In the [compatibility documentation](COMPATIBILITY.md) you can find a comparison +table of git with go-git. + Contribute ---------- |