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.
 
 
 
 
 
 
wxiaoguang 85b5877bb0
Fix various bugs (#35177)
5 months ago
..
attribute Don't use full-file highlight when there is a git diff textconv (#35114) 5 months ago
foreachref Run `gopls modernize` on codebase (#34751) 6 months ago
internal Refactor git command package to improve security and maintainability (#22678) 3 years ago
languagestats Fix some trivial problems (#34579) 7 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 Don't display error log when .git-blame-ignore-revs doesn't exist (#34457) 7 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 Abstract hash function usage (#28138) 2 years ago
blob_nogogit.go Refactor the usage of batch catfile (#31754) 1 year ago
blob_test.go Use test context in tests and new loop system in benchmarks (#33648) 10 months ago
cmdverb.go Fix a bug when uploading file via lfs ssh command (#34408) 7 months ago
command.go Improve instance wide ssh commit signing (#34341) 6 months ago
command_race_test.go Remove context from git struct (#33793) 10 months ago
command_test.go Enable testifylint rules (#34075) 9 months ago
commit.go Fix git commit committer parsing and add some tests (#35007) 5 months ago
commit_convert_gogit.go Refactor commit signature parser (#30228) 2 years ago
commit_info.go Fix submodule parsing when the gitmodules is missing (#35109) 5 months ago
commit_info_gogit.go Improve submodule relative path handling (#35056) 5 months ago
commit_info_nogogit.go Improve submodule relative path handling (#35056) 5 months ago
commit_info_test.go Fix submodule parsing when the gitmodules is missing (#35109) 5 months ago
commit_reader.go Refactor commit reader (#34542) 7 months ago
commit_sha256_test.go Refactor commit reader (#34542) 7 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 Refactor commit reader (#34542) 7 months ago
config.go Remove context from git struct (#33793) 10 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 Fix submodule parsing (#32571) 1 year 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
fsck.go Remove context from git struct (#33793) 10 months ago
git.go Refactor Git Attribute & performance optimization (#34154) 8 months ago
git_test.go Uniform all temporary directories and allow customizing temp path (#32352) 8 months ago
grep.go Enable addtional linters (#34085) 9 months ago
grep_test.go Use test context in tests and new loop system in benchmarks (#33648) 10 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 Abstract hash function usage (#28138) 2 years ago
last_commit_cache_nogogit.go Implement FSFE REUSE for golang files (#21840) 3 years ago
log_name_status.go Run `gopls modernize` on codebase (#34751) 6 months ago
notes.go Implement FSFE REUSE for golang files (#21840) 3 years ago
notes_gogit.go Abstract hash function usage (#28138) 2 years ago
notes_nogogit.go Implement FSFE REUSE for golang files (#21840) 3 years ago
notes_test.go Use test context in tests and new loop system in benchmarks (#33648) 10 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 Add support for sha256 repositories (#23894) 2 years ago
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 Remove context from git struct (#33793) 10 months ago
repo.go Run `gopls modernize` on codebase (#34751) 6 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 Move duplicated functions (#33977) 9 months ago
repo_base_nogogit.go Decouple Batch from git.Repository to simplify usage without requiring the creation of a Repository struct. (#34001) 9 months ago
repo_blame.go Remove context from git struct (#33793) 10 months ago
repo_blob.go Improve ObjectFormat interface (#28496) 2 years ago
repo_blob_gogit.go Abstract hash function usage (#28138) 2 years ago
repo_blob_nogogit.go Abstract hash function usage (#28138) 2 years ago
repo_blob_test.go Improve ObjectFormat interface (#28496) 2 years ago
repo_branch.go Refactor Branch struct in package modules/git (#33980) 9 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 Enable testifylint rules (#34075) 9 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 Fix commit range paging (#32944) 1 year 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 Decouple diff stats query from actual diffing (#33810) 9 months ago
repo_compare_test.go Refactor getpatch/getdiff functions and remove unnecessary fallback (#32817) 12 months ago
repo_gpg.go Improve instance wide ssh commit signing (#34341) 6 months ago
repo_hook.go Implement FSFE REUSE for golang files (#21840) 3 years ago
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 Abstract hash function usage (#28138) 2 years ago
repo_ref_nogogit.go Remove context from git struct (#33793) 10 months ago
repo_ref_test.go Fix commit retrieval by tag (#21804) 3 years ago
repo_stats.go feat(api): add date range filtering to commit retrieval endpoints (#34497) 7 months ago
repo_stats_test.go Enable testifylint rules (#34075) 9 months ago
repo_tag.go Run `gopls modernize` on codebase (#34751) 6 months ago
repo_tag_gogit.go Fix submodule parsing (#32571) 1 year ago
repo_tag_nogogit.go Avoid creating unnecessary temporary cat file sub process (#33942) 9 months ago
repo_tag_test.go Enable testifylint rules (#34075) 9 months ago
repo_test.go Use test context in tests and new loop system in benchmarks (#33648) 10 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 Refactor parseSignatureFromCommitLine (#29054) 2 years ago
signature_gogit.go Refactor parseSignatureFromCommitLine (#29054) 2 years ago
signature_nogogit.go Refactor parseSignatureFromCommitLine (#29054) 2 years ago
signature_test.go Enable testifylint rules (#34075) 9 months ago
submodule.go Remove context from git struct (#33793) 10 months ago
submodule_test.go Enable testifylint rules (#34075) 9 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 Implement FSFE REUSE for golang files (#21840) 3 years ago
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 Follow file symlinks in the UI to their target (#28835) 6 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 Run `gopls modernize` on codebase (#34751) 6 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.