gitea/modules/git
2019-07-31 15:19:47 -04:00
..
tests/repos
blame_test.go
blame.go
blob_test.go
blob.go
cache.go
command_test.go
command.go
commit_archive.go
commit_info_test.go
commit_info.go
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 Support git.PATH entry in app.ini (#6772) 2019-07-07 03:26:56 -04:00
hook.go
notes_test.go
notes.go Removed unnecessary conversions (#7557) 2019-07-23 19:50:39 +01:00
parse_test.go
parse.go
README.md
ref.go
repo_blame.go
repo_blob_test.go
repo_blob.go
repo_branch_test.go
repo_branch.go
repo_commit_test.go
repo_commit.go Removed unnecessary conversions (#7557) 2019-07-23 19:50:39 +01:00
repo_commitgraph.go
repo_compare_test.go
repo_compare.go
repo_hook.go
repo_index.go
repo_object.go
repo_ref_test.go
repo_ref.go
repo_stats_test.go
repo_stats.go
repo_tag_test.go
repo_tag.go
repo_test.go Monitor all git commands; move blame to git package and replace git as a variable (#6864) 2019-06-26 14:15:26 -04:00
repo_tree.go Correct wrong datetime format for git (#7689) 2019-07-31 15:19:47 -04:00
repo.go
sha1.go Improve listing performance by using go-git (#6478) 2019-04-19 20:17:27 +08:00
signature.go
submodule_test.go
submodule.go Refactor submodule URL parsing (#7100) 2019-06-03 23:11:19 +08:00
tag.go Fixes #2738 - Adds the /git/tags API endpoint (#7138) 2019-06-08 17:31:11 +03:00
tree_blob.go
tree_entry_test.go
tree_entry.go
tree.go
utils.go

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.