A Go module for Git access through shell
Перейти к файлу
Unknwon 4cc1cbbfea complete migration from gogs module 2015-12-09 20:45:25 -05:00
.travis.yml add license and ci 2015-12-01 15:09:54 -05:00
LICENSE add license and ci 2015-12-01 15:09:54 -05:00
README.md add license and ci 2015-12-01 15:09:54 -05:00
blob.go add simple tests 2015-12-01 16:32:44 -05:00
blob_test.go add simple tests 2015-12-01 16:32:44 -05:00
command.go improve log and clone repo command 2015-12-08 20:05:32 -05:00
commit.go complete migration from gogs module 2015-12-09 20:45:25 -05:00
commit_archive.go complete migration from gogs module 2015-12-09 20:45:25 -05:00
error.go complete migration from gogs module 2015-12-09 20:45:25 -05:00
git.go complete migration from gogs module 2015-12-09 20:45:25 -05:00
hook.go complete migration from gogs module 2015-12-09 20:45:25 -05:00
repo.go complete migration from gogs module 2015-12-09 20:45:25 -05:00
repo_branch.go complete migration from gogs module 2015-12-09 20:45:25 -05:00
repo_commit.go complete migration from gogs module 2015-12-09 20:45:25 -05:00
repo_hook.go complete migration from gogs module 2015-12-09 20:45:25 -05:00
repo_object.go migrate some commands 2015-11-27 00:24:02 -05:00
repo_pull.go complete migration from gogs module 2015-12-09 20:45:25 -05:00
repo_tag.go complete migration from gogs module 2015-12-09 20:45:25 -05:00
repo_tree.go complete migration from gogs module 2015-12-09 20:45:25 -05:00
sha1.go complete migration from gogs module 2015-12-09 20:45:25 -05:00
signature.go migrate some commands 2015-11-27 00:24:02 -05:00
submodule.go complete migration from gogs module 2015-12-09 20:45:25 -05:00
tag.go complete migration from gogs module 2015-12-09 20:45:25 -05:00
tree.go minor fix 2015-11-27 01:50:46 -05:00
tree_blob.go minor fix 2015-11-27 01:50:46 -05:00
tree_entry.go complete migration from gogs module 2015-12-09 20:45:25 -05:00
utlis.go complete migration from gogs module 2015-12-09 20:45:25 -05:00

README.md

Git Shell Build Status

Package git-shell provides 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 file for the full license text.