| Commit message (Expand) | Author | Age | Files | Lines |
* | Make repository management section handle lfs locks (#8726) | zeripath | 2019-12-12 | 1 | -0/+84 |
* | Graceful: Cancel Process on monitor pages & HammerTime (#9213) | zeripath | 2019-11-30 | 3 | -11/+44 |
* | Variable expansion in repository templates (#9163) | John Olheiser | 2019-11-30 | 1 | -0/+4 |
* | Fix datarace on git.GlobalCommandArgs on tests (#9162) | Lunny Xiao | 2019-11-27 | 3 | -3/+31 |
* | Move mirror sync actions to notification (#9022) | Lunny Xiao | 2019-11-24 | 1 | -0/+13 |
* | Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code (#8924) | Benno | 2019-11-15 | 1 | -0/+23 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 15 | -2/+46 |
* | Migrate temp_repo.go to use git.NewCommand (#8918) | zeripath | 2019-11-11 | 1 | -0/+11 |
* | Stop using git count-objects and use raw directory size for repository (#8848) | zeripath | 2019-11-10 | 1 | -2/+2 |
* | Adjust error reporting from merge failures and use LC_ALL=C for git (#8548) | zeripath | 2019-11-10 | 1 | -1/+10 |
* | Fix count for commit graph last page (#8843) | jaqra | 2019-11-07 | 2 | -0/+15 |
* | fix 500 when edit hook (#8782) | Lunny Xiao | 2019-11-02 | 1 | -0/+5 |
* | On windows set core.longpaths true (#8776) | zeripath | 2019-11-02 | 1 | -0/+8 |
* | Add basic repository lfs management (#7199) | zeripath | 2019-10-28 | 4 | -0/+202 |
* | Ensure default gpg settings not nil and found commits have reference to repo ... | zeripath | 2019-10-20 | 1 | -0/+1 |
* | Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) | zeripath | 2019-10-16 | 5 | -5/+111 |
* | IsBranchExist: return false if provided name is empty (#8485) | zeripath | 2019-10-13 | 1 | -2/+8 |
* | Restore functionality for early gits (#7775) | zeripath | 2019-10-12 | 2 | -6/+18 |
* | Bugfix for image compare and minor improvements to image compare (#8289) | Mario Lubenka | 2019-10-04 | 1 | -2/+5 |
* | Adds side-by-side diff for images (#6784) | Mario Lubenka | 2019-09-16 | 1 | -0/+49 |
* | Fix reading git notes from nested trees (#8026) | Filip Navara | 2019-09-12 | 23 | -14/+60 |
* | Strict name matching for Repository.GetTagID() (#8074) | guillep2k | 2019-09-04 | 2 | -4/+17 |
* | Search Commits via Commit Hash (#7400) | Gary Kim | 2019-09-02 | 1 | -12/+33 |
* | Fixes #7945 - makes sure we are only getting tag refs (#7990) | Richard Mahn | 2019-08-26 | 1 | -1/+1 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 3 | -2/+3 |
* | Do not fetch all refs (#7797) | Mura Li | 2019-08-13 | 1 | -1/+1 |
* | Be more strict with git arguments (#7715) | zeripath | 2019-08-05 | 9 | -18/+26 |
* | Include "executable" files in the index, as they are not necessarily binary (... | guillep2k | 2019-08-02 | 1 | -0/+5 |
* | Correct wrong datetime format for git (#7689) | zeripath | 2019-07-31 | 1 | -1/+1 |
* | Added missing error checks in tests (#7554) | Christian Muehlhaeuser | 2019-07-23 | 2 | -1/+5 |
* | Removed unnecessary conversions (#7557) | Christian Muehlhaeuser | 2019-07-23 | 10 | -19/+13 |
* | Fix empty commits now showing in repo overview (#7521) | silverwind | 2019-07-22 | 7 | -13/+24 |
* | wiki history improvements (#7391) | Cherrg | 2019-07-11 | 1 | -0/+10 |
* | Support git.PATH entry in app.ini (#6772) | Mura Li | 2019-07-07 | 1 | -4/+11 |
* | Use commit graph files for listing pages (#7314) | Filip Navara | 2019-07-02 | 3 | -12/+73 |
* | Fixes #7292 - API File Contents bug (#7301) | Richard Mahn | 2019-06-29 | 2 | -0/+30 |
* | add commitgraph support global default true when git version >= 2.18 (#7313) | Lunny Xiao | 2019-06-29 | 1 | -0/+12 |
* | Fixes #7238 - Annotated tag commit ID incorrect (#7321) | Richard Mahn | 2019-06-29 | 1 | -3/+4 |
* | Monitor all git commands; move blame to git package and replace git as a vari... | Lunny Xiao | 2019-06-26 | 24 | -0/+947 |
* | Fix Submodule dection in subdir (#7275) | mrsdizzie | 2019-06-21 | 1 | -1/+7 |
* | Only check and config git on web subcommand but not others (#7236) | Lunny Xiao | 2019-06-19 | 2 | -3/+32 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 9 | -46/+24 |
* | Fixes diff on merged pull requests (#7171) | Mario Lubenka | 2019-06-11 | 1 | -4/+4 |
* | Fixes #2738 - Adds the /git/tags API endpoint (#7138) | Richard Mahn | 2019-06-08 | 4 | -24/+218 |
* | Compare branches, commits and tags with each other (#6991) | Mario Lubenka | 2019-06-07 | 3 | -21/+43 |
* | Refactor submodule URL parsing (#7100) | mrsdizzie | 2019-06-03 | 2 | -27/+74 |
* | Show git-notes (#6984) | Vladimir Panteleev | 2019-05-24 | 7 | -1/+91 |
* | Do not attempt to return blob on submodule (#6996) | zeripath | 2019-05-21 | 1 | -1/+1 |
* | Refactor models.NewRepoContext to extract git related codes to modules/git (#... | Lunny Xiao | 2019-05-15 | 1 | -2/+24 |
* | Remove local clones & make hooks run on merge/edit/upload (#6672) | zeripath | 2019-05-11 | 6 | -15/+238 |