Платформа ЦРНП "Мирокод" для разработки проектов https://git.mirocod.ru
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.
 
 
 
 
 
 
Lunny Xiao 540541caa2
Hide sensitive content on admin panel progress monitor (#19218 & #19226) (#19231)
3 years ago
..
pipeline
tests/repos Migrated Repository will show modifications when possible (#17191) 3 years ago
README.md
batch_reader.go Prevent hang in git cat-file if repository is not a valid repository and other fixes (#17991) 3 years ago
blame.go
blame_test.go
blob.go
blob_gogit.go
blob_nogogit.go
blob_test.go
command.go Hide sensitive content on admin panel progress monitor (#19218 & #19226) (#19231) 3 years ago
command_test.go
commit.go Fix source typos (#18227) 3 years ago
commit_convert_gogit.go
commit_info.go
commit_info_gogit.go
commit_info_nogogit.go
commit_info_test.go Ensure git tag tests and others create test repos in tmpdir (#18447) (#18767) 3 years ago
commit_reader.go
commit_test.go
diff.go Fix partial cloning a repo (#18373) (#18377) 3 years ago
diff_test.go Prevent off-by-one error on comments on newly appended lines (#18029) 3 years ago
error.go
git.go Enable partial clone by default (#18195) 3 years ago
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 Stop logging an error when notes are not found (#18626) (#18635) 3 years ago
notes_nogogit.go Stop logging an error when notes are not found (#18626) (#18635) 3 years ago
notes_test.go
parse_gogit.go
parse_gogit_test.go
parse_nogogit.go
parse_nogogit_test.go
ref.go Refactor various strings (#17784) 3 years ago
remote.go
repo.go Hide sensitive content on admin panel progress monitor (#19218 & #19226) (#19231) 3 years ago
repo_archive.go
repo_attribute.go Don't show context cancelled errors in attribute reader (#19006) (#19027) 3 years ago
repo_attribute_test.go
repo_base_gogit.go
repo_base_nogogit.go Prevent hang in git cat-file if repository is not a valid repository and other fixes (#17991) 3 years ago
repo_blame.go
repo_blob.go
repo_blob_gogit.go
repo_blob_nogogit.go
repo_blob_test.go
repo_branch.go Fix various typos (#18219) 3 years ago
repo_branch_gogit.go Improve checkBranchName (#17901) 3 years ago
repo_branch_nogogit.go Improve checkBranchName (#17901) 3 years ago
repo_branch_test.go Improve checkBranchName (#17901) 3 years ago
repo_commit.go Simplify parameter types (#18006) 3 years ago
repo_commit_gogit.go Do not read or write git reference files directly (#18079) 3 years ago
repo_commit_nogogit.go Fix NPE on try to get tag reference via API (#18245) 3 years ago
repo_commit_test.go
repo_commitgraph_gogit.go
repo_compare.go Do not read or write git reference files directly (#18079) 3 years ago
repo_compare_test.go Ensure git tag tests and others create test repos in tmpdir (#18447) (#18767) 3 years ago
repo_gpg.go
repo_hook.go
repo_index.go
repo_language_stats.go
repo_language_stats_gogit.go
repo_language_stats_nogogit.go Prevent dangling GetAttribute calls (#18754) (#18755) 3 years ago
repo_language_stats_test.go
repo_object.go
repo_ref.go
repo_ref_gogit.go
repo_ref_nogogit.go Refactor various strings (#17784) 3 years ago
repo_ref_test.go
repo_stats.go
repo_stats_test.go
repo_tag.go Fix NPE on try to get tag reference via API (#18245) 3 years ago
repo_tag_gogit.go
repo_tag_nogogit.go
repo_tag_test.go Ensure git tag tests and others create test repos in tmpdir (#18447) (#18767) 3 years ago
repo_test.go
repo_tree.go Simplify parameter types (#18006) 3 years ago
repo_tree_gogit.go
repo_tree_nogogit.go Fix NPE on try to get tag reference via API (#18245) 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 Fix NPE on try to get tag reference via API (#18245) 3 years ago
tag_test.go Fix NPE on try to get tag reference via API (#18245) 3 years ago
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
tree_nogogit.go
utils.go Simplify parameter types (#18006) 3 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.