gitea/modules/git
zeripath ee1d64ddd1
Stop using git count-objects and use raw directory size for repository (#8848)
* Migrate from git count-objects to a raw directory size
* As per @guillep2k ignore unusual files
2019-11-10 21:33:47 +00:00
..
pipeline Add basic repository lfs management (#7199) 2019-10-28 18:31:55 +00:00
tests/repos Fix reading git notes from nested trees (#8026) 2019-09-12 09:14:41 +08:00
blame_test.go
blame.go
blob_test.go
blob.go
cache.go
command_test.go
command.go Adjust error reporting from merge failures and use LC_ALL=C for git (#8548) 2019-11-10 08:42:51 +00:00
commit_archive.go
commit_info_test.go
commit_info.go Ensure default gpg settings not nil and found commits have reference to repo (#8604) 2019-10-20 23:26:36 +01:00
commit_test.go
commit.go Fix count for commit graph last page (#8843) 2019-11-07 20:09:51 +02:00
error.go
git_test.go
git.go On windows set core.longpaths true (#8776) 2019-11-02 13:40:49 +08:00
hook.go fix 500 when edit hook (#8782) 2019-11-02 21:38:11 +08:00
notes_test.go Fix reading git notes from nested trees (#8026) 2019-09-12 09:14:41 +08:00
notes.go Fix reading git notes from nested trees (#8026) 2019-09-12 09:14:41 +08:00
parse_test.go
parse.go
README.md
ref.go
repo_blame.go
repo_blob_test.go
repo_blob.go
repo_branch_test.go
repo_branch.go IsBranchExist: return false if provided name is empty (#8485) 2019-10-13 19:29:08 +03:00
repo_commit_test.go
repo_commit.go
repo_commitgraph.go
repo_compare_test.go
repo_compare.go
repo_gpg.go Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) 2019-10-16 14:42:42 +01:00
repo_hook.go
repo_index.go
repo_object.go
repo_ref_test.go
repo_ref.go
repo_stats_test.go
repo_stats.go
repo_tag_test.go
repo_tag.go
repo_test.go
repo_tree.go Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) 2019-10-16 14:42:42 +01:00
repo.go Stop using git count-objects and use raw directory size for repository (#8848) 2019-11-10 21:33:47 +00:00
sha1.go
signature.go
submodule_test.go
submodule.go
tag.go
tree_blob.go
tree_entry_test.go
tree_entry.go
tree.go
utils.go Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) 2019-10-16 14:42:42 +01:00

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.