[RTEMS Project] #3683: Git clone via HTTPS does not give much interactive feedback

RTEMS trac trac at rtems.org
Mon Jan 28 12:19:27 UTC 2019


#3683: Git clone via HTTPS does not give much interactive feedback
------------------------------+--------------------
  Reporter:  Sebastian Huber  |      Owner:  (none)
      Type:  infra            |     Status:  new
  Priority:  normal           |  Milestone:  5.1
 Component:  admin            |    Version:  5
  Severity:  normal           |   Keywords:
Blocked By:                   |   Blocking:
------------------------------+--------------------
 A Git clone via HTTPS does not give much interactive feedback. This could
 result in users thinking that a network issue exists and let them abort
 the command.
 {{{
 git clone https://git.rtems.org/rtems-libbsd
 Cloning into 'rtems-libbsd'...
 Checking out files: 100% (5159/5159), done.
 }}}
 vs.
 {{{
 git clone git://git.rtems.org/rtems-libbsd.git
 Cloning into 'rtems-libbsd'...
 remote: Counting objects: 34566, done.
 remote: Compressing objects: 100% (8700/8700), done.
 remote: Total 34566 (delta 24457), reused 34566 (delta 24457)
 Receiving objects: 100% (34566/34566), 30.33 MiB | 1.34 MiB/s, done.
 Resolving deltas: 100% (24457/24457), done.
 Checking out files: 100% (5159/5159), done.
 }}}

--
Ticket URL: <http://devel.rtems.org/ticket/3683>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list