gitea/modules/git
Mario Lubenka a37236314c Adds side-by-side diff for images ()
* Adds side-by-side diff for images

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Explain blank imports

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Use complete word for width and height labels on image compare

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Update index.css from master

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Moves ImageInfo to git commit file

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Assign ImageInfo function for template and sets correct target for BeforeSourcePath

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Adds missing comment

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Return error if ImageInfo failed

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Avoid template panic when ImageInfo failed for some reason

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Show file size on image diff

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Removes unused helper function

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Reverts copyright year change

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Close file reader

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Update commit.go

Sets correct data key

* Moves reader.Close() up a few lines

* Updates index.css

* Updates CSS file

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Transfers adjustments for image compare to compare.go file

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Adjusts variable name

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Apply lesshint recommendations

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Do not show old image on image compare if it is not in index of base commit

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>

* Change file size text

Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
..
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 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 Adds side-by-side diff for images ()
commit_archive.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
commit_info.go Removed unnecessary conversions ()
commit_info_test.go Fix empty commits now showing in repo overview ()
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 Support git.PATH entry in app.ini ()
git_test.go Only check and config git on web subcommand but not others ()
hook.go Use gitea forked macaron ()
notes.go Fix reading git notes from nested trees ()
notes_test.go Fix reading git notes from nested trees ()
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 Use gitea forked macaron ()
repo_blame.go Removed unnecessary conversions ()
repo_blob.go Removed unnecessary conversions ()
repo_blob_test.go Improve listing performance by using go-git ()
repo_branch.go Be more strict with git arguments ()
repo_branch_test.go move code.gitea.io/git to code.gitea.io/gitea/modules/git ()
repo_commit.go Search Commits via Commit Hash ()
repo_commit_test.go Be more strict with git arguments ()
repo_commitgraph.go Use gitea forked macaron ()
repo_compare.go Do not fetch all refs ()
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 Be more strict with git arguments ()
repo_object.go Fixes - API File Contents bug ()
repo_ref.go Removed unnecessary conversions ()
repo_ref_test.go Show git-notes ()
repo_stats.go Git statistics in Activity tab ()
repo_stats_test.go Added missing error checks in tests ()
repo_tag.go Strict name matching for Repository.GetTagID() ()
repo_tag_test.go Strict name matching for Repository.GetTagID() ()
repo_test.go Monitor all git commands; move blame to git package and replace git as a variable ()
repo_tree.go Be more strict with git arguments ()
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 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.