gitea/modules/git
jaqra 065bbddab9 Fix count for commit graph last page (#8843)
* Fix count for commit graph last page

* Remove used once variable

* Move func to model

* capitalize method name

* fix error message
2019-11-07 20:09:51 +02:00
..
pipeline
tests/repos
blame_test.go
blame.go
blob_test.go
blob.go
cache.go
command_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +08:00
command.go
commit_archive.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +08:00
commit_info_test.go
commit_info.go Ensure default gpg settings not nil and found commits have reference to repo (#8604) 2019-10-20 23:26:36 +01:00
commit_test.go
commit.go
error.go
git_test.go Only check and config git on web subcommand but not others (#7236) 2019-06-19 19:53:37 +03:00
git.go
hook.go
notes_test.go
notes.go
parse_test.go
parse.go
README.md move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +08:00
ref.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +08:00
repo_blame.go Removed unnecessary conversions (#7557) 2019-07-23 19:50:39 +01:00
repo_blob_test.go
repo_blob.go
repo_branch_test.go
repo_branch.go
repo_commit_test.go
repo_commit.go Search Commits via Commit Hash (#7400) 2019-09-02 19:38:04 -04:00
repo_commitgraph.go
repo_compare_test.go
repo_compare.go Do not fetch all refs (#7797) 2019-08-13 11:30:44 +03:00
repo_gpg.go
repo_hook.go
repo_index.go
repo_object.go
repo_ref_test.go Show git-notes (#6984) 2019-05-24 10:52:05 +03:00
repo_ref.go
repo_stats_test.go
repo_stats.go
repo_tag_test.go
repo_tag.go
repo_test.go
repo_tree.go
repo.go
sha1.go
signature.go
submodule_test.go
submodule.go Refactor submodule URL parsing (#7100) 2019-06-03 23:11:19 +08:00
tag.go
tree_blob.go Removed unnecessary conversions (#7557) 2019-07-23 19:50:39 +01:00
tree_entry_test.go
tree_entry.go Include "executable" files in the index, as they are not necessarily binary (#7718) 2019-08-02 23:14:50 +08:00
tree.go
utils.go Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) 2019-10-16 14:42:42 +01:00

Git Module

This module is merged from https://github.com/go-gitea/git which is a Go module to access Git through shell commands. Now it's a part of gitea's main repository for easier pull request.