mirror of
https://github.com/go-gitea/git.git
synced 2026-07-25 12:46:00 -04:00
[PR #99] [MERGED] Tests for GetComimitsInfo #105
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-gitea/git/pull/99
Author: @ethantkoenig
Created: 12/20/2017
Status: ✅ Merged
Merged: 12/20/2017
Merged by: @lafriks
Base:
master← Head:tests/commit_info📝 Commits (2)
3360933Tests for GetComimitsInfofecd443Empty commit because CI is confused📊 Changes
36 files changed (+602 additions, -3 deletions)
View changed files
📝
.gitignore(+1 -0)📝
commit_info_test.go(+60 -3)➕
tests/repos/repo1_bare/HEAD(+1 -0)➕
tests/repos/repo1_bare/config(+4 -0)➕
tests/repos/repo1_bare/description(+1 -0)➕
tests/repos/repo1_bare/hooks/applypatch-msg.sample(+15 -0)➕
tests/repos/repo1_bare/hooks/commit-msg.sample(+24 -0)➕
tests/repos/repo1_bare/hooks/post-update.sample(+8 -0)➕
tests/repos/repo1_bare/hooks/pre-applypatch.sample(+14 -0)➕
tests/repos/repo1_bare/hooks/pre-commit.sample(+49 -0)➕
tests/repos/repo1_bare/hooks/pre-push.sample(+53 -0)➕
tests/repos/repo1_bare/hooks/pre-rebase.sample(+169 -0)➕
tests/repos/repo1_bare/hooks/pre-receive.sample(+24 -0)➕
tests/repos/repo1_bare/hooks/prepare-commit-msg.sample(+36 -0)➕
tests/repos/repo1_bare/hooks/update.sample(+128 -0)➕
tests/repos/repo1_bare/info/exclude(+6 -0)➕
tests/repos/repo1_bare/objects/0b/9f291245f6c596fd30bee925fe94fe0cbadd60(+0 -0)➕
tests/repos/repo1_bare/objects/11/93ff46343f4f6a0522e2b28b871e905178c1f0(+0 -0)➕
tests/repos/repo1_bare/objects/15/3f451b9ee7fa1da317ab17a127e9fd9d384310(+0 -0)➕
tests/repos/repo1_bare/objects/18/4d49c75a0b202b1d2ea2fcb5861c329321fcd6(+0 -0)...and 16 more files
📄 Description
In particular, adds test coverage for the bug fixed by #98.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.