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
zeripath 601766d1fa
Handle empty author names (#21902) (#22028)
2 years ago
..
foreachref Use Go 1.19 fmt for Gitea 1.17, sync emoji data (#21239) 3 years ago
pipeline Remove legacy `+build:` constraint (#19582) 3 years ago
tests/repos
url
README.md
batch_reader.go
blame.go
blame_test.go refactor: move from io/ioutil to io and os package (#17109) 4 years ago
blob.go
blob_gogit.go Remove legacy `+build:` constraint (#19582) 3 years ago
blob_nogogit.go Remove legacy `+build:` constraint (#19582) 3 years ago
blob_test.go
command.go Prevent panic in doctor command when running default checks (#21791) (#21808) 2 years ago
command_race_test.go
command_test.go improve code quality (#21464) (#21463) 3 years ago
commit.go improve code quality (#21464) (#21463) 3 years ago
commit_convert_gogit.go
commit_info.go
commit_info_gogit.go
commit_info_nogogit.go Remove legacy `+build:` constraint (#19582) 3 years ago
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 Prevent off-by-one error on comments on newly appended lines (#18029) 3 years ago
error.go Fix 500 Error with branch and tag sharing the same name #15592 (#16040) 4 years ago
git.go
git_test.go
hook.go
last_commit_cache.go
last_commit_cache_gogit.go
last_commit_cache_nogogit.go
lfs.go
log_name_status.go
notes.go
notes_gogit.go
notes_nogogit.go
notes_test.go
parse_gogit.go
parse_gogit_test.go Remove legacy `+build:` constraint (#19582) 3 years ago
parse_nogogit.go
parse_nogogit_test.go
ref.go
remote.go
repo.go
repo_archive.go Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
repo_attribute.go
repo_attribute_test.go
repo_base.go
repo_base_gogit.go
repo_base_nogogit.go Remove legacy `+build:` constraint (#19582) 3 years ago
repo_blame.go
repo_blob.go Use native git variants by default with go-git variants as build tag (#13673) 4 years ago
repo_blob_gogit.go Remove legacy `+build:` constraint (#19582) 3 years ago
repo_blob_nogogit.go
repo_blob_test.go
repo_branch.go
repo_branch_gogit.go
repo_branch_nogogit.go
repo_branch_test.go
repo_commit.go improve code quality (#21464) (#21463) 3 years ago
repo_commit_gogit.go
repo_commit_nogogit.go
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
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
repo_language_stats.go format with gofumpt (#18184) 3 years ago
repo_language_stats_gogit.go
repo_language_stats_nogogit.go Remove legacy git code (ver < 2.0), fine tune markup tests (#19930) 3 years ago
repo_language_stats_test.go
repo_object.go
repo_ref.go
repo_ref_gogit.go
repo_ref_nogogit.go
repo_ref_test.go
repo_stats.go
repo_stats_test.go
repo_tag.go
repo_tag_gogit.go
repo_tag_nogogit.go On Tag/Branch Exist Check, dont panic if repo is nil (#21787) (#21789) 2 years ago
repo_tag_test.go
repo_test.go Make git.OpenRepository accept Context (#19260) 3 years ago
repo_tree.go
repo_tree_gogit.go
repo_tree_nogogit.go
sha1.go
sha1_gogit.go Remove legacy `+build:` constraint (#19582) 3 years ago
sha1_nogogit.go
signature.go
signature_gogit.go
signature_nogogit.go
submodule.go Fix some lints (#17337) 4 years ago
submodule_test.go
tag.go format with gofumpt (#18184) 3 years ago
tag_test.go
tree.go
tree_blob.go Use native git variants by default with go-git variants as build tag (#13673) 4 years ago
tree_blob_gogit.go Remove legacy `+build:` constraint (#19582) 3 years ago
tree_blob_nogogit.go
tree_entry.go
tree_entry_gogit.go
tree_entry_mode.go
tree_entry_nogogit.go
tree_entry_test.go Remove legacy `+build:` constraint (#19582) 3 years ago
tree_gogit.go Remove legacy `+build:` constraint (#19582) 3 years ago
tree_nogogit.go
utils.go
utils_test.go Fix ref links in issue overviews for tags (#8742) 5 years ago

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.