forked from NYANDEV/forgejo
Upgrade vendor "git" (#175)
This commit is contained in:
parent
7596e41027
commit
871c964ef7
12 changed files with 295 additions and 21 deletions
19
vendor/code.gitea.io/git/README.md
generated
vendored
19
vendor/code.gitea.io/git/README.md
generated
vendored
|
@ -1,13 +1,16 @@
|
|||
# Git Shell [](https://travis-ci.org/go-gitea/git)
|
||||
# Git Shell
|
||||
|
||||
Package git is a Go module for Git access through shell commands.
|
||||
[](http://drone.gitea.io/go-gitea/git)
|
||||
[](https://gitter.im/go-gitea/gitea?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](http://microbadger.com/images/gitea/gitea "Get your own image badge on microbadger.com")
|
||||
[](https://coverage.gitea.io/go-gitea/git)
|
||||
[](https://goreportcard.com/report/code.gitea.io/git)
|
||||
[](https://godoc.org/code.gitea.io/git)
|
||||
|
||||
## 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.
|
||||
This project is a Go module to access Git through shell commands. For further
|
||||
informations take a look at the current [documentation](https://godoc.org/code.gitea.io/git).
|
||||
|
||||
## License
|
||||
|
||||
This project is under the MIT License. See the [LICENSE](LICENSE) file for the full license text.
|
||||
This project is under the MIT License. See the [LICENSE](LICENSE) file for the
|
||||
full license text.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue