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
a1012112796 bb39359668
Add a simple way to rename branch like gh (#15870)
3 years ago
..
pipeline
tests/repos Ignore Sync errors on pipes when doing `CheckAttributeReader.CheckPath`, fix the hang of `git cat-file` (#17096) 3 years ago
README.md
batch_reader.go Add caller to cat-file batch calls (#17082) 3 years ago
blame.go
blame_test.go refactor: move from io/ioutil to io and os package (#17109) 3 years ago
blob.go refactor: move from io/ioutil to io and os package (#17109) 3 years ago
blob_gogit.go
blob_nogogit.go refactor: move from io/ioutil to io and os package (#17109) 3 years ago
blob_test.go refactor: move from io/ioutil to io and os package (#17109) 3 years ago
command.go
command_test.go Add bundle download for repository (#14538) 3 years ago
commit.go
commit_convert_gogit.go
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) 3 years ago
commit_info_nogogit.go Defer Last Commit Info (#16467) 3 years ago
commit_info_test.go
commit_reader.go
commit_test.go
diff.go Support unprotected file patterns (#16395) 3 years ago
diff_test.go
error.go
git.go
git_test.go
hook.go refactor: move from io/ioutil to io and os package (#17109) 3 years ago
last_commit_cache.go Defer Last Commit Info (#16467) 3 years ago
last_commit_cache_gogit.go Defer Last Commit Info (#16467) 3 years ago
last_commit_cache_nogogit.go Defer Last Commit Info (#16467) 3 years ago
lfs.go Let package git depend on setting but not opposite (#15241) 3 years ago
log_name_status.go Defer Last Commit Info (#16467) 3 years ago
notes.go
notes_gogit.go Defer Last Commit Info (#16467) 3 years ago
notes_nogogit.go Defer Last Commit Info (#16467) 3 years ago
notes_test.go Change the implementation of the go-git version of GetNote to mirror the non go-git version when passed a non-existent commit (#16658) 3 years ago
parse_gogit.go
parse_gogit_test.go
parse_nogogit.go
parse_nogogit_test.go
ref.go
remote.go
repo.go Fix bundle creation (#17079) 3 years ago
repo_archive.go
repo_attribute.go Ignore Sync errors on pipes when doing `CheckAttributeReader.CheckPath`, fix the hang of `git cat-file` (#17096) 3 years ago
repo_attribute_test.go
repo_base_gogit.go
repo_base_nogogit.go
repo_blame.go
repo_blob.go
repo_blob_gogit.go Add bundle download for repository (#14538) 3 years ago
repo_blob_nogogit.go
repo_blob_test.go refactor: move from io/ioutil to io and os package (#17109) 3 years ago
repo_branch.go Add a simple way to rename branch like gh (#15870) 3 years ago
repo_branch_gogit.go Add bundle download for repository (#14538) 3 years ago
repo_branch_nogogit.go
repo_branch_test.go
repo_commit.go refactor: move from io/ioutil to io and os package (#17109) 3 years ago
repo_commit_gogit.go
repo_commit_nogogit.go refactor: move from io/ioutil to io and os package (#17109) 3 years ago
repo_commit_test.go
repo_commitgraph_gogit.go
repo_compare.go Don't return binary file changes in raw PR diffs by default (#17158) 3 years ago
repo_compare_test.go refactor: move from io/ioutil to io and os package (#17109) 3 years ago
repo_gpg.go
repo_hook.go
repo_index.go refactor: move from io/ioutil to io and os package (#17109) 3 years ago
repo_language_stats.go
repo_language_stats_gogit.go refactor: move from io/ioutil to io and os package (#17109) 3 years ago
repo_language_stats_nogogit.go refactor: move from io/ioutil to io and os package (#17109) 3 years ago
repo_language_stats_test.go Ignore Sync errors on pipes when doing `CheckAttributeReader.CheckPath`, fix the hang of `git cat-file` (#17096) 3 years ago
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 [API] generalize list header (#16551) 3 years ago
repo_tag_gogit.go
repo_tag_nogogit.go
repo_tag_test.go
repo_test.go
repo_tree.go Use native git variants by default with go-git variants as build tag (#13673) 4 years ago
repo_tree_gogit.go
repo_tree_nogogit.go refactor: move from io/ioutil to io and os package (#17109) 3 years ago
sha1.go
sha1_gogit.go
sha1_nogogit.go
signature.go
signature_gogit.go
signature_nogogit.go
submodule.go
submodule_test.go
tag.go
tag_test.go
tree.go
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 Add bundle download for repository (#14538) 3 years ago
tree_nogogit.go
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.