]> source.dussan.org Git - gitea.git/commit
Replace gogits/git-module dependency with go-gitea/git (#94)
authorSandro Santilli <strk@kbt.io>
Sun, 6 Nov 2016 13:18:34 +0000 (14:18 +0100)
committerAndrey Nering <andrey.nering@gmail.com>
Sun, 6 Nov 2016 13:18:34 +0000 (11:18 -0200)
commit6e4252dad4d162fb582c012efecd29e9fdf5819c
tree3aa10bee3fd9f96e042cd299f0d8756abc5dc431
parent55a4d46f5d2aa114752ac3880d0d75ed288fea67
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)
79 files changed:
cmd/serve.go
cmd/web.go
models/action.go
models/git_diff.go
models/pull.go
models/release.go
models/repo.go
models/repo_branch.go
models/repo_editor.go
models/update.go
models/user.go
models/webhook_slack.go
models/wiki.go
modules/context/repo.go
routers/api/v1/convert/convert.go
routers/api/v1/repo/file.go
routers/install.go
routers/repo/commit.go
routers/repo/download.go
routers/repo/editor.go
routers/repo/http.go
routers/repo/middlewares.go
routers/repo/pull.go
routers/repo/repo.go
routers/repo/setting.go
routers/repo/view.go
routers/repo/webhook.go
routers/repo/wiki.go
vendor/github.com/go-gitea/git/LICENSE [new file with mode: 0644]
vendor/github.com/go-gitea/git/README.md [new file with mode: 0644]
vendor/github.com/go-gitea/git/blob.go [new file with mode: 0644]
vendor/github.com/go-gitea/git/command.go [new file with mode: 0644]
vendor/github.com/go-gitea/git/commit.go [new file with mode: 0644]
vendor/github.com/go-gitea/git/commit_archive.go [new file with mode: 0644]
vendor/github.com/go-gitea/git/error.go [new file with mode: 0644]
vendor/github.com/go-gitea/git/git.go [new file with mode: 0644]
vendor/github.com/go-gitea/git/hook.go [new file with mode: 0644]
vendor/github.com/go-gitea/git/repo.go [new file with mode: 0644]
vendor/github.com/go-gitea/git/repo_branch.go [new file with mode: 0644]
vendor/github.com/go-gitea/git/repo_commit.go [new file with mode: 0644]
vendor/github.com/go-gitea/git/repo_hook.go [new file with mode: 0644]
vendor/github.com/go-gitea/git/repo_object.go [new file with mode: 0644]
vendor/github.com/go-gitea/git/repo_pull.go [new file with mode: 0644]
vendor/github.com/go-gitea/git/repo_tag.go [new file with mode: 0644]
vendor/github.com/go-gitea/git/repo_tree.go [new file with mode: 0644]
vendor/github.com/go-gitea/git/sha1.go [new file with mode: 0644]
vendor/github.com/go-gitea/git/signature.go [new file with mode: 0644]
vendor/github.com/go-gitea/git/submodule.go [new file with mode: 0644]
vendor/github.com/go-gitea/git/tag.go [new file with mode: 0644]
vendor/github.com/go-gitea/git/tree.go [new file with mode: 0644]
vendor/github.com/go-gitea/git/tree_blob.go [new file with mode: 0644]
vendor/github.com/go-gitea/git/tree_entry.go [new file with mode: 0644]
vendor/github.com/go-gitea/git/utlis.go [new file with mode: 0644]
vendor/github.com/gogits/git-module/LICENSE [deleted file]
vendor/github.com/gogits/git-module/README.md [deleted file]
vendor/github.com/gogits/git-module/blob.go [deleted file]
vendor/github.com/gogits/git-module/command.go [deleted file]
vendor/github.com/gogits/git-module/commit.go [deleted file]
vendor/github.com/gogits/git-module/commit_archive.go [deleted file]
vendor/github.com/gogits/git-module/error.go [deleted file]
vendor/github.com/gogits/git-module/git.go [deleted file]
vendor/github.com/gogits/git-module/hook.go [deleted file]
vendor/github.com/gogits/git-module/repo.go [deleted file]
vendor/github.com/gogits/git-module/repo_branch.go [deleted file]
vendor/github.com/gogits/git-module/repo_commit.go [deleted file]
vendor/github.com/gogits/git-module/repo_hook.go [deleted file]
vendor/github.com/gogits/git-module/repo_object.go [deleted file]
vendor/github.com/gogits/git-module/repo_pull.go [deleted file]
vendor/github.com/gogits/git-module/repo_tag.go [deleted file]
vendor/github.com/gogits/git-module/repo_tree.go [deleted file]
vendor/github.com/gogits/git-module/sha1.go [deleted file]
vendor/github.com/gogits/git-module/signature.go [deleted file]
vendor/github.com/gogits/git-module/submodule.go [deleted file]
vendor/github.com/gogits/git-module/tag.go [deleted file]
vendor/github.com/gogits/git-module/tree.go [deleted file]
vendor/github.com/gogits/git-module/tree_blob.go [deleted file]
vendor/github.com/gogits/git-module/tree_entry.go [deleted file]
vendor/github.com/gogits/git-module/utlis.go [deleted file]
vendor/vendor.json