summaryrefslogtreecommitdiffstats
path: root/modules/repofiles/temp_repo.go
Commit message (Expand)AuthorAgeFilesLines
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-345/+0
* Enable show more files in diff for git <2.31 (#17733)zeripath2021-11-201-1/+1
* remove duplicate define of CheckAttribute() (#14837)a10121127962021-03-011-55/+0
* enhancement: add signoff option in commit form (#14516)a10121127962021-01-291-3/+10
* Standardize Co-Authored-By / Reviewed-By strings (#14097)Cirno the Strongest2020-12-211-2/+2
* go-version constraints ignore pre-releases (#13234)zeripath2020-10-211-3/+3
* Finally fix diff names (#13136)zeripath2020-10-141-1/+1
* Add configurable Trust Models (#11712)zeripath2020-09-201-3/+19
* [Vendor] Switch go-version lib (#12719)65432020-09-051-7/+5
* Fix numbr of files, total additions, and deletions (#11614)zeripath2020-05-261-0/+5
* Handle push rejection in branch and upload (#10854)zeripath2020-03-281-22/+13
* Handle push rejection message in Merge & Web Editor (#10373)zeripath2020-02-221-2/+22
* Give the stdout on temp_repo error (#9871)zeripath2020-01-201-3/+3
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-2/+3
* [API] Extend contents with dates (#9464)65432019-12-241-3/+7
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+1
* Migrate temp_repo.go to use git.NewCommand (#8918)zeripath2019-11-111-163/+82
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-161-3/+10
* Restore functionality for early gits (#7775)zeripath2019-10-121-4/+34
* Move git diff codes from models to services/gitdiff (#7889)Lunny Xiao2019-09-051-2/+3
* Correct wrong datetime format for git (#7689)zeripath2019-07-311-1/+1
* Monitor all git commands; move blame to git package and replace git as a vari...Lunny Xiao2019-06-261-12/+12
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-111-32/+7
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-191-1/+1
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-171-0/+425