You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Adam Strzelecki 3df5dcc1dc Allow pre-receive hook customization
This hook can be used for example to reject too large commits and it is
executed before "update" hook, used exclusively by Gogs to update its state.

https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
9 years ago
..
blob.go rename fields 9 years ago
commit.go rename fields 9 years ago
commit_archive.go rename fields 9 years ago
error.go #1742 Update default branch in git repository while change in web view 9 years ago
hooks.go Allow pre-receive hook customization 9 years ago
repo.go fix #1383 9 years ago
repo_branch.go #1742 Update default branch in git repository while change in web view 9 years ago
repo_commit.go rename fields 9 years ago
repo_object.go New UI merge in progress 10 years ago
repo_pull.go #1922 Pull request fail to merge with BIN 9 years ago
repo_tag.go rename fields 9 years ago
repo_tree.go New UI merge in progress 10 years ago
sha1.go rename fields 9 years ago
signature.go rename fields 9 years ago
signature_test.go rename fields 9 years ago
submodule.go rename fields 9 years ago
tag.go rename fields 9 years ago
tree.go better escape char handle 9 years ago
tree_blob.go rename fields 9 years ago
tree_entry.go rename fields 9 years ago
utils.go Use refStr[len("refs/heads/"):] instead of refStr[11:] and fix error 9 years ago
version.go print out git version 9 years ago