summaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
...
* Allow compare page to look up base, head, own-fork, forkbase-of-head (#11327)zeripath2020-05-122-5/+0
* Manage port in submodule refurl (#11305)zeripath2020-05-071-3/+7
* Support unicode emojis and remove emojify.js (#11032)mrsdizzie2020-04-281-1/+0
* Disable new signal-based asynchronous goroutine preemption from GO 1.14 in gi...mrsdizzie2020-04-281-0/+2
* Fix submodule paths when AppSubUrl is not root (#11098)zeripath2020-04-222-29/+26
* Migrate to go-enry new version (#10906)Lauris BH2020-04-151-1/+1
* [API] Get a single commit via Ref (#10915)65432020-04-071-0/+4
* Add gitea-vet (#10948)John Olheiser2020-04-051-0/+4
* Convert plumbing.ErrObjectNotFound to git.ErrNotExist in getCommit (#10862)zeripath2020-03-281-0/+6
* Handle push rejection in branch and upload (#10854)zeripath2020-03-282-1/+99
* Migrate to go-git/go-git v5.0.0 (#10735)Lauris BH2020-03-1722-39/+39
* Fix panic in API pulls when headbranch does not exist (#10676)zeripath2020-03-091-0/+5
* Change default value of DefaultCommandExecutionTimeout to match cheatsheet (#...zeripath2020-03-021-1/+1
* Code Refactor of IssueWatch related things (#10401)65432020-02-261-0/+3
* [API] enable paggination for ListRepoTags (#10454)65432020-02-252-2/+14
* Render READMEs in docs/ .gitea or .github from root (#10361)zeripath2020-02-212-0/+38
* Add detected file language to code search (#10256)Lauris BH2020-02-201-18/+9
* Language statistics bar for repositories (#8037)Lauris BH2020-02-111-0/+116
* Fix commit between two commits calculation if there is only last commit (#10225)Lauris BH2020-02-111-1/+1
* Cache last commit to accelerate the repository directory page visit (#10069)Lunny Xiao2020-02-012-3/+48
* Some refactor on git diff and ignore getting commit information failed on mig...Lunny Xiao2020-01-282-0/+342
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-242-5/+6
* Make archive prefixing configurable with a global setting (#9943)zeripath2020-01-221-9/+35
* Add top author stats to activity page (#9615)Lauris BH2020-01-202-8/+34
* Add require signed commit for protected branch (#9708)zeripath2020-01-153-7/+119
* Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532)David Svantesson2020-01-091-0/+6
* Provide Default messages for merges (#9393)zeripath2019-12-301-1/+25
* Change target branch for pull request (#6488)Mario Lubenka2019-12-161-0/+21
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-152-2/+4
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-132-14/+18
* Fix nondeterministic behavior (#9341)Mura Li2019-12-132-2/+2
* Make repository management section handle lfs locks (#8726)zeripath2019-12-121-0/+84
* Graceful: Cancel Process on monitor pages & HammerTime (#9213)zeripath2019-11-303-11/+44
* Variable expansion in repository templates (#9163)John Olheiser2019-11-301-0/+4
* Fix datarace on git.GlobalCommandArgs on tests (#9162)Lunny Xiao2019-11-273-3/+31
* Move mirror sync actions to notification (#9022)Lunny Xiao2019-11-241-0/+13
* Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code (#8924)Benno2019-11-151-0/+23
* Add Close() method to gogitRepository (#8901)zeripath2019-11-1315-2/+46
* Migrate temp_repo.go to use git.NewCommand (#8918)zeripath2019-11-111-0/+11
* Stop using git count-objects and use raw directory size for repository (#8848)zeripath2019-11-101-2/+2
* Adjust error reporting from merge failures and use LC_ALL=C for git (#8548)zeripath2019-11-101-1/+10
* Fix count for commit graph last page (#8843)jaqra2019-11-072-0/+15
* fix 500 when edit hook (#8782)Lunny Xiao2019-11-021-0/+5
* On windows set core.longpaths true (#8776)zeripath2019-11-021-0/+8
* Add basic repository lfs management (#7199)zeripath2019-10-284-0/+202
* Ensure default gpg settings not nil and found commits have reference to repo ...zeripath2019-10-201-0/+1
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-165-5/+111
* IsBranchExist: return false if provided name is empty (#8485)zeripath2019-10-131-2/+8
* Restore functionality for early gits (#7775)zeripath2019-10-122-6/+18
* Bugfix for image compare and minor improvements to image compare (#8289)Mario Lubenka2019-10-041-2/+5