diff options
Diffstat (limited to 'vendor/github.com/gogs/git-module/README.md')
-rw-r--r-- | vendor/github.com/gogs/git-module/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/gogs/git-module/README.md b/vendor/github.com/gogs/git-module/README.md new file mode 100644 index 00000000..f9569ceb --- /dev/null +++ b/vendor/github.com/gogs/git-module/README.md @@ -0,0 +1,13 @@ +# Git Module [](https://travis-ci.org/gogits/git-module) + +Package git-module is a Go module for Git access through shell commands. + +## Limitations + +- Go version must be at least **1.4**. +- Git version must be no less than **1.7.1**, and greater than or equal to **1.8.3** is recommended. +- For Windows users, try use as new a version as possible. + +## License + +This project is under the MIT License. See the [LICENSE](LICENSE) file for the full license text. |