mirror of https://github.com/gogs/gogs.git
After sync mirror, get latest commit date and compare to current repository updated time, only update it if the commit date is newer. |
||
---|---|---|
.. | ||
LICENSE | ||
README.md | ||
blob.go | ||
command.go | ||
commit.go | ||
commit_archive.go | ||
error.go | ||
git.go | ||
hook.go | ||
repo.go | ||
repo_branch.go | ||
repo_commit.go | ||
repo_diff.go | ||
repo_hook.go | ||
repo_object.go | ||
repo_pull.go | ||
repo_tag.go | ||
repo_tree.go | ||
sha1.go | ||
signature.go | ||
submodule.go | ||
tag.go | ||
tree.go | ||
tree_blob.go | ||
tree_entry.go | ||
utils.go |
README.md
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 file for the full license text.