aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
* Tagger can be empty, as can Commit and Author - tolerate this (#15835)zeripath2021-05-122-1/+4
* On open repository open common cat file batch and batch-check (#15667)zeripath2021-05-1022-158/+442
* Tests should use test files (#15801)65432021-05-091-10/+5
* Performance improvement for last commit cache and show-ref (#15455)zeripath2021-05-023-5/+30
* Fix NPE on view commit with notes (#15561)zeripath2021-04-211-1/+8
* Fix lfs management find (#15537)Lunny Xiao2021-04-213-4/+5
* Fix ambiguous argument error on tags (#15432)zeripath2021-04-141-8/+1
* use repo1_bare to test against (#15402)65432021-04-111-26/+11
* 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