summaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
* Add pager to the branches page (#14202)Chester Liu2021-01-191-0/+3
* migrate from com.* to alternatives (#14103)65432020-12-251-10/+11
* Fix git.parseTagData (#14105)65432020-12-223-4/+80
* Add Test for Fix #14040 (#14045)65432020-12-211-0/+69
* Refactor get tag to remove unnecessary steps (#14058)Lunny Xiao2020-12-201-33/+19
* Fix bug in commit verification introduced in #13673 (#14040)zeripath2020-12-171-1/+5
* Use native git variants by default with go-git variants as build tag (#13673)zeripath2020-12-1769-1208/+3870
* Always wait for the cmd to finish (#14006)zeripath2020-12-171-0/+1
* Migrations: Use Process Manager to create own Context (#13792)65432020-12-022-3/+10
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-2/+6
* Prevent panic on git blame by limiting lines to 4096 bytes at most (#13470)zeripath2020-11-091-10/+32
* Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show o...zeripath2020-11-084-9/+64
* go-version constraints ignore pre-releases (#13234)zeripath2020-10-215-12/+12
* Update golangci-lint to version 1.31.0 (#13102)kolaente2020-10-111-1/+1
* Cache last commit when pushing for big repository (#10109)Lunny Xiao2020-10-092-4/+5
* Fix 500 on README in submodule (#13006)zeripath2020-10-021-0/+11
* Always return a list from GetCommitsFromIDs (#12981)zeripath2020-09-291-4/+0
* Adopt repositories (#12920)zeripath2020-09-251-0/+5
* Add configurable Trust Models (#11712)zeripath2020-09-201-5/+5
* Compare SSH_DOMAIN when parsing submodule URLs (#12753)mrsdizzie2020-09-072-22/+24
* refactor repo_stats to use os.pipe (#11726)techknowlogick2020-09-052-67/+86
* [Vendor] Switch go-version lib (#12719)65432020-09-057-41/+76
* Remove async pre-empt hack if go >= 1.15 (#12718)zeripath2020-09-041-1/+5
* Set context for running CreateArchive in to that of the request (#12555)zeripath2020-08-281-2/+3
* Initial support for push options (#12169)John Olheiser2020-08-231-0/+6
* fix typos (#12545)Success2020-08-201-1/+1
* go1.15 (#12475)techknowlogick2020-08-131-0/+1
* Do not add prefix on http/https submodule links (#12477)zeripath2020-08-132-3/+4
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-114-8/+10
* Git 2.28 no longer permits diff with ... on unrelated branches (#12364)zeripath2020-07-293-12/+60
* Only use --exclude on name-rev with git >= 2.13 (#12347)zeripath2020-07-281-1/+15
* Ensure BlameReaders close at end of request (#12102)zeripath2020-07-012-7/+12
* fix bug about can't skip commits base on base branch (#11555)赵智超2020-06-241-0/+10
* Use enry language type to detect special languages (#11974)Lauris BH2020-06-191-16/+5
* For language detection do not try to analyze big files by content (#11971)Lauris BH2020-06-191-3/+7
* Only write to global gitconfig if necessary (#11876)zeripath2020-06-131-24/+38
* Fix 500 error on repos with no tags (#11870)mrsdizzie2020-06-121-1/+1
* Handle more pathological branch and tag names (#11843)zeripath2020-06-111-1/+1
* Fix commit search in all branches (#11849)Cirno the Strongest2020-06-111-1/+27
* Show exact tag for commit on diff view (#11846)Cirno the Strongest2020-06-111-1/+16
* Don't consider tag refs as valid for branch name (#11847)Cirno the Strongest2020-06-101-1/+1
* Fix language stat calculation (#11692)Cirno the Strongest2020-05-311-4/+27
* Change language statistics to save size instead of percentage (#11681)Lauris BH2020-05-301-19/+6
* Fix issue with DiffIndex on initial commit (#11677)zeripath2020-05-291-0/+3
* Exclude generated files from language statistics (#11653)Lauris BH2020-05-291-3/+7
* Fix numbr of files, total additions, and deletions (#11614)zeripath2020-05-261-2/+87
* Properly handle and return empty string for dangling commits in GetBranchName...Cirno the Strongest2020-05-231-1/+6
* Add push commits history comment on PR time-line (#11167)赵智超2020-05-202-4/+22
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-162-4/+14
* Fix ref links in issue overviews for tags (#8742)Sijmen Schoon2020-05-142-0/+44