summaryrefslogtreecommitdiffstats
path: root/modules/git
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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