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
Jimmy Praet 3d6cb25e31
Support unprotected file patterns (#16395)
4 years ago
..
pipeline Add bundle download for repository (#14538) 4 years ago
tests/repos
README.md
batch_reader.go Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to end (#16479) 4 years ago
blame.go Fix various documentation, user-facing, and source comment typos (#16367) 4 years ago
blame_test.go
blob.go
blob_gogit.go Add bundle download for repository (#14538) 4 years ago
blob_nogogit.go Fix git.Blob.DataAsync(): close pipe since we return a NopCloser (#16899) 4 years ago
blob_test.go
command.go Add proxy settings and support for migration and webhook (#16704) 4 years ago
command_test.go Add bundle download for repository (#14538) 4 years ago
commit.go Replace `list.List` with slices (#16311) 4 years ago
commit_convert_gogit.go Add bundle download for repository (#14538) 4 years ago
commit_info.go
commit_info_gogit.go Add bundle download for repository (#14538) 4 years ago
commit_info_nogogit.go Add bundle download for repository (#14538) 4 years ago
commit_info_test.go
commit_reader.go
commit_test.go
diff.go Support unprotected file patterns (#16395) 4 years ago
diff_test.go
error.go
git.go Add agit flow support in gitea (#14295) 4 years ago
git_test.go
hook.go
last_commit_cache.go
last_commit_cache_gogit.go Add bundle download for repository (#14538) 4 years ago
last_commit_cache_nogogit.go Add bundle download for repository (#14538) 4 years ago
lfs.go
log_name_status.go Fix missing close in WalkGitLog (#17008) 4 years ago
notes.go
notes_gogit.go Add bundle download for repository (#14538) 4 years ago
notes_nogogit.go Add bundle download for repository (#14538) 4 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) 4 years ago
parse_gogit.go Add bundle download for repository (#14538) 4 years ago
parse_gogit_test.go Add bundle download for repository (#14538) 4 years ago
parse_nogogit.go Add bundle download for repository (#14538) 4 years ago
parse_nogogit_test.go Add bundle download for repository (#14538) 4 years ago
ref.go
remote.go
repo.go Add bundle download for repository (#14538) 4 years ago
repo_archive.go Add bundle download for repository (#14538) 4 years ago
repo_attribute.go Use git attributes to determine generated and vendored status for language stats and diffs (#16773) 4 years ago
repo_attribute_test.go Use git attributes to determine generated and vendored status for language stats and diffs (#16773) 4 years ago
repo_base_gogit.go Add bundle download for repository (#14538) 4 years ago
repo_base_nogogit.go Add bundle download for repository (#14538) 4 years ago
repo_blame.go
repo_blob.go
repo_blob_gogit.go Add bundle download for repository (#14538) 4 years ago
repo_blob_nogogit.go Add bundle download for repository (#14538) 4 years ago
repo_blob_test.go
repo_branch.go Add agit flow support in gitea (#14295) 4 years ago
repo_branch_gogit.go Add bundle download for repository (#14538) 4 years ago
repo_branch_nogogit.go Add bundle download for repository (#14538) 4 years ago
repo_branch_test.go
repo_commit.go Replace `list.List` with slices (#16311) 4 years ago
repo_commit_gogit.go Add bundle download for repository (#14538) 4 years ago
repo_commit_nogogit.go Add bundle download for repository (#14538) 4 years ago
repo_commit_test.go Replace `list.List` with slices (#16311) 4 years ago
repo_commitgraph_gogit.go Add bundle download for repository (#14538) 4 years ago
repo_compare.go Replace `list.List` with slices (#16311) 4 years ago
repo_compare_test.go
repo_gpg.go
repo_hook.go
repo_index.go Use git attributes to determine generated and vendored status for language stats and diffs (#16773) 4 years ago
repo_language_stats.go
repo_language_stats_gogit.go Use git attributes to determine generated and vendored status for language stats and diffs (#16773) 4 years ago
repo_language_stats_nogogit.go Use git attributes to determine generated and vendored status for language stats and diffs (#16773) 4 years ago
repo_object.go
repo_ref.go
repo_ref_gogit.go Add bundle download for repository (#14538) 4 years ago
repo_ref_nogogit.go Add bundle download for repository (#14538) 4 years ago
repo_ref_test.go
repo_stats.go Fix various documentation, user-facing, and source comment typos (#16367) 4 years ago
repo_stats_test.go
repo_tag.go [API] generalize list header (#16551) 4 years ago
repo_tag_gogit.go Add skip and limit to git.GetTags (#16897) 4 years ago
repo_tag_nogogit.go Add skip and limit to git.GetTags (#16897) 4 years ago
repo_tag_test.go [API] generalize list header (#16551) 4 years ago
repo_test.go
repo_tree.go
repo_tree_gogit.go Add bundle download for repository (#14538) 4 years ago
repo_tree_nogogit.go Add bundle download for repository (#14538) 4 years ago
sha1.go
sha1_gogit.go Add bundle download for repository (#14538) 4 years ago
sha1_nogogit.go Add bundle download for repository (#14538) 4 years ago
signature.go
signature_gogit.go Add bundle download for repository (#14538) 4 years ago
signature_nogogit.go Add bundle download for repository (#14538) 4 years ago
submodule.go
submodule_test.go
tag.go
tag_test.go
tree.go Add TestPrepareWikiFileName (#16487) 4 years ago
tree_blob.go
tree_blob_gogit.go Add bundle download for repository (#14538) 4 years ago
tree_blob_nogogit.go Add bundle download for repository (#14538) 4 years ago
tree_entry.go
tree_entry_gogit.go Add bundle download for repository (#14538) 4 years ago
tree_entry_mode.go
tree_entry_nogogit.go Add bundle download for repository (#14538) 4 years ago
tree_entry_test.go Add bundle download for repository (#14538) 4 years ago
tree_gogit.go Add bundle download for repository (#14538) 4 years ago
tree_nogogit.go Add bundle download for repository (#14538) 4 years ago
utils.go Fix various documentation, user-facing, and source comment typos (#16367) 4 years ago
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.