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
Gusted d1f5584039
Simplify code for wrting SHA to name-rev (#17696)
3 years ago
..
pipeline Simplify code for wrting SHA to name-rev (#17696) 3 years ago
tests/repos
README.md
batch_reader.go Add caller to cat-file batch calls (#17082) 4 years ago
blame.go
blame_test.go refactor: move from io/ioutil to io and os package (#17109) 4 years ago
blob.go Read expected buffer size (#17409) 4 years ago
blob_gogit.go Add bundle download for repository (#14538) 4 years ago
blob_nogogit.go refactor: move from io/ioutil to io and os package (#17109) 4 years ago
blob_test.go refactor: move from io/ioutil to io and os package (#17109) 4 years ago
command.go Add proxy settings and support for migration and webhook (#16704) 4 years ago
command_test.go
commit.go
commit_convert_gogit.go Add bundle download for repository (#14538) 4 years ago
commit_info.go Use native git variants by default with go-git variants as build tag (#13673) 4 years ago
commit_info_gogit.go Defer Last Commit Info (#16467) 4 years ago
commit_info_nogogit.go Defer Last Commit Info (#16467) 4 years ago
commit_info_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 3 years ago
commit_reader.go
commit_test.go
diff.go
diff_test.go Fix a couple of CommentAsPatch issues. (#14804) 4 years ago
error.go
git.go Disable core.protectNTFS (#17300) 4 years ago
git_test.go Use gitea logging module for git module (#16243) 4 years ago
hook.go refactor: move from io/ioutil to io and os package (#17109) 4 years ago
last_commit_cache.go Defer Last Commit Info (#16467) 4 years ago
last_commit_cache_gogit.go Defer Last Commit Info (#16467) 4 years ago
last_commit_cache_nogogit.go Defer Last Commit Info (#16467) 4 years ago
lfs.go
log_name_status.go Check for context exceeded in WalkGitLog (#17319) 4 years ago
notes.go
notes_gogit.go Defer Last Commit Info (#16467) 4 years ago
notes_nogogit.go Defer Last Commit Info (#16467) 4 years ago
notes_test.go
parse_gogit.go Add bundle download for repository (#14538) 4 years ago
parse_gogit_test.go
parse_nogogit.go Add bundle download for repository (#14538) 4 years ago
parse_nogogit_test.go
ref.go Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show only certain branches, (#12766) 4 years ago
remote.go
repo.go Fix bundle creation (#17079) 4 years ago
repo_archive.go
repo_attribute.go Add .gitattribute assisted language detection to blame, diff and render (#17590) 3 years ago
repo_attribute_test.go
repo_base_gogit.go
repo_base_nogogit.go Add bundle download for repository (#14538) 4 years ago
repo_blame.go Removed unnecessary conversions (#7557) 6 years ago
repo_blob.go Use native git variants by default with go-git variants as build tag (#13673) 4 years ago
repo_blob_gogit.go
repo_blob_nogogit.go
repo_blob_test.go refactor: move from io/ioutil to io and os package (#17109) 4 years ago
repo_branch.go Add a simple way to rename branch like gh (#15870) 4 years ago
repo_branch_gogit.go
repo_branch_nogogit.go
repo_branch_test.go [API] Add pagination to ListBranches (#14524) 4 years ago
repo_commit.go refactor: move from io/ioutil to io and os package (#17109) 4 years ago
repo_commit_gogit.go
repo_commit_nogogit.go refactor: move from io/ioutil to io and os package (#17109) 4 years ago
repo_commit_test.go
repo_commitgraph_gogit.go
repo_compare.go Add buttons to allow loading of incomplete diffs (#16829) 4 years ago
repo_compare_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 3 years ago
repo_gpg.go
repo_hook.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 6 years ago
repo_index.go Add .gitattribute assisted language detection to blame, diff and render (#17590) 3 years ago
repo_language_stats.go
repo_language_stats_gogit.go Add .gitattribute assisted language detection to blame, diff and render (#17590) 3 years ago
repo_language_stats_nogogit.go Add .gitattribute assisted language detection to blame, diff and render (#17590) 3 years ago
repo_language_stats_test.go
repo_object.go Use native git variants by default with go-git variants as build tag (#13673) 4 years ago
repo_ref.go
repo_ref_gogit.go Add bundle download for repository (#14538) 4 years ago
repo_ref_nogogit.go
repo_ref_test.go
repo_stats.go
repo_stats_test.go Add top author stats to activity page (#9615) 5 years ago
repo_tag.go
repo_tag_gogit.go
repo_tag_nogogit.go
repo_tag_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 3 years ago
repo_test.go
repo_tree.go
repo_tree_gogit.go
repo_tree_nogogit.go refactor: move from io/ioutil to io and os package (#17109) 4 years ago
sha1.go
sha1_gogit.go
sha1_nogogit.go
signature.go
signature_gogit.go Add bundle download for repository (#14538) 4 years ago
signature_nogogit.go
submodule.go Fix some lints (#17337) 4 years ago
submodule_test.go Compare SSH_DOMAIN when parsing submodule URLs (#12753) 5 years ago
tag.go
tag_test.go
tree.go
tree_blob.go
tree_blob_gogit.go Add bundle download for repository (#14538) 4 years ago
tree_blob_nogogit.go
tree_entry.go
tree_entry_gogit.go Add bundle download for repository (#14538) 4 years ago
tree_entry_mode.go Use native git variants by default with go-git variants as build tag (#13673) 4 years ago
tree_entry_nogogit.go
tree_entry_test.go Add bundle download for repository (#14538) 4 years ago
tree_gogit.go
tree_nogogit.go
utils.go Multiple Escaping Improvements (#17551) 3 years ago
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.