| Commit message (Expand) | Author | Age | Files | Lines |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -1/+1 |
* | Update HTTP status codes to modern codes (#18063) | KN4CK3R | 2022-03-23 | 1 | -2/+2 |
* | Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) | 6543 | 2022-02-06 | 1 | -11/+11 |
* | Unexport git.GlobalCommandArgs (#18376) | 6543 | 2022-01-25 | 1 | -2/+2 |
* | Fix partial cloning a repo (#18373) | Gusted | 2022-01-23 | 1 | -0/+6 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -12/+11 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 1 | -1/+1 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -2/+3 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 1 | -2/+3 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -1/+2 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 1 | -8/+8 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -8/+8 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -7/+8 |
* | Support unprotected file patterns (#16395) | Jimmy Praet | 2021-09-11 | 1 | -10/+20 |
* | Add agit flow support in gitea (#14295) | a1012112796 | 2021-07-28 | 1 | -0/+161 |
* | Let package git depend on setting but not opposite (#15241) | Lunny Xiao | 2021-06-26 | 1 | -3/+3 |
* | Always set the merge base used to merge the commit (#15352) | zeripath | 2021-04-10 | 1 | -5/+15 |
* | Add LFS Migration and Mirror (#14726) | KN4CK3R | 2021-04-08 | 1 | -2/+3 |
* | Reduce memory usage in testgit (#15306) | zeripath | 2021-04-06 | 1 | -25/+17 |
* | Fixed previous fix. (#15098) | KN4CK3R | 2021-03-21 | 1 | -1/+3 |
* | Remove extraneous logging (#15020) | zeripath | 2021-03-18 | 1 | -1/+10 |
* | Do not show full lfs file on error in git_test.go:rawTest() (#14980) | zeripath | 2021-03-14 | 1 | -2/+7 |
* | Make manual merge autodetection optional and add manual merge as merge method... | a1012112796 | 2021-03-03 | 1 | -0/+30 |
* | Re-attempt to delete temporary upload if the file is locked by another proces... | zeripath | 2020-08-11 | 1 | -5/+5 |
* | Make the PushCreate test declarative (#11229) | zeripath | 2020-04-28 | 1 | -92/+63 |
* | Slight performance changes to integrations/git_test.go (#11227) | zeripath | 2020-04-27 | 1 | -9/+26 |
* | Generate Diff and Patch direct from Pull head (#10936) | zeripath | 2020-04-03 | 1 | -3/+66 |
* | Prevent panic on merge to PR (#10403) | zeripath | 2020-02-21 | 1 | -0/+11 |
* | Fix push-create SSH bugs (#10145) | John Olheiser | 2020-02-05 | 1 | -0/+16 |
* | Push to create repo (#8419) | John Olheiser | 2019-12-15 | 1 | -0/+58 |
* | Branch protection: Possibility to not use whitelist but allow anyone with wri... | David Svantesson | 2019-12-03 | 1 | -0/+1 |
* | Fix datarace on git.GlobalCommandArgs on tests (#9162) | Lunny Xiao | 2019-11-27 | 1 | -7/+5 |
* | Fix "data race" in testlogger (#9159) | zeripath | 2019-11-26 | 1 | -11/+11 |
* | integrations: fix dropped errors in TestCreateOrUpdateRepoFileForUpdateWithFi... | Lars Lehtonen | 2019-11-16 | 1 | -0/+1 |
* | Restore functionality for early gits (#7775) | zeripath | 2019-10-12 | 1 | -14/+48 |
* | Fix #732: Add LFS objects to base repository on merging (#7082) | zeripath | 2019-06-22 | 1 | -5/+38 |
* | Improve git test (#7086) | zeripath | 2019-05-31 | 1 | -220/+206 |
* | Fix LFS Locks over SSH (#6999) | zeripath | 2019-05-28 | 1 | -35/+65 |
* | Quieter Integration Tests (#6513) | zeripath | 2019-04-07 | 1 | -0/+25 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -1/+1 |
* | Allow markdown files to read from the LFS (#5787) | zeripath | 2019-02-12 | 1 | -16/+110 |
* | Fix ssh deploy and user key constraints (#1357) (#5939) | zeripath | 2019-02-03 | 1 | -139/+67 |
* | Fix #5226 by adding CSRF checking to api reqToken and add CSRF to the POST he... | zeripath | 2018-11-03 | 1 | -1/+2 |
* | Enforce token on api routes [fixed critical security issue #4357] (#4840) | B-OnTheGo | 2018-09-10 | 1 | -2/+4 |
* | Improvements to git integration test (#3466) | Ethan Koenig | 2018-02-06 | 1 | -11/+7 |
* | Fix SSH auth lfs locks (#3152) | Antoine GIRARD | 2018-01-27 | 1 | -3/+1 |
* | Add integrations tests from git cli (#3377) | Antoine GIRARD | 2018-01-16 | 1 | -121/+219 |
* | Improve LFS tests + fix lfs url refs + keep path upper/lowercase in db. (#3092) | Antoine GIRARD | 2017-12-08 | 1 | -14/+139 |
* | Add git clone test on integration test (#1682) | Lunny Xiao | 2017-11-02 | 1 | -0/+60 |