| Commit message (Expand) | Author | Age | Files | Lines |
* | Update golangci-lint to version 1.31.0 (#13102) | kolaente | 2020-10-11 | 1 | -1/+1 |
* | Cache last commit when pushing for big repository (#10109) | Lunny Xiao | 2020-10-09 | 2 | -4/+5 |
* | Fix 500 on README in submodule (#13006) | zeripath | 2020-10-02 | 1 | -0/+11 |
* | Always return a list from GetCommitsFromIDs (#12981) | zeripath | 2020-09-29 | 1 | -4/+0 |
* | Adopt repositories (#12920) | zeripath | 2020-09-25 | 1 | -0/+5 |
* | Add configurable Trust Models (#11712) | zeripath | 2020-09-20 | 1 | -5/+5 |
* | Compare SSH_DOMAIN when parsing submodule URLs (#12753) | mrsdizzie | 2020-09-07 | 2 | -22/+24 |
* | refactor repo_stats to use os.pipe (#11726) | techknowlogick | 2020-09-05 | 2 | -67/+86 |
* | [Vendor] Switch go-version lib (#12719) | 6543 | 2020-09-05 | 7 | -41/+76 |
* | Remove async pre-empt hack if go >= 1.15 (#12718) | zeripath | 2020-09-04 | 1 | -1/+5 |
* | Set context for running CreateArchive in to that of the request (#12555) | zeripath | 2020-08-28 | 1 | -2/+3 |
* | Initial support for push options (#12169) | John Olheiser | 2020-08-23 | 1 | -0/+6 |
* | fix typos (#12545) | Success | 2020-08-20 | 1 | -1/+1 |
* | go1.15 (#12475) | techknowlogick | 2020-08-13 | 1 | -0/+1 |
* | Do not add prefix on http/https submodule links (#12477) | zeripath | 2020-08-13 | 2 | -3/+4 |
* | Re-attempt to delete temporary upload if the file is locked by another proces... | zeripath | 2020-08-11 | 4 | -8/+10 |
* | Git 2.28 no longer permits diff with ... on unrelated branches (#12364) | zeripath | 2020-07-29 | 3 | -12/+60 |
* | Only use --exclude on name-rev with git >= 2.13 (#12347) | zeripath | 2020-07-28 | 1 | -1/+15 |
* | Ensure BlameReaders close at end of request (#12102) | zeripath | 2020-07-01 | 2 | -7/+12 |
* | fix bug about can't skip commits base on base branch (#11555) | 赵智超 | 2020-06-24 | 1 | -0/+10 |
* | Use enry language type to detect special languages (#11974) | Lauris BH | 2020-06-19 | 1 | -16/+5 |
* | For language detection do not try to analyze big files by content (#11971) | Lauris BH | 2020-06-19 | 1 | -3/+7 |
* | Only write to global gitconfig if necessary (#11876) | zeripath | 2020-06-13 | 1 | -24/+38 |
* | Fix 500 error on repos with no tags (#11870) | mrsdizzie | 2020-06-12 | 1 | -1/+1 |
* | Handle more pathological branch and tag names (#11843) | zeripath | 2020-06-11 | 1 | -1/+1 |
* | Fix commit search in all branches (#11849) | Cirno the Strongest | 2020-06-11 | 1 | -1/+27 |
* | Show exact tag for commit on diff view (#11846) | Cirno the Strongest | 2020-06-11 | 1 | -1/+16 |
* | Don't consider tag refs as valid for branch name (#11847) | Cirno the Strongest | 2020-06-10 | 1 | -1/+1 |
* | Fix language stat calculation (#11692) | Cirno the Strongest | 2020-05-31 | 1 | -4/+27 |
* | Change language statistics to save size instead of percentage (#11681) | Lauris BH | 2020-05-30 | 1 | -19/+6 |
* | Fix issue with DiffIndex on initial commit (#11677) | zeripath | 2020-05-29 | 1 | -0/+3 |
* | Exclude generated files from language statistics (#11653) | Lauris BH | 2020-05-29 | 1 | -3/+7 |
* | Fix numbr of files, total additions, and deletions (#11614) | zeripath | 2020-05-26 | 1 | -2/+87 |
* | Properly handle and return empty string for dangling commits in GetBranchName... | Cirno the Strongest | 2020-05-23 | 1 | -1/+6 |
* | Add push commits history comment on PR time-line (#11167) | 赵智超 | 2020-05-20 | 2 | -4/+22 |
* | Refactor Cron and merge dashboard tasks (#10745) | zeripath | 2020-05-16 | 2 | -4/+14 |
* | Fix ref links in issue overviews for tags (#8742) | Sijmen Schoon | 2020-05-14 | 2 | -0/+44 |
* | Allow compare page to look up base, head, own-fork, forkbase-of-head (#11327) | zeripath | 2020-05-12 | 2 | -5/+0 |
* | Manage port in submodule refurl (#11305) | zeripath | 2020-05-07 | 1 | -3/+7 |
* | Support unicode emojis and remove emojify.js (#11032) | mrsdizzie | 2020-04-28 | 1 | -1/+0 |
* | Disable new signal-based asynchronous goroutine preemption from GO 1.14 in gi... | mrsdizzie | 2020-04-28 | 1 | -0/+2 |
* | Fix submodule paths when AppSubUrl is not root (#11098) | zeripath | 2020-04-22 | 2 | -29/+26 |
* | Migrate to go-enry new version (#10906) | Lauris BH | 2020-04-15 | 1 | -1/+1 |
* | [API] Get a single commit via Ref (#10915) | 6543 | 2020-04-07 | 1 | -0/+4 |
* | Add gitea-vet (#10948) | John Olheiser | 2020-04-05 | 1 | -0/+4 |
* | Convert plumbing.ErrObjectNotFound to git.ErrNotExist in getCommit (#10862) | zeripath | 2020-03-28 | 1 | -0/+6 |
* | Handle push rejection in branch and upload (#10854) | zeripath | 2020-03-28 | 2 | -1/+99 |
* | Migrate to go-git/go-git v5.0.0 (#10735) | Lauris BH | 2020-03-17 | 22 | -39/+39 |
* | Fix panic in API pulls when headbranch does not exist (#10676) | zeripath | 2020-03-09 | 1 | -0/+5 |
* | Change default value of DefaultCommandExecutionTimeout to match cheatsheet (#... | zeripath | 2020-03-02 | 1 | -1/+1 |