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 (#152)

63b74d438b29bb272fa9b4010abe3f50a832e7ef authored over 5 years ago by zeripath <[email protected]>
Update IsActive on Hook.Update (#151)

Signed-off-by: Segev Finer <[email protected]>

21aca48d1af316d76b7b84934d78c8e2ca083fa8 authored almost 6 years ago by Segev Finer <[email protected]>
Update MAINTAINERS (#150)

ec4d631f8de660986c11b46eb6a7b58da8c71cfe authored almost 6 years ago by Richard Mahn <[email protected]>
Fix panic on signed empty commit message (go-gitea/gitea#6292) (#149)

* Fix panic on signed empty commit message (go-gitea/gitea#6292)

74d7c14dd4a3ed9c5def0dc3c1aeede399ddc5c5 authored almost 6 years ago by zeripath <[email protected]>
Fix for bad commitID to show up in error (#148)

* Fix for bad commitID to show up in error

* Adds test for repo_commit GetCommit

* Adds te...

6cba05a15095efee8d444c36e5363e22939bdd84 authored almost 6 years ago by Richard Mahn <[email protected]>
fix bug when get tag id (#147)

* fix bug when get tag id

* fix wrong test

* use GetTagCommitID on getTag but not git command

8983773ac6fef49203e7ee8cdbfde3e118bc3421 authored almost 6 years ago by Lunny Xiao <[email protected]>
Update MAINTAINERS (#146)

e03eb393a2224110a4e3fde279bf67ae1ecd3b34 authored almost 6 years ago by John Olheiser <[email protected]>
add last commit cache interface (#144)

* add last commit cache interface

* fix tests

2fa2b63334ce7c6efc35b52ffafd8e2d27cb49f9 authored almost 6 years ago by Lunny Xiao <[email protected]>
fix get tag list (#143)

0aea7f12d36ed49bcac560b61301cff88e478e5c authored almost 6 years ago by Lunny Xiao <[email protected]>
get branch from commit sha1 (#142)

fbe468c7a634991285eaa1f93e73431e3edfc471 authored almost 6 years ago by Lanre Adelowo <[email protected]>
GetCommit() returns a ErrNotExist if short commit ID does not exists (#113)

* GetCommit() returns a ErrNotExist if short commit ID does not exists

Currently, GetCommit()...

d04f81a6f8979be39da165fc034447a805071b97 authored almost 6 years ago by agrn <[email protected]>
fix submodule has port (#136)

49292ad1fb33abc3199e94acfd857cbda61e67a3 authored almost 6 years ago by Lunny Xiao <[email protected]>
Fixed a bug where TreeEntries were getting cached, (thanks @filipnavara) (#139)

7d7fe9f83d95f64acd7938fa8b411f6f6e6c8576 authored almost 6 years ago by Kasi Reddy <[email protected]>
Replace @JonasFranzDEV with @jonasfranz (#138)

* Replace @JonasFranzDEV with @jonasfranz

* Update MAINTAINERS file

c811eb4fb0f1fbde0174c298b418c9fca25ab09e authored about 6 years ago by Jonas Franz <[email protected]>
Added commit file status, port from gogs (#137)

b83e0a071261467003081405f1d08f4bdc9b7d8d authored about 6 years ago by Lunny Xiao <[email protected]>
command: fix NewCommand (#135)

Make an explicit copy of GlobalCommandArgs, otherwise append might
overwrite it.

389d3c803e12a30dffcbb54a15c2242521bc4333 authored about 6 years ago by Michael Kuhn <[email protected]>
Improving / Exposing Git-Trees related features for Git-Trees API. (#123)

* Exposed TreeEntry.mode, changed EntryMode to hex.

* Added reference parsing (HEAD, HEAD~1, ...

6b819173eda7e5da4f8292c99498bee73b6c8874 authored about 6 years ago by Kasi Reddy <[email protected]>
Refactor branch list using src-d/go-git and add GetRefs function (#133)

* Refactor branch list using src-d/go-git and add GetRefs function

* Fix copyright

* Fix t...

578ad8f1259b0d660d19b05a011596f8fd3fea37 authored about 6 years ago by Lauris BH <[email protected]>
Blob api (#132)

* Add repo_blob

This adds a new Repository.GetBlob(id) method for use by gitea.

* This is ...

d945eda535aa7d6b3c1f486279df2a3f7d05f78b authored about 6 years ago by Peter Hoffmann <[email protected]>
add myself to maintainers (#130)

f3afe30030edc46d8a494f37afcff4380c37d685 authored about 6 years ago by kolaente <[email protected]>
fix golint path. (#131)

ca75f901ad31c53c2f4e897b056ce52a284ff86f authored about 6 years ago by Bo-Yi Wu <[email protected]>
Add parsing support for tag GPG signatures (#124)

* Add parsing support for tag GPG signatures

* Test that signature is not left in commit mess...

6ef79e80b3b06ca13a1f3a7b940903ebc73b44cb authored over 6 years ago by Christopher Medlin <[email protected]>
Add myself as a maintainer (#126)

344971f64294284019a99ce9ce63782b66fd6106 authored over 6 years ago by Alexey Terentyev <[email protected]>
Add codecov test coverage (#120)

9e09973fb868d3dce7b8ddf4d243ca5248e3f934 authored over 6 years ago by Lunny Xiao <[email protected]>
Add function to resolve short commit ID to full SHA1 (#122)

* Add function to resolve short commit ID to full SHA1

* Add tests for GetFullCommitID

466ac2480dba1e78ae19d7753620b4205db76325 authored over 6 years ago by Lauris BH <[email protected]>
fix git version below 2.7 (#119)

* fix git version below 2.7

* fmt

* minor code improvement

* copyright + import order
...

31f4b8e8c805438ac6d8914b38accb1d8aaf695e authored over 6 years ago by David Schneiderbauer <[email protected]>
Fix blame problem for older git versions (#118)

0077debc17a58c821f4e62e815a54c1ab52da157 authored over 6 years ago by Jonas Franz <[email protected]>
Use dep instead of govendor (#117)

* use dep instead of govendor

* remove example

* change dependenci github.com/Unknwon from...

622cdd1472cb75857217fdedc2fefca7e7eb7eb6 authored over 6 years ago by Lunny Xiao <[email protected]>
Add line blame (#116)

* Add line blame

Signed-off-by: Jonas Franz <[email protected]>

* Use uint instead ...

258a447de641abb5382ad9e2f166e6011dff30fc authored over 6 years ago by Jonas Franz <[email protected]>
Fix for short symlinks (#115)

Signed-off-by: Tris Forster <[email protected]>

f1ecc138bebcffed32be1a574ed0c2701b33733f authored over 6 years ago by Tris Forster <[email protected]>
Added FollowLink() method to TreeEntry (#114)

Signed-off-by: Tris Forster <[email protected]>

288aede62fe77619b1955dd5f4f532eeb118cd3a authored over 6 years ago by Tris Forster <[email protected]>
Add myself as a maintainer (#112)

dac19864f49e16e9c7e1ab54db2717e6062378d0 authored almost 7 years ago by Jonas Franz <[email protected]>
Simplify sha1 functions (#111)

3413a6c00a2e83035973370d4249cccc5d3c22d2 authored almost 7 years ago by Ethan Koenig <[email protected]>
Fix tree entry parsing (#110)

* Fix tree entry parsing

* nits

* populate TreeEntry.ptree

827f97aaaa6a4ab5c31b1b799c56687a8cf6aade authored almost 7 years ago by Ethan Koenig <[email protected]>
Make GetRefCommitID exported (#107)

6798d0f202cdc7187c00a467b586a4bdee27e8c9 authored almost 7 years ago by Lauris BH <[email protected]>
use io reader for GetFormatPatch (#105)

f4a91053671bee69f1995e456c1541668717c19d authored almost 7 years ago by Lunny Xiao <[email protected]>
Set default command execution timeout as changable (#104)

* set default command execution timeout as changable

* fix lint

2c3dc95a966cb6848e828a9c46f5a44148b5076b authored almost 7 years ago by Lunny Xiao <[email protected]>
add myself to maintainers (#106)

a34aca91dc2c9e3f31558ed15c1022ed9fb742b3 authored almost 7 years ago by Morgan Bazalgette <[email protected]>
Add GetFormatPatch receiver for a repository (#103)

* Add GetFormatPatch receiver for a repository

Includes test

* Use binary for GetFormatPat...

b3e9f251ecfa1a6783a01d9ef9cf865fae48ee85 authored almost 7 years ago by Sandro Santilli <[email protected]>
update LGTM pattern (#102)

b8e87799dd6f6965f7868dcc56f765a8bcd9f64d authored about 7 years ago by Bo-Yi Wu <[email protected]>
Kill zombie subprocesses in GetCommitsInfo (#101)

4ec3654064ef7eef4f05f891073a38039ad8d0f7 authored about 7 years ago by Ethan Koenig <[email protected]>
Tests for GetComimitsInfo (#99)

1aa1c8c087577d4895fb4d78039bbde3376ded5a authored about 7 years ago by Ethan Koenig <[email protected]>
Fix retrieve file last commit branchName (#98)

* fix retrieve file last commit branchName

* fix test

* fix the commit cache and git log w...

4573c63ec9c8257caf11e361c238b6ceb53781d7 authored about 7 years ago by Lunny Xiao <[email protected]>
Refactor CommitsBefore method to match github (#88)

* refactored CommitsBefore method

* add limit to getBranches

Signed-off-by: David Schneide...

4768133d10fa395278f545f3bf3ce44552b30ad6 authored about 7 years ago by David Schneiderbauer <[email protected]>
Fix time parsing (#97)

c102502951cfffee4fd4207827ff8fdfd99f7472 authored about 7 years ago by Ethan Koenig <[email protected]>
Faster commit lookup (#91)

* Faster commit lookup

* Fix copy/rename bug

* Comment

* Use defer

02eccf8295aabf0aa5e2844f8087475a418fa9c3 authored about 7 years ago by Ethan Koenig <[email protected]>
Improve memory usage for Blob.Data() by ~50% (#96)

Signed-off-by: Duncan Ogilvie <[email protected]>

f9dd6826bbb51c92c6964ce18176c304ea286e54 authored about 7 years ago by Duncan Ogilvie <[email protected]>
Improve memory usage in Commit.IsImageFile (#95)

Signed-off-by: Duncan Ogilvie <[email protected]>

619663493e5490af2a32608ddd6e6762f98e0718 authored about 7 years ago by Duncan Ogilvie <[email protected]>
Accept git 1.7.2 as the minimum version (#90)

* Add an head ref for the sake of using self repo for testing

* Add test for CommitCount

*...

c2040d5d4dcb2c0d92f4683537a09159d8c1862b authored about 7 years ago by Sandro Santilli <[email protected]>
Introduce Blob.DataAsyc (#94)

Signed-off-by: Duncan Ogilvie <[email protected]>

193e22ebec643fbc4c5cea3cee624a203b7309b1 authored about 7 years ago by Duncan Ogilvie <[email protected]>
Fix signature without time parsing to fall back to unix 0 time (#89)

d47b98c44c9a6472e44ab80efe65235e11c6da2a authored about 7 years ago by Lauris BH <[email protected]>
remove unnecessary version checks

Signed-off-by: David Schneiderbauer <[email protected]>

576fbdd4d31cc18b4217320102edcd9ef60fc9ff authored about 7 years ago by David Schneiderbauer <[email protected]>
Update MAINTAINERS (#86)

cdf53e08efc38c5f4db017ad337a19b397016ce6 authored about 7 years ago by Morlinest <[email protected]>
add @daviian as maintainer

Signed-off-by: David Schneiderbauer <[email protected]>

cdb43f0ed207cf002d757f05a24e7ec04d4dcf75 authored over 7 years ago by David Schneiderbauer <[email protected]>
Add method to allow custom sorting of tree entry list (#81)

* Add method to allow custom sorting of tree entry list

* Add tests for git tree entries sorting

d7487da878e40ee6c4fac7280b518c0ed0be702c authored over 7 years ago by Lauris BH <[email protected]>
Fix blob test and drone git-pull (#82)

* use require

* Fix drone

* import testify/require

* cleanup tree-entry benchmark

e8ae926b650791795251488a1f17e947f5be9363 authored over 7 years ago by Kim "BKC" Carlbäcker <[email protected]>
remove sig file. (#79)

Signed-off-by: Bo-Yi Wu <[email protected]>

878757c6e286dfe0fcf434915eef2b81802f03eb authored over 7 years ago by Bo-Yi Wu <[email protected]>
Merge pull request #80 from go-gitea/drone-upgrade

Changes for latest DroneCI

870e58e00326dd45690f5437447050b8e2c88447 authored over 7 years ago by Thomas Boerger <[email protected]>
Changes for latest DroneCI

dda5008844c15593ff393c3b7cc0de8b999685ba authored over 7 years ago by Thomas Boerger <[email protected]>
Comment help text for issues (#78)

45f50c66bdd80d1598be0ca834cdf047c2e190f8 authored over 7 years ago by Patrick G <[email protected]>
Fix branch deletion with git < 2.5.0 (#77)

479f87e5d189e7b8f1fd51dbcd25faa32b632cd2 authored over 7 years ago by Lauris BH <[email protected]>
Use POSIX complaint ! operator in find (#76)

-not is a GNU extension and not all find(8) implementations
support it. It's just an alias for ...

fc639668937225e1b9cda203b3491869b439a951 authored over 7 years ago by Roy Marples <[email protected]>
Trim commit message when generating Summary (#75)

Commit messages with superfluous empty lines on the top generate
empty summaries. Trim the comm...

ef3ac5f3ff401e694c7371e393075a7d490e78d2 authored over 7 years ago by melak <[email protected]>
Revert to old implementation of GetCommitsInfo (#73)

7c4fc4e5ca3aab313bbe68b4b19ca253830bc60f authored over 7 years ago by Ethan Koenig <[email protected]>
Add discourse link to issue template (#74)

7546898e3161cea53679966ec0716c109c520ea4 authored over 7 years ago by Jonas Östanbäck <[email protected]>
Check unchecked error (#69)

51eca9e92242b93a0510edd19f1db6fc11ca1028 authored over 7 years ago by Ethan Koenig <[email protected]>
fix commit tree view when submodule file lost (#68)

94d75c2432a9918d2236997ddcf49890e8dfe1d8 authored over 7 years ago by Lunny Xiao <[email protected]>
Fix Windows path bug in GetCommitInfos (#67)

a34a13dea30c0d242c5256cc321b48f8041ce095 authored over 7 years ago by Ethan Koenig <[email protected]>
Fix bug in GetCommitInfos (#66)

cd5d28eee8642079af0f2f7c2ae05c08da5e75d9 authored over 7 years ago by Ethan Koenig <[email protected]>
switch gitter to discord for drone. (#65)

* switch gitter to discord for drone.

Signed-off-by: Bo-Yi Wu <[email protected]>

* ad...

fb22c9ecdb33596b58430368900cc64c9fcdafd8 authored over 7 years ago by Bo-Yi Wu <[email protected]>
Fix escaped char bug in getCommitInfos (#64)

2f740f25eb9f0740490e12c9b96f6f2c4bc755df authored over 7 years ago by Ethan Koenig <[email protected]>
Merge pull request #62 from cez81/cez81_as_maintainer

Add myself as a maintainer

cff67d432cdf1c2adc64fb23e38a60358264f425 authored over 7 years ago by Andrey Nering <[email protected]>
Add myself as a maintainer

f2dbffb6dd472d8e3e625480da300956ddd99256 authored over 7 years ago by Jonas Östanbäck <[email protected]>
Update chat links to Discord (#61)

4449dfd2c1be7330f1ceb4441d1ad99667082311 authored over 7 years ago by Jonas Östanbäck <[email protected]>
replace gitter chat with discord

f42d649911337503a4720e066370cba55b5673d3 authored over 7 years ago by Bo-Yi Wu <[email protected]>
Use cross-platform path separator (#59)

a709880af924a8ea77e2ce7688743db69b3566a1 authored over 7 years ago by Ethan Koenig <[email protected]>
Fix parsing bug in GetTagInfos (#58)

* Fix parsing bug in GetTagInfos

* Comment

544c5b3fbde8db168e0f4634f4e1957243069cdc authored over 7 years ago by Ethan Koenig <[email protected]>
Fix bug in GetCommitInfos (#57)

7b07391b09e9642f470b134c2a5e35ee7d0d3491 authored over 7 years ago by Ethan Koenig <[email protected]>
Return error from cmd.Wait() (#56)

c98a6f353a13546ae13e7391020cadd750181585 authored over 7 years ago by Ethan Koenig <[email protected]>
Use b.Fatal in benchmark tests (#55)

56f6a2c9bb3bcdc8c9db64615e750016171ca7c6 authored over 7 years ago by Ethan Koenig <[email protected]>
Faster commit lookup (#53)

* Add bench task

* Create tree_entry_test.go

* Remove init time

* Add TODO information
...

ec4446b83c1dc10524a0b1985a493d2e20459429 authored over 7 years ago by Ethan Koenig <[email protected]>
Return empty list of branches if repository is bare. (#39)

Signed-off-by: Dennis Keitzel <[email protected]>

43e52163f8cf9f0a411e10e76257cdd0ca351e8d authored over 7 years ago by Dennis Keitzel <[email protected]>
Rectify error handling (#44)

* Rectify error handling

* Log the error returned by exec.Wait

4c374b37db01043080b78d68119954e1d44f108b authored over 7 years ago by Mura Li <[email protected]>
add options force to push (#52)

f0a094c4f9c98a5beead06e6d9d61299a1765763 authored over 7 years ago by Lunny Xiao <[email protected]>
Add @sapk to MAINTAINERS (#51)

826198d004f5d626d1069ed421931f80d1628027 authored over 7 years ago by Antoine GIRARD <[email protected]>
Add GetLatestCommitTime (#45)

af05861a434d6555ea05bfae6ade8e94e7652d4a authored over 7 years ago by Jonas Östanbäck <[email protected]>
Update MAINTAINERS (#50)

1b9115bba4ac526be5d3d533ca520026cc7e4505 authored over 7 years ago by Lauris BH <[email protected]>
fix tag contain character ")"

ed175468f8debc8cdb2fa495fc157f1b9d046628 authored over 7 years ago by Bo-Yi Wu <[email protected]>
ask git version from 1.7.10 to 1.8.1.6 since git log command needs (#48)

3f99247c0da807afc967c7e12b14f4109b7490ff authored over 7 years ago by Lunny Xiao <[email protected]>
Panic if Git version is < GitVersionRequired (#46)

* Panic if Git version is < GitVersionRequired

* Update GitVersionRequired comment

* Corre...

ee1a3979abc9a3073c232bbf7bc469a84f559a59 authored over 7 years ago by Jonas <[email protected]>
Add tests for RunInDirTimeoutPipeline (#42)

d5e562cdbca86b8d149b91d617ead2edce7dbd09 authored over 7 years ago by Mura Li <[email protected]>
Use exec.CommandContext for timeout control

135704d70ee8dddec363e80f3235092493fea2c2 authored over 7 years ago by Mura Li <[email protected]>
Add GetRepoSize implemented using count-objects (#40)

1b3739cb640af0607d21682d26c219397f935ebe authored almost 8 years ago by Jonas <[email protected]>
use --follow on file history to show log across renames (#37)

* use --follow on file history to show log across renames

* revert changes in commitsByRange

5b41327ccaa5964a1cdda59e246b73a0913c70d4 authored almost 8 years ago by Philippe Kueck <[email protected]>
Add GPG payload to commit information if present (#36)

* Add GPG payload to commit information if present

based on : https://github.com/git/git/blob...

337468881d5961d36de8e950a607d6033e73dcf0 authored almost 8 years ago by Antoine GIRARD <[email protected]>
use a new hooks dir struct (#34)

0c5c19363aebcc57fa1fc57eb1cfce3b06d9b771 authored almost 8 years ago by Lunny Xiao <[email protected]>
Merge pull request #32 from makhov/feature/blame

Adding git blame

21873601554bf2bfe3dead86064faaaf8f4dc278 authored almost 8 years ago by Thomas Boerger <[email protected]>
Adding git blame

176c7432bf1d28269f381045335bb2a130444686 authored almost 8 years ago by Alexey Makhov <[email protected]>
Add ability to search for commit messages in all the branches (#31)

dd951bf625ebf5c16ef403f681aaec6c34324bca authored almost 8 years ago by Zsombor <[email protected]>
Update contributing & maintainers file (#30)

5ca194327ea135555f0dc7a63894999474a80025 authored almost 8 years ago by Bwko <[email protected]>