summaryrefslogtreecommitdiffstats
path: root/vendor/code.gitea.io/git
Commit message (Collapse)AuthorAgeFilesLines
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-2732-3332/+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-114-8/+36
| | | | | | | | | | * update git vendor to fix wrong release commit id and add migrations * fix count * fix migration release * fix tests
* Add API to list tags (#5850)Lunny Xiao2019-02-071-12/+4
| | | | | | | | | | | | | | * Add API to list tags * update dependency gitea sdk vendor * fix swagger generation * fix swagger * add tests * update code.gitea.io/git vendor
* Display the branch name in the commit view (#5950)Lanre Adelowo2019-02-052-1/+10
| | | | | | | | | | * add branch info * Remove blank lines * Remove blank lines * update git dependency
* Add single commit API support (#5843)Lunny Xiao2019-02-024-9/+84
| | | | * add single commit API support
* Explicitly disable Git credential helper (#5367)Michael Kuhn2018-11-284-6/+37
| | | | | | | | | | | | | | | | | | | | | | | | | * Explicitly disable Git credential helper If the user running Gitea has configured a credential helper, Git credentials might leak out of Gitea. There are two problems with credential helpers when combined with Gitea: 1. Credentials entered by a user when doing a migration or setting up a mirror will end up in the credential store. In the worst case, this is the plain text file ~/.git-credentials. 2. Credentials in the credential store will be used for migrations and mirrors by all users. For example, if user A sets up a mirror, their credentials will be stored. If user B later sets up a mirror from the same host and does not enter any credentials, user A's credentials will be used. This PR prepends -c credential.helper= to all Git commands to clear the list of helpers. This requires at least Git version 2.9, as previous versions will try to load an empty helper instead. For more details, see https://github.com/git/git/commit/24321375cda79f141be72d1a842e930df6f41725 * Update git module
* Implement git refs API for listing references (branches, tags and other) (#5354)Lauris BH2018-11-273-5/+85
| | | | | | | | | | | | | | | | * Inital routes to git refs api * Git refs API implementation * Update swagger * Fix copyright * Make swagger happy add basic test * Fix test * Fix test again :)
* Add raw blob endpoint to get objects by SHA ID (#5334)Peter Hoffmann2018-11-181-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add raw blob endpoint This should make it possible to download raw blobs directly from /:repo/:username/raw/blob/:sha1 URLs. * fix: Make it work * As an SHA-ID is no path getRefNameFromPath can't be used to verify file specifying parameter * added relevant change in go-gitea/git #132 Signed-off-by: Berengar W. Lehr <Berengar.Lehr@kompetenztest.de> * Update Gopkg.lock Can't update all vendors due to errors Signed-off-by: Berengar W. Lehr <Berengar.Lehr@kompetenztest.de> * style: Add Gitea copyright header * feat: Added integration test for /repo/u/r/raw/blob * fix: correct year in copyright header
* Add push webhook support for mirrored repositories (#4127)Lauris BH2018-09-062-4/+37
|
* update git vendor (#4059)David Schneiderbauer2018-05-271-5/+27
|
* Migrate to dep (#3972)Antoine GIRARD2018-05-216-213/+15
| | | | | | | | | | | | * Update makefile to use dep * Migrate to dep * Fix some deps * Try to find a better version for golang.org/x/net * Try to find a better version for golang.org/x/oauth2
* Symlink icons (#1416) (#3826)Tris Forster2018-05-014-24/+56
| | | | | | | | | | | | * Updated vendor code for code.gitea.io/git * Display symlinks correctly for files and directories * Added symlink tests * Applied silverwinds stylesheet patch Signed-off-by: Tris Forster <tris.git@shoddynet.org>
* Update code.gitea.io/git (#3482)Ethan Koenig2018-02-102-82/+82
|
* 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
* Serve .patch for pull requests (#3305)Sandro Santilli2018-01-073-1/+19
| | | | | | | | | * Serve .patch for pull requests Closes #3259 Updates "git" module, for GetFormatPatch * Handle io.Copy error
* Update code.gitea.io/git (#3251)Ethan Koenig2017-12-221-0/+12
|
* chore: upgrade gitea/git version (#3240)Bo-Yi Wu2017-12-191-2/+2
| | | ref: https://github.com/go-gitea/gitea/pull/3190
* Update code.gitea.io/git (#3137)Ethan Koenig2017-12-115-166/+352
|
* Memory usage improvements (#3013)Duncan Ogilvie2017-11-293-6/+49
| | | | | | | | | | * 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-235-60/+22
|
* Sort repository tree entries in natural way (#2506)Lauris BH2017-09-191-12/+28
| | | | | | | | | | | | * Sort repository tree entries in natural way * Fix sort for different length strings with first parts equal * Improve test case * Refactor return statements * Update gitea/git dependency
* update code.gitea.io/git in vendor to fix #2245 (#2250)Lauris BH2017-08-031-2/+4
|
* Update code.gitea.io/git dependency (#2149)Lauris BH2017-07-121-1/+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 (#2074)Jonas Östanbäck2017-06-281-135/+90
|
* update git module (#2037)Lauris BH2017-06-232-4/+11
|
* Update code.gitea.io/git (#2014)Ethan Koenig2017-06-201-22/+25
|
* Update code.gitea.io/git (#1998)Ethan Koenig2017-06-184-3/+11
|
* Update code.gitea.io/gitAntoine GIRARD2017-06-062-68/+21
|
* Update code.gitea.io/git (#1849)Ethan Koenig2017-06-011-1/+1
|
* Update code.gitea.io/git (#1824)Ethan Koenig2017-05-306-107/+169
| | | | | | | | * Update code.gitea.io/git * Update function calls * govendor fetch
* fix: tag contain character ) will http 500 on release page (#1670)Bo-Yi Wu2017-05-041-1/+1
|
* update git which fixes #1133 (#1614)Lunny Xiao2017-04-281-1/+12
|
* Fix race when running commands with timeout (#1465)Mura Li2017-04-073-22/+70
| | | Update vendored module code.gitea.io/git
* GPG commit validation (#1150)Antoine GIRARD2017-03-222-0/+26
| | | | | | | | | | | | * GPG commit validation * Add translation + some little fix * Move hash calc after retrieving of potential key + missing translation * Add some little test
* Take back control of hooks (#1006)Lunny Xiao2017-02-232-4/+16
| | | | | | | | | | | | | | | | * git: delegate all server-side Git hooks (#1623) * create hooks directories * take control hooks back * fix lint * bug fixed and minor changes * fix imports style * fix migration scripts
* Add checkbox to search for all the branches by commit message (#813)Zsombor2017-02-055-14/+29
| | | and updating the vendor directory
* bug fix releaseLunny Xiao2017-01-093-6/+6
|
* Make releases faster than before and resolved #490 (#588)Lunny Xiao2017-01-063-1/+107
| | | | | | * make releases faster than before and resolved #490 * fix comment
* Implementation of Folder JumpingSl@ny2016-12-281-0/+19
|
* update code.gitea.io/git (#450)Lunny Xiao2016-12-2226-231/+237
|
* Upgrade vendor "git" (#175)Thibault Meyer2016-11-1511-18/+292
|
* Upgrade vendor "git" (#161)Thibault Meyer2016-11-124-7/+14
|
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-1025-0/+2442
- 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