summaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
* Speed up `enry.IsVendor` (#15213)zeripath2021-04-012-2/+2
* response 404 for diff/patch of a commit that not exist (#15221)a10121127962021-04-011-1/+1
* support gitmailmap in GetCodeActivityStats() (#15009)a10121127962021-03-171-1/+1
* Make manual merge autodetection optional and add manual merge as merge method...a10121127962021-03-032-0/+24
* Move Bleve and Elastic code indexers to use a common cat-file --batch (#14781)zeripath2021-03-034-71/+39
* Fix paging of file commit logs (#14831)zeripath2021-03-041-2/+34
* Create tag on ui (#13467)a10121127962021-02-281-1/+1
* Fix a couple of CommentAsPatch issues. (#14804)zeripath2021-02-272-14/+80
* Fix when a commit not found returned 500 (#14732)Lunny Xiao2021-02-181-0/+6
* Reduce calls to git cat-file -s (#14682)zeripath2021-02-176-12/+109
* Use cat-file --batch in GetLanguageStats (#14685)zeripath2021-02-171-30/+100
* Restore detection of branches are equal on compare page (#14586)zeripath2021-02-161-3/+16
* Do not assume all 40 char strings are SHA1s (#14624)zeripath2021-02-101-11/+15
* HasPreviousCommit causes recursive load of commits unnecessarily (#14598)zeripath2021-02-102-13/+50
* Ensure memcache TTL cannot be over 30 days (#14592)zeripath2021-02-093-5/+5
* Remove spurious DataAsync Error logging (#14599)zeripath2021-02-071-3/+0
* Reduce data races (#14549)65432021-02-031-4/+6
* [API] Add pagination to ListBranches (#14524)65432021-02-035-24/+80
* 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