Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/go-gitea/git

A Go module for Git access through shell
https://github.com/go-gitea/git

Backport of go-gitea/gitea#6555

zeripath opened this pull request over 5 years ago
Update IsActive on Hook.Update

segevfiner opened this pull request almost 6 years ago
Update MAINTAINERS

richmahn opened this pull request almost 6 years ago
Fix panic on signed empty commit message (go-gitea/gitea#6292)

zeripath opened this pull request almost 6 years ago
Fix for bad commitID to show up in error

richmahn opened this pull request almost 6 years ago
fix bug when get tag id

lunny opened this pull request almost 6 years ago
Add myself to maintainers

jolheiser opened this pull request almost 6 years ago
reduce git commands when get many commits info

lunny opened this pull request almost 6 years ago
add last commit cache interface

lunny opened this pull request almost 6 years ago
fix get tag list

lunny opened this pull request almost 6 years ago
get branch commit belongs to

adelowo opened this pull request almost 6 years ago
500 error: slice bounds out of range

vampirefrog opened this issue almost 6 years ago
Fixed a bug where TreeEntries were getting cached, (thanks @filipnavara)

Kasi-R opened this pull request almost 6 years ago
Replace @JonasFranzDEV with @jonasfranz

jonasfranz opened this pull request about 6 years ago
Added commit file status, port from gogs

lunny opened this pull request about 6 years ago
fix submodule has port

lunny opened this pull request about 6 years ago
command: fix NewCommand

michaelkuhn opened this pull request about 6 years ago
Migrate to go mod

sapk opened this pull request about 6 years ago
Refactor branch list using src-d/go-git and add GetRefs function

lafriks opened this pull request about 6 years ago
Blob api

HoffmannP opened this pull request about 6 years ago
fix golint path.

appleboy opened this pull request about 6 years ago
add myself to maintainers

kolaente opened this pull request about 6 years ago
limit commit count to improve performance on large repositories

utoni opened this pull request over 6 years ago
limit commit count to improve performance on large repositories

utoni opened this pull request over 6 years ago
Add myself as a maintainer

axifive opened this pull request over 6 years ago
Gitea crashes in "code.gitea.io/git/commit_info.go:218 +0x288"

ganto opened this issue over 6 years ago
Add parsing support for tag GPG signatures

christopherjmedlin opened this pull request over 6 years ago
Improving / Exposing Git-Trees related features for Git-Trees API.

Kasi-R opened this pull request over 6 years ago
Add function to resolve short commit ID to full SHA1

lafriks opened this pull request over 6 years ago
Add repo_blob

clee opened this pull request over 6 years ago
Add codecov test coverage

lunny opened this pull request over 6 years ago
fix git version below 2.7

daviian opened this pull request over 6 years ago
Fix blame problem for older git versions

jonasfranz opened this pull request over 6 years ago
Use dep instead of govendor

lunny opened this pull request over 6 years ago
Add line blame

jonasfranz opened this pull request over 6 years ago
Fix for short symlink bug in FollowLink()

tf198 opened this pull request over 6 years ago
Added FollowLink() method to TreeEntry

tf198 opened this pull request over 6 years ago
GetCommit() returns a ErrNotExist if short commit ID does not exists

agrn opened this pull request over 6 years ago
Add myself as a maintainer

jonasfranz opened this pull request almost 7 years ago
Simplify sha1 functions

ethantkoenig opened this pull request almost 7 years ago
Fix tree entry parsing

ethantkoenig opened this pull request almost 7 years ago
Interop with MGit

ShalokShalom opened this issue almost 7 years ago
Fixes incorrect URL for submodules that specify the remote port

Governa opened this pull request almost 7 years ago
Make GetRefCommitID exported

lafriks opened this pull request almost 7 years ago
add myself to maintainers

thehowl opened this pull request almost 7 years ago
Use io reader for GetFormatPatch

lunny opened this pull request almost 7 years ago
Set default command execution timeout as changable

lunny opened this pull request almost 7 years ago
Add GetFormatPatch receiver for a repository

strk opened this pull request about 7 years ago
update LGTM pattern

appleboy opened this pull request about 7 years ago
Kill zombie subprocesses in GetCommitsInfo

ethantkoenig opened this pull request about 7 years ago
Add test for GetTags

strk opened this issue about 7 years ago
Tests for GetComimitsInfo

ethantkoenig opened this pull request about 7 years ago
Fix retrieve file last commit branchName

lunny opened this pull request about 7 years ago
Fix time parsing

ethantkoenig opened this pull request about 7 years ago
Improve memory usage for Blob.Data() by ~50%

mrexodia opened this pull request about 7 years ago
Improve memory usage in Commit.IsImageFile

mrexodia opened this pull request about 7 years ago
Introduce Blob.DataAsync

mrexodia opened this pull request about 7 years ago
Reduce memory usage on Blob.Data() by ~50%

mrexodia opened this pull request about 7 years ago
Add Storage interface for different implementation of git tags

lunny opened this pull request about 7 years ago
Faster commit lookup

ethantkoenig opened this pull request about 7 years ago
Accept git 1.7.2 as the minimum version

strk opened this pull request about 7 years ago
Fix signature without time parsing to fall back to unix 0 time

lafriks opened this pull request about 7 years ago
Refactor CommitsBefore method to match github

daviian opened this pull request about 7 years ago
Remove unnecessary version checks

daviian opened this pull request about 7 years ago
Update MAINTAINERS

Morlinest opened this pull request over 7 years ago
Add (*Repository).MergeBranch and (*Repository).MergeCommit

typeless opened this pull request over 7 years ago
add intellij idea folder to gitignore

daviian opened this pull request over 7 years ago
Applying to become maintainer

daviian opened this pull request over 7 years ago
Fix blob test and drone git-pull

bkcsoft opened this pull request over 7 years ago
Add method to allow custom sorting of tree entry list

lafriks opened this pull request over 7 years ago
Changes for latest DroneCI

tboerger opened this pull request over 7 years ago
remove sig file.

appleboy opened this pull request over 7 years ago
Comment help text for issues

pgaskin opened this pull request over 7 years ago
Fix branch deletion with git < 2.5.0

lafriks opened this pull request over 7 years ago
Use POSIX complaint ! operator in find

rsmarples opened this pull request over 7 years ago
Trim commit message when generating Summary

melak opened this pull request over 7 years ago
Add discourse link to issue template

cez81 opened this pull request over 7 years ago
Revert to old implementation of GetCommitsInfo

ethantkoenig opened this pull request over 7 years ago
GetCommitsInfo mishandles merge commits

ethantkoenig opened this issue over 7 years ago
Prefix commit ID in git log pretty to ease detection

lafriks opened this pull request over 7 years ago
Fix Internal Server Error 500 caused by looking up wrong revision range

typeless opened this pull request over 7 years ago
Check unchecked error

ethantkoenig opened this pull request over 7 years ago
fix commit tree view when submodule file lost

lunny opened this pull request over 7 years ago
Fix Windows path bug in GetCommitInfos

ethantkoenig opened this pull request over 7 years ago
Fix bug in GetCommitInfos

ethantkoenig opened this pull request over 7 years ago
switch gitter to discord for drone.

appleboy opened this pull request over 7 years ago
Fix escaped char bug in getCommitInfos

ethantkoenig opened this pull request over 7 years ago
tree_entry: IsFileSymlink and IsDirectorySymlink

silverwind opened this issue over 7 years ago
Add myself as a maintainer

cez81 opened this pull request over 7 years ago
Update chat links to Discord

cez81 opened this pull request over 7 years ago
Use cross-platform path separator

ethantkoenig opened this pull request over 7 years ago
Add some benchmark

sapk opened this pull request over 7 years ago
Add myself to MAINTAINERS

sapk opened this pull request over 7 years ago
ask git version from 1.7.10 to 1.8.1.6 since git log command needs

lunny opened this pull request over 7 years ago
Optimization for blob.Data method

lunny opened this pull request over 7 years ago
Panic if Git version is < GitVersionRequired

cez81 opened this pull request over 7 years ago
Test Failures in Debian Build Environment

MTecknology opened this issue almost 8 years ago
IsRepoURLAccessible creates interactive prompt

rikvdh opened this issue almost 8 years ago