Git with a cup of tea, painless self-hosted git service
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 1717af72c4
Move some functions from package git to gitrepo (#33910)
4 months ago
..
attribute Fix context usages (#35348) 4 months ago
foreachref Allow foreachref parser to grow its buffer (#35365) 4 months ago
internal
languagestats Fix context usages (#35348) 4 months ago
pipeline Remove context from git struct (#33793) 10 months ago
tests/repos Refactor Git Attribute & performance optimization (#34154) 8 months ago
url Enable testifylint rules (#34075) 9 months ago
README.md
batch.go Decouple Batch from git.Repository to simplify usage without requiring the creation of a Repository struct. (#34001) 9 months ago
batch_reader.go Remove context from git struct (#33793) 10 months ago
blame.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
blame_sha256_test.go Uniform all temporary directories and allow customizing temp path (#32352) 8 months ago
blame_test.go Uniform all temporary directories and allow customizing temp path (#32352) 8 months ago
blob.go Add support for 3D/CAD file formats preview (#34794) 6 months ago
blob_gogit.go
blob_nogogit.go Refactor the usage of batch catfile (#31754) 1 year ago
blob_test.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
cmdverb.go Fix a bug when uploading file via lfs ssh command (#34408) 7 months ago
command.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
command_race_test.go Remove context from git struct (#33793) 10 months ago
command_test.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
commit.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
commit_convert_gogit.go Refactor commit signature parser (#30228) 2 years ago
commit_info.go Fix repo file list partial reloading for submodules (#35183) 5 months ago
commit_info_gogit.go Fix repo file list partial reloading for submodules (#35183) 5 months ago
commit_info_nogogit.go Fix repo file list partial reloading for submodules (#35183) 5 months ago
commit_info_test.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
commit_reader.go Refactor commit reader (#34542) 7 months ago
commit_sha256_test.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
commit_submodule.go Fix submodule nil check (#35096) 5 months ago
commit_submodule_file.go Fix various bugs (#35177) 5 months ago
commit_submodule_file_test.go Fix various bugs (#35177) 5 months ago
commit_test.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
config.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
config_submodule.go Fix submodule parsing (#32571) 1 year ago
config_submodule_test.go Fix submodule parsing (#32571) 1 year ago
config_test.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
diff.go Fix incorrect comment diff hunk parsing, fix github asset ID nil panic (#35046) 5 months ago
diff_test.go Run `gopls modernize` on codebase (#34751) 6 months ago
error.go Follow file symlinks in the UI to their target (#28835) 6 months ago
git.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
git_test.go Fix context usages (#35348) 4 months ago
grep.go Enable addtional linters (#34085) 9 months ago
grep_test.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
hook.go Run `gopls modernize` on codebase (#34751) 6 months ago
key.go Improve instance wide ssh commit signing (#34341) 6 months ago
last_commit_cache.go Run `gopls modernize` on codebase (#34751) 6 months ago
last_commit_cache_gogit.go
last_commit_cache_nogogit.go
log_name_status.go Run `gopls modernize` on codebase (#34751) 6 months ago
notes.go
notes_gogit.go
notes_nogogit.go
notes_test.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
object_format.go Make sure git version&feature are always prepared (#30877) 2 years ago
object_id.go Enable addtional linters (#34085) 9 months ago
object_id_gogit.go
object_id_test.go Fix incorrect object id hash function (#30708) 2 years ago
parse.go Add go wrapper around git diff-tree --raw -r -M (#33369) 10 months ago
parse_gogit.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 2 years ago
parse_gogit_test.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 2 years ago
parse_nogogit.go Add file tree to file view page (#32721) 9 months ago
parse_nogogit_test.go Enable testifylint rules (#34075) 9 months ago
ref.go Run `gopls modernize` on codebase (#34751) 6 months ago
ref_test.go Refactor RefName (#33234) 11 months ago
remote.go Move git config/remote to gitrepo package and add global lock to resolve possible conflict when updating repository git config file (#35151) 4 months ago
repo.go Move git config/remote to gitrepo package and add global lock to resolve possible conflict when updating repository git config file (#35151) 4 months ago
repo_archive.go Remove context from git struct (#33793) 10 months ago
repo_archive_test.go Refactor context RefName and RepoAssignment (#33226) 11 months ago
repo_base_gogit.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
repo_base_nogogit.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
repo_blame.go Remove context from git struct (#33793) 10 months ago
repo_blob.go
repo_blob_gogit.go
repo_blob_nogogit.go
repo_blob_test.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
repo_branch.go Move git config/remote to gitrepo package and add global lock to resolve possible conflict when updating repository git config file (#35151) 4 months ago
repo_branch_gogit.go Fix typo in documentation of GetBranchNames() (#33330) 11 months ago
repo_branch_nogogit.go Remove context from git struct (#33793) 10 months ago
repo_branch_test.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
repo_commit.go Run `gopls modernize` on codebase (#34751) 6 months ago
repo_commit_gogit.go Remove context from git struct (#33793) 10 months ago
repo_commit_nogogit.go Avoid creating unnecessary temporary cat file sub process (#33942) 9 months ago
repo_commit_test.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
repo_commitgraph.go Remove context from git struct (#33793) 10 months ago
repo_commitgraph_gogit.go Use filepath.Join instead of path.Join for file system file operations (#33978) 9 months ago
repo_compare.go Move git config/remote to gitrepo package and add global lock to resolve possible conflict when updating repository git config file (#35151) 4 months ago
repo_compare_test.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
repo_gpg.go Improve instance wide ssh commit signing (#34341) 6 months ago
repo_hook.go
repo_index.go Run `gopls modernize` on codebase (#34751) 6 months ago
repo_object.go Add API endpoint to request contents of multiple files simultaniously (#34139) 8 months ago
repo_ref.go enable staticcheck QFxxxx rules (#34064) 9 months ago
repo_ref_gogit.go
repo_ref_nogogit.go Remove context from git struct (#33793) 10 months ago
repo_ref_test.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
repo_stats.go feat(api): add date range filtering to commit retrieval endpoints (#34497) 7 months ago
repo_stats_test.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
repo_tag.go Run `gopls modernize` on codebase (#34751) 6 months ago
repo_tag_gogit.go Remove the duplicated function GetTags (#35375) 4 months ago
repo_tag_nogogit.go Remove the duplicated function GetTags (#35375) 4 months ago
repo_tag_test.go Remove the duplicated function GetTags (#35375) 4 months ago
repo_test.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
repo_tree.go Improve instance wide ssh commit signing (#34341) 6 months ago
repo_tree_gogit.go Remove context from git struct (#33793) 10 months ago
repo_tree_nogogit.go Avoid creating unnecessary temporary cat file sub process (#33942) 9 months ago
signature.go
signature_gogit.go
signature_nogogit.go
signature_test.go Enable testifylint rules (#34075) 9 months ago
submodule.go Remove context from git struct (#33793) 10 months ago
submodule_test.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
tag.go Avoid creating unnecessary temporary cat file sub process (#33942) 9 months ago
tag_test.go Refactor commit signature parser (#30228) 2 years ago
tree.go Run `gopls modernize` on codebase (#34751) 6 months ago
tree_blob.go
tree_blob_gogit.go Add file tree to file view page (#32721) 9 months ago
tree_blob_nogogit.go Follow file symlinks in the UI to their target (#28835) 6 months ago
tree_entry.go Follow file symlinks in the UI to their target (#28835) 6 months ago
tree_entry_common_test.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
tree_entry_gogit.go Follow file symlinks in the UI to their target (#28835) 6 months ago
tree_entry_mode.go Follow file symlinks in the UI to their target (#28835) 6 months ago
tree_entry_nogogit.go Follow file symlinks in the UI to their target (#28835) 6 months ago
tree_entry_test.go Follow file symlinks in the UI to their target (#28835) 6 months ago
tree_gogit.go Follow file symlinks in the UI to their target (#28835) 6 months ago
tree_nogogit.go Remove context from git struct (#33793) 10 months ago
tree_test.go Remove wrong "git.DefaultContext" (#35364) 4 months ago
utils.go Fix various bugs (#35177) 5 months ago
utils_test.go Fix various bugs (#35177) 5 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.