gitea/modules/git
zeripath 74179d1b5e Remove SavePatch and generate patches on the fly ()
* Save patches to temporary files

* Remove SavePatch and generate patches on the fly

* Use ioutil.TempDir

* fixup! Use ioutil.TempDir

* fixup! fixup! Use ioutil.TempDir

* RemoveAll LocalCopyPath() in initIntergrationTest

* Default to status checking on PR creation

* Remove unnecessary set to StatusChecking

* Protect against unable to load repo

* Handle conflicts

* Restore original conflict setting

* In TestPullRequests update status to StatusChecking before running TestPatch
..
pipeline Add basic repository lfs management ()
tests/repos Fix reading git notes from nested trees ()
README.md move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
blame.go Graceful: Cancel Process on monitor pages & HammerTime ()
blame_test.go Monitor all git commands; move blame to git package and replace git as a variable ()
blob.go Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code ()
blob_test.go Add Close() method to gogitRepository ()
cache.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
command.go Fix nondeterministic behavior ()
command_test.go Fix nondeterministic behavior ()
commit.go Fix datarace on git.GlobalCommandArgs on tests ()
commit_archive.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
commit_info.go Ensure default gpg settings not nil and found commits have reference to repo ()
commit_info_test.go Add Close() method to gogitRepository ()
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 Graceful: Cancel Process on monitor pages & HammerTime ()
git_test.go Only check and config git on web subcommand but not others ()
hook.go fix 500 when edit hook ()
notes.go Fix reading git notes from nested trees ()
notes_test.go Add Close() method to gogitRepository ()
parse.go Removed unnecessary conversions ()
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 Variable expansion in repository templates ()
repo_attribute.go Make repository management section handle lfs locks ()
repo_blame.go Removed unnecessary conversions ()
repo_blob.go Removed unnecessary conversions ()
repo_blob_test.go Add Close() method to gogitRepository ()
repo_branch.go Add Close() method to gogitRepository ()
repo_branch_test.go Add Close() method to gogitRepository ()
repo_commit.go Search Commits via Commit Hash ()
repo_commit_test.go Add Close() method to gogitRepository ()
repo_commitgraph.go Use gitea forked macaron ()
repo_compare.go Remove SavePatch and generate patches on the fly ()
repo_compare_test.go Remove SavePatch and generate patches on the fly ()
repo_gpg.go Sign merges, CRUD, Wiki and Repository initialisation with gpg key ()
repo_hook.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
repo_index.go Be more strict with git arguments ()
repo_object.go Fixes - API File Contents bug ()
repo_ref.go Removed unnecessary conversions ()
repo_ref_test.go Add Close() method to gogitRepository ()
repo_stats.go Git statistics in Activity tab ()
repo_stats_test.go Add Close() method to gogitRepository ()
repo_tag.go Strict name matching for Repository.GetTagID() ()
repo_tag_test.go Add Close() method to gogitRepository ()
repo_test.go Add Close() method to gogitRepository ()
repo_tree.go Sign merges, CRUD, Wiki and Repository initialisation with gpg key ()
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 Removed unnecessary conversions ()
tree_blob.go Removed unnecessary conversions ()
tree_entry.go Include "executable" files in the index, as they are not necessarily binary ()
tree_entry_test.go Add Close() method to gogitRepository ()
utils.go Move mirror sync actions to notification ()

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.