https://bugs.freedesktop.org/show_bug.cgi?id=61798

          Priority: medium
            Bug ID: 61798
                CC: webs...@global.libreoffice.org
          Assignee: libreoffice-bugs@lists.freedesktop.org
           Summary: GERRIT should show git:// URLs instead of https://
                    URLs by default (not logged in)
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: lio...@mamane.lu
          Hardware: Other
            Status: UNCONFIRMED
           Version: 4.1.0.0.alpha0+ Master
         Component: WWW
           Product: LibreOffice

When not logged in, gerrit should show, for the "checkout", "cherry-pick", etc
command-lines examples using the smart/anonymous git:// protocol instead of the
"dumb" https://.

So, e.g. instead of
 git pull https://gerrit.libreoffice.org/core refs/changes/08/2508/2
display
 git pull git://gerrit.libreoffice.org/core refs/changes/08/2508/2


It uses less bandwidth (when run on a repository that already has a "near"
commit to the one being fetched), and avoids "errors" such as:
error: server certificate verification failed. CAfile:
/etc/ssl/certs/ca-certificates.crt CRLfile: none while accessing
https://gerrit.libreoffice.org/core/info/refs
fatal: HTTP request failed

(Yes, I'm aware that I'm the "unusal" guy there, not having the StartCom root
as trusted in my store.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to