summaryrefslogtreecommitdiffstats
path: root/templates/repo/pulls/compare.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Prevent server 500 on compare branches with no common history (#6555) (#6558)zeripath2019-04-111-0/+3
| | | | | * Prevent server 500 on compare branches with no common history (#6555) * Update code.gitea.io/git module
* Add the Owner Name to differentiate when merging (#3807)Luo Yifei2019-02-121-4/+4
|
* Web editor: improve edit fileUnknwon2016-08-281-1/+1
|
* Fix problems with '#' in branchnameOdin Ugedal2016-03-151-2/+2
| | | | | Add proper escaping of '#' in branchname in compare when doing pull requests. This addresses issue #2822.
* Fix pull request availability checkUnknwon2016-03-061-2/+2
|
* #1597 support pull requests in same repositoryUnknwon2016-03-041-2/+2
|
* #2014 allow switch branches between two orgs in compose PRUnknwon2015-12-201-2/+2
|
* Indent all templates with tabsAdam Strzelecki2015-12-081-40/+40
| | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file
* New/reopen PR checks if there is any unmerged and open PRUnknwon2015-10-181-1/+1
|
* PR: nothing to commit and has pull request checkUnknwon2015-09-021-1/+11
|
* finish PR UIUnknwon2015-09-021-5/+5
|
* work on PR conversationUnknwon2015-09-011-0/+3
|
* fix dropdown searchUnknwon2015-08-311-6/+6
|
* fix menu overflowUnknwon2015-08-261-2/+3
|
* upgrade new issue to SUI v2Unknwon2015-08-101-2/+2
|
* UI: create issue with title and contentUnknwon2015-08-091-0/+1
|
* auto-redirect when finish filter branchUnknwon2015-08-081-2/+2
|
* WIP: create PR - choose branchUnknwon2015-08-081-0/+51