git ssb

30+

cel / git-ssb-web



Commit f7f2a80007a44960563092e92236a38d9cc04edd

Support remote branches

These occur if one pushes with --mirror
cel committed on 6/6/2018, 8:42:53 PM
Parent: b0b0e18c718add6a6fa1eb7b60d367ea91e01f54

Files changed

lib/repos/index.jschanged
locale/en.jsonchanged
locale/eo.jsonchanged
lib/repos/index.jsView
@@ -587,8 +587,9 @@
587587 R.formatRevType = function(req, type) {
588588 return (
589589 type == 'heads' ? req._t('Branches') :
590590 type == 'tags' ? req._t('Tags') :
591 + type == 'remotes' ? req._t('Remotes') :
591592 type)
592593 }
593594
594595 R.revMenu = function (req, repo, currentName) {
locale/en.jsonView
@@ -75,8 +75,9 @@
7575 "CommitterReleasedCommit": "%{name} committed %{commitName}",
7676 "TaggedOn": "%{name} tagged on %{date}",
7777 "Branches": "Branches",
7878 "Tags": "Tags",
79 + "Remotes": "Remotes",
7980 "Go": "Go",
8081 "Latest": "Latest",
8182 "LatestOn": "Latest: %{commitId} on %{date}",
8283 "Files": "Files",
locale/eo.jsonView
@@ -75,8 +75,9 @@
7575 "CommitterReleasedCommit": "%{name} enmetis %{commitName}",
7676 "TaggedOn": "%{name} etikedis je %{date}",
7777 "Branches": "Branĉoj",
7878 "Tags": "Etikedoj",
79 + "Remotes": "Remote-oj",
7980 "Go": "Iri",
8081 "Latest": "Aktuala",
8182 "LatestOn": "Aktuala: %{commitId} je %{date}",
8283 "Files": "Dosieroj",

Built with git-ssb-web