This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Supporting git access via smart HTTPS protocol for glibc on sourceware.org
- From: vlse <vlse at veera dot biz>
- To: libc-alpha at sourceware dot org
- Date: Sun, 24 Mar 2019 16:03:09 +0530
- Subject: Supporting git access via smart HTTPS protocol for glibc on sourceware.org
Hello,
Would glibc support sourceware.org git access via smart HTTPS protocol.
As git man page says as well as stackoverflow site that using git protocol if fine for lan operations.
But for internet git access, either ssh or https smart protocol use is necessary to prevent man in the middle attack.
Please consider giving secure git access. Also smart http/s protocol is way better than dumb protocol. It avoids downloading to much data again and also shows progress and stats.
For e.g. git pull via dumb https protocol fetches more than 150MB of data immediately after each pull.
Regards,
Veera