Git with a cup of tea, painless self-hosted git service Mirror for internal git.with.parts use https://git.with.parts
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
Giteabot 55cb356b84
Refactor sha1 and time-limited code (#31023) (#31030)
9 months ago
..
foreachref
internal
pipeline Deduplicate lfs common code (#30704) 10 months ago
tests/repos
url
README.md
attribute.go
batch_reader.go Enable more `revive` linter rules (#30608) 10 months ago
blame.go Make sure git version&feature are always prepared (#30877) (#30879) 10 months ago
blame_sha256_test.go
blame_test.go
blob.go
blob_gogit.go
blob_nogogit.go
blob_test.go
command.go
command_race_test.go
command_test.go
commit.go Make sure git version&feature are always prepared (#30877) (#30879) 10 months ago
commit_convert_gogit.go Refactor commit signature parser (#30228) 11 months ago
commit_info.go
commit_info_gogit.go
commit_info_nogogit.go
commit_info_test.go
commit_reader.go Enable more `revive` linter rules (#30608) 10 months ago
commit_sha256_test.go
commit_test.go Include encoding in signature payload (#30174) 11 months ago
diff.go
diff_test.go
error.go
git.go Make sure git version&feature are always prepared (#30877) (#30879) 10 months ago
git_test.go
grep.go Improve grep search (#30843) (#30850) 10 months ago
grep_test.go Improve grep search (#30843) (#30850) 10 months ago
hook.go
last_commit_cache.go Refactor cache and disable go-chi cache (#30417) 10 months ago
last_commit_cache_gogit.go
last_commit_cache_nogogit.go
log_name_status.go
notes.go
notes_gogit.go
notes_nogogit.go
notes_test.go
object_format.go Make sure git version&feature are always prepared (#30877) (#30879) 10 months ago
object_id.go Make sure git version&feature are always prepared (#30877) (#30879) 10 months ago
object_id_gogit.go
object_id_test.go Fix incorrect object id hash function (#30708) 10 months ago
parse_gogit.go
parse_gogit_test.go
parse_nogogit.go
parse_nogogit_test.go
ref.go Update misspell to 0.5.1 and add `misspellings.csv` (#30573) 10 months ago
ref_test.go
remote.go Make sure git version&feature are always prepared (#30877) (#30879) 10 months ago
repo.go Make sure git version&feature are always prepared (#30877) (#30879) 10 months ago
repo_archive.go
repo_attribute.go
repo_attribute_test.go
repo_base_gogit.go Make sure git version&feature are always prepared (#30877) (#30879) 10 months ago
repo_base_nogogit.go Make sure git version&feature are always prepared (#30877) (#30879) 10 months ago
repo_blame.go
repo_blob.go
repo_blob_gogit.go
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 Make sure git version&feature are always prepared (#30877) (#30879) 10 months ago
repo_commit_gogit.go
repo_commit_nogogit.go
repo_commit_test.go
repo_commitgraph.go Make sure git version&feature are always prepared (#30877) (#30879) 10 months ago
repo_commitgraph_gogit.go
repo_compare.go
repo_compare_test.go
repo_gpg.go
repo_hook.go
repo_index.go
repo_language_stats.go
repo_language_stats_gogit.go
repo_language_stats_nogogit.go
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 Refactor commit signature parser (#30228) 11 months ago
repo_tag_gogit.go
repo_tag_nogogit.go
repo_tag_test.go Refactor commit signature parser (#30228) 11 months ago
repo_test.go
repo_tree.go
repo_tree_gogit.go
repo_tree_nogogit.go
signature.go
signature_gogit.go
signature_nogogit.go
signature_test.go
submodule.go Enable more `revive` linter rules (#30608) 10 months ago
submodule_test.go
tag.go Refactor commit signature parser (#30228) 11 months ago
tag_test.go Refactor commit signature parser (#30228) 11 months 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
tree_test.go
utils.go Refactor sha1 and time-limited code (#31023) (#31030) 9 months ago
utils_test.go Refactor sha1 and time-limited code (#31023) (#31030) 9 months 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.