You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
gitea/modules/git
6543 1ebb30e41b
Pass gitRepo down to GetRawDiff, since its used for main repo and wiki (#19461)
3 years ago
..
foreachref
pipeline Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
tests/repos
README.md move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 6 years ago
batch_reader.go Prevent dangling cat-file calls (goroutine alternative) (#19454) 3 years ago
blame.go
blame_test.go
blob.go
blob_gogit.go Add bundle download for repository (#14538) 4 years ago
blob_nogogit.go
blob_test.go
command.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
command_race_test.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
command_test.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
commit.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
commit_convert_gogit.go
commit_info.go
commit_info_gogit.go format with gofumpt (#18184) 3 years ago
commit_info_nogogit.go
commit_info_test.go
commit_reader.go
commit_test.go
diff.go Pass gitRepo down to GetRawDiff, since its used for main repo and wiki (#19461) 3 years ago
diff_test.go
error.go
git.go Add uploadpack.allowAnySHA1InWant to allow --filter=blob:none with older git clients (#19430) 3 years ago
git_test.go Use gitea logging module for git module (#16243) 4 years ago
hook.go
last_commit_cache.go
last_commit_cache_gogit.go
last_commit_cache_nogogit.go
lfs.go
log_name_status.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
notes.go
notes_gogit.go
notes_nogogit.go
notes_test.go
parse_gogit.go
parse_gogit_test.go Add bundle download for repository (#14538) 4 years ago
parse_nogogit.go
parse_nogogit_test.go
ref.go
remote.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
repo.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
repo_archive.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
repo_attribute.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
repo_attribute_test.go
repo_base.go
repo_base_gogit.go
repo_base_nogogit.go
repo_blame.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
repo_blob.go
repo_blob_gogit.go Add bundle download for repository (#14538) 4 years ago
repo_blob_nogogit.go
repo_blob_test.go
repo_branch.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
repo_branch_gogit.go
repo_branch_nogogit.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
repo_branch_test.go Make git.OpenRepository accept Context (#19260) 3 years ago
repo_commit.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
repo_commit_gogit.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
repo_commit_nogogit.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
repo_commit_test.go
repo_commitgraph.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
repo_commitgraph_gogit.go
repo_compare.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
repo_compare_test.go
repo_gpg.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
repo_hook.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 6 years ago
repo_index.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
repo_language_stats.go
repo_language_stats_gogit.go
repo_language_stats_nogogit.go
repo_language_stats_test.go
repo_object.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
repo_ref.go
repo_ref_gogit.go Add bundle download for repository (#14538) 4 years ago
repo_ref_nogogit.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
repo_ref_test.go
repo_stats.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
repo_stats_test.go
repo_tag.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
repo_tag_gogit.go
repo_tag_nogogit.go Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235) 3 years ago
repo_tag_test.go
repo_test.go Make git.OpenRepository accept Context (#19260) 3 years ago
repo_tree.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
repo_tree_gogit.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
repo_tree_nogogit.go
sha1.go
sha1_gogit.go Add bundle download for repository (#14538) 4 years ago
sha1_nogogit.go
signature.go
signature_gogit.go Add bundle download for repository (#14538) 4 years ago
signature_nogogit.go
submodule.go
submodule_test.go
tag.go
tag_test.go
tree.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
tree_blob.go
tree_blob_gogit.go
tree_blob_nogogit.go
tree_entry.go
tree_entry_gogit.go
tree_entry_mode.go
tree_entry_nogogit.go
tree_entry_test.go
tree_gogit.go
tree_nogogit.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
utils.go
utils_test.go

README.md

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.