mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 16:58:37 +00:00
Replace gogits/git-module dependency with go-gitea/git (#94)
* Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed)
This commit is contained in:
committed by
Andrey Nering
parent
55a4d46f5d
commit
6e4252dad4
13
vendor/github.com/go-gitea/git/README.md
generated
vendored
Normal file
13
vendor/github.com/go-gitea/git/README.md
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Git Shell [](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.
|
Reference in New Issue
Block a user