diff options
Diffstat (limited to 'vendor/github.com/go-gitea/git/README.md')
-rw-r--r-- | vendor/github.com/go-gitea/git/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/go-gitea/git/README.md b/vendor/github.com/go-gitea/git/README.md new file mode 100644 index 0000000000..b9e34bcf02 --- /dev/null +++ b/vendor/github.com/go-gitea/git/README.md @@ -0,0 +1,13 @@ +# Git Shell [![Build # Status](https://travis-ci.org/go-gitea/git.svg?branch=master)](https://travis-ci.org/go-gitea/git) + +Package git is a Go module for Git access through shell commands. + +## Limitations + +- Go version must be at least **1.3**. +- Git version must be no less than **1.7.1**, and great than or equal to **1.8.0** is recommended. +- For Windows users, try use as higher version as possible. + +## License + +This project is under the MIT License. See the [LICENSE](LICENSE) file for the full license text. |