gitea/modules/git
Filip Navara 6e2a59e4ce Use commit graph files for listing pages ()
* Experimental support for git commit graph files and bloom filter index

Signed-off-by: Filip Navara <filip.navara@gmail.com>

* Force vendor of commitgraph

Signed-off-by: Filip Navara <filip.navara@gmail.com>

* Remove bloom filter experiment and debug prints

* Remove old code for building commit graphs

* Remove unused function

* Remove mmap usage

* gofmt

* sort vendor/modules.txt

* Add copyright header and log commit-graph error
..
tests/repos Monitor all git commands; move blame to git package and replace git as a variable ()
README.md move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
blame.go Monitor all git commands; move blame to git package and replace git as a variable ()
blame_test.go Monitor all git commands; move blame to git package and replace git as a variable ()
blob.go Fixes - API File Contents bug ()
blob_test.go Improve listing performance by using go-git ()
cache.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
command.go Monitor all git commands; move blame to git package and replace git as a variable ()
command_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
commit.go Add golangci ()
commit_archive.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
commit_info.go Use commit graph files for listing pages ()
commit_info_test.go Improve listing performance by using go-git ()
commit_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
error.go Improve listing performance by using go-git ()
git.go add commitgraph support global default true when git version >= 2.18 ()
git_test.go Only check and config git on web subcommand but not others ()
hook.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
notes.go Use commit graph files for listing pages ()
notes_test.go Show git-notes ()
parse.go Improve listing performance by using go-git ()
parse_test.go Improve listing performance by using go-git ()
ref.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
repo.go Monitor all git commands; move blame to git package and replace git as a variable ()
repo_blame.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
repo_blob.go Improve listing performance by using go-git ()
repo_blob_test.go Improve listing performance by using go-git ()
repo_branch.go Add golangci ()
repo_branch_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
repo_commit.go Add golangci ()
repo_commit_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
repo_commitgraph.go Use commit graph files for listing pages ()
repo_compare.go Add golangci ()
repo_compare_test.go Compare branches, commits and tags with each other ()
repo_hook.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
repo_index.go Remove local clones & make hooks run on merge/edit/upload ()
repo_object.go Fixes - API File Contents bug ()
repo_ref.go Fixes - Adds the /git/tags API endpoint ()
repo_ref_test.go Show git-notes ()
repo_stats.go Git statistics in Activity tab ()
repo_stats_test.go Git statistics in Activity tab ()
repo_tag.go Fixes - Annotated tag commit ID incorrect ()
repo_tag_test.go Fixes - Adds the /git/tags API endpoint ()
repo_test.go Monitor all git commands; move blame to git package and replace git as a variable ()
repo_tree.go Remove local clones & make hooks run on merge/edit/upload ()
sha1.go Improve listing performance by using go-git ()
signature.go Improve listing performance by using go-git ()
submodule.go Refactor submodule URL parsing ()
submodule_test.go Refactor submodule URL parsing ()
tag.go Fixes - Adds the /git/tags API endpoint ()
tree.go Fix : Allow git.GetTree to take both commit and tree names ()
tree_blob.go Do not attempt to return blob on submodule ()
tree_entry.go Fix : Allow git.GetTree to take both commit and tree names ()
tree_entry_test.go Improve listing performance by using go-git ()
utils.go Add golangci ()

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.