summaryrefslogtreecommitdiffstats
path: root/vendor/code.gitea.io/git/commit.go
Commit message (Collapse)AuthorAgeFilesLines
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-349/+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
* Display the branch name in the commit view (#5950)Lanre Adelowo2019-02-051-0/+1
| | | | | | | | | | * add branch info * Remove blank lines * Remove blank lines * update git dependency
* Add single commit API support (#5843)Lunny Xiao2019-02-021-0/+52
| | | | * add single commit API support
* Add push webhook support for mirrored repositories (#4127)Lauris BH2018-09-061-2/+22
|
* Memory usage improvements (#3013)Duncan Ogilvie2017-11-291-1/+2
| | | | | | | | | | * govendor update code.gitea.io/git Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com> * Greatly improve memory usage Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
* Update vendor git (#2765)Lauris BH2017-10-231-12/+1
|
* upgrade git source code. (#2094)Bo-Yi Wu2017-07-011-1/+1
| | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* update git module (#2037)Lauris BH2017-06-231-3/+8
|
* GPG commit validation (#1150)Antoine GIRARD2017-03-221-0/+20
| | | | | | | | | | | | * 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/+2
| | | and updating the vendor directory
* update code.gitea.io/git (#450)Lunny Xiao2016-12-221-7/+18
|
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-0/+250
- 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