A Go module for Git access through shell
Перейти к файлу
Thomas Boerger cb146291bf
Added makefile
2016-11-13 01:03:49 +01:00
.github Added github config folder 2016-11-13 00:47:26 +01:00
.drone.yml Added drone config 2016-11-13 00:45:37 +01:00
.drone.yml.sig Added drone config 2016-11-13 00:45:37 +01:00
.editorconfig Added editorconfig 2016-11-13 00:47:13 +01:00
.gitignore Added default gitignore 2016-11-13 00:46:05 +01:00
.lgtm Added lgtm config 2016-11-13 00:46:34 +01:00
CONTRIBUTING.md Added files for contributions, maintainers and DCO 2016-11-13 00:47:00 +01:00
CONTRIBUTORS Added files for contributions, maintainers and DCO 2016-11-13 00:47:00 +01:00
DCO Added files for contributions, maintainers and DCO 2016-11-13 00:47:00 +01:00
LICENSE Extended license file 2016-11-13 00:46:23 +01:00
MAINTAINERS Added files for contributions, maintainers and DCO 2016-11-13 00:47:00 +01:00
Makefile Added makefile 2016-11-13 01:03:49 +01:00
README.md Link to go-gitea/git build status 2016-11-06 10:52:37 +01: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 speed up for getting a lot commits 2015-12-13 22:57:47 -05:00
commit.go commit: minor fix on bug cut 2016-08-31 13:58:24 -07:00
commit_archive.go archive: handle Windows path 2016-08-29 23:56:31 -07:00
doc.go ask for go get from code.gitea.io/git (#4) 2016-11-12 01:29:07 +08:00
error.go complete migration from gogs module 2015-12-09 20:45:25 -05:00
git.go commit: minor fix on bug cut 2016-08-31 13:58:24 -07:00
hook.go Change const variable name 2016-11-12 21:40:58 +01:00
repo.go Add Rebase option to Pull 2016-10-21 09:13:37 +02:00
repo_branch.go Use constant to replace strings 2016-08-14 04:03:57 -07:00
repo_commit.go Return ErrNotExist when ref is not valid 2016-08-19 08:31:25 -07: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 Able to detect get PR info for same repository 2016-03-04 15:22:11 -05:00
repo_tag.go Fixed go formatting 2016-11-13 01:01:57 +01:00
repo_tree.go complete migration from gogs module 2015-12-09 20:45:25 -05:00
sha1.go Add EMPTY_SHA constant 2016-08-15 05:52:35 -07:00
signature.go migrate some commands 2015-11-27 00:24:02 -05:00
submodule.go Minor fix for #14 2016-06-27 23:39:35 +08: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 Can set a custom max number of goroutine 2016-11-12 21:24:07 +01:00
utlis.go Minor fix for #6 2016-02-11 17:08:09 -05:00

README.md

Git Shell Build # Status

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 file for the full license text.