aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/code.gitea.io/git/repo_commit.go
Commit message (Collapse)AuthorAgeFilesLines
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-388/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move code.gitea.io/git to code.gitea.io/gitea/modules/git * fix imports * fix fmt * fix misspell * remove wrong tests data * fix unit tests * fix tests * fix tests * fix tests * fix tests * fix tests * enable Debug to trace the failure tests * fix tests * fix tests * fix tests * fix tests * fix tests * comment commit count tests since git clone depth is 50 * fix tests * update from code.gitea.io/git * revert change to makefile
* Updates vendor/code.gitea.io/git (#6286)Richard Mahn2019-03-111-2/+7
|
* update git vendor to fix wrong release commit id and add migrations (#6224)Lunny Xiao2019-03-111-1/+8
| | | | | | | | | | * update git vendor to fix wrong release commit id and add migrations * fix count * fix migration release * fix tests
* Display the branch name in the commit view (#5950)Lanre Adelowo2019-02-051-1/+9
| | | | | | | | | | * add branch info * Remove blank lines * Remove blank lines * update git dependency
* Add single commit API support (#5843)Lunny Xiao2019-02-021-0/+3
| | | | * add single commit API support
* Add push webhook support for mirrored repositories (#4127)Lauris BH2018-09-061-2/+15
|
* update git vendor (#4059)David Schneiderbauer2018-05-271-5/+27
|
* Change how merged PR commit info are prepared (#3368)Lauris BH2018-01-191-4/+4
| | | | | | | | | | * Change how merged PR commits and diff are made * Update code.gitea.io/git dependency * Fix typo * Remove unneeded local variable
* Update code.gitea.io/git (#3137)Ethan Koenig2017-12-111-50/+38
|
* Update vendor git (#2765)Lauris BH2017-10-231-32/+4
|
* Fix race when running commands with timeout (#1465)Mura Li2017-04-071-1/+1
| | | Update vendored module code.gitea.io/git
* GPG commit validation (#1150)Antoine GIRARD2017-03-221-0/+6
| | | | | | | | | | | | * GPG commit validation * Add translation + some little fix * Move hash calc after retrieving of potential key + missing translation * Add some little test
* Add checkbox to search for all the branches by commit message (#813)Zsombor2017-02-051-2/+6
| | | and updating the vendor directory
* update code.gitea.io/git (#450)Lunny Xiao2016-12-221-16/+23
|
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-0/+353
- Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path