Commit f7f2a80007a44960563092e92236a38d9cc04edd
Support remote branches
These occur if one pushes with --mirrorcel committed on 6/6/2018, 8:42:53 PM
Parent: b0b0e18c718add6a6fa1eb7b60d367ea91e01f54
Files changed
lib/repos/index.js | changed |
locale/en.json | changed |
locale/eo.json | changed |
lib/repos/index.js | ||
---|---|---|
@@ -587,8 +587,9 @@ | ||
587 | 587 … | R.formatRevType = function(req, type) { |
588 | 588 … | return ( |
589 | 589 … | type == 'heads' ? req._t('Branches') : |
590 | 590 … | type == 'tags' ? req._t('Tags') : |
591 … | + type == 'remotes' ? req._t('Remotes') : | |
591 | 592 … | type) |
592 | 593 … | } |
593 | 594 … | |
594 | 595 … | R.revMenu = function (req, repo, currentName) { |
locale/en.json | ||
---|---|---|
@@ -75,8 +75,9 @@ | ||
75 | 75 … | "CommitterReleasedCommit": "%{name} committed %{commitName}", |
76 | 76 … | "TaggedOn": "%{name} tagged on %{date}", |
77 | 77 … | "Branches": "Branches", |
78 | 78 … | "Tags": "Tags", |
79 … | + "Remotes": "Remotes", | |
79 | 80 … | "Go": "Go", |
80 | 81 … | "Latest": "Latest", |
81 | 82 … | "LatestOn": "Latest: %{commitId} on %{date}", |
82 | 83 … | "Files": "Files", |
locale/eo.json | ||
---|---|---|
@@ -75,8 +75,9 @@ | ||
75 | 75 … | "CommitterReleasedCommit": "%{name} enmetis %{commitName}", |
76 | 76 … | "TaggedOn": "%{name} etikedis je %{date}", |
77 | 77 … | "Branches": "Branĉoj", |
78 | 78 … | "Tags": "Etikedoj", |
79 … | + "Remotes": "Remote-oj", | |
79 | 80 … | "Go": "Iri", |
80 | 81 … | "Latest": "Aktuala", |
81 | 82 … | "LatestOn": "Aktuala: %{commitId} je %{date}", |
82 | 83 … | "Files": "Dosieroj", |
Built with git-ssb-web