1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-20 13:45:30 +01:00
gitea/vendor/code.gitea.io/git
Sandro Santilli 44053532bb Serve .patch for pull requests (#3305)
* Serve .patch for pull requests

Closes #3259
Updates "git" module, for GetFormatPatch

* Handle io.Copy error
2018-01-07 15:10:20 +02:00
..
blob.go
command.go Serve .patch for pull requests (#3305) 2018-01-07 15:10:20 +02:00
commit_archive.go
commit_info.go
commit.go
CONTRIBUTING.md
DCO
doc.go
error.go
git.go
hook.go
LICENSE
MAINTAINERS Serve .patch for pull requests (#3305) 2018-01-07 15:10:20 +02:00
Makefile
README.md
repo_blame.go
repo_branch.go
repo_commit.go
repo_hook.go
repo_object.go
repo_pull.go Serve .patch for pull requests (#3305) 2018-01-07 15:10:20 +02:00
repo_tag.go
repo_tree.go
repo.go
sha1.go
signature.go
submodule.go
tag.go
tree_blob.go
tree_entry.go
tree.go
utils.go

Git Shell

Build Status Join the chat at https://img.shields.io/discord/322538954119184384.svg Coverage Status Go Report Card GoDoc

This project is a Go module to access Git through shell commands. For further informations take a look at the current documentation.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

This project is under the MIT License. See the LICENSE file for the full license text.