[FFmpeg-trac] #9183(undetermined:new): git clone --depth 1

FFmpeg trac at avcodec.org
Tue Apr 13 17:10:04 EEST 2021


#9183: git clone --depth 1
-------------------------------------+-------------------------------------
             Reporter:  JeToJedno    |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  minor        |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by JeToJedno):

 Exact results:

 {{{
 git clone --branch stable https://bitbucket.org/multicoreware/x265_git.git
 Cloning into 'x265_git'...
 remote: Counting objects: 88902, done.
 remote: Compressing objects: 100% (88863/88863), done.
 remote: Total 88902 (delta 6470), reused 82187 (delta 0)
 Receiving objects: 100% (88902/88902), 252.38 MiB | 7.12 MiB/s, done.
 Resolving deltas: 100% (6470/6470), done.
 }}}


 {{{
  git clone --branch stable --depth 2
 https://bitbucket.org/multicoreware/x265_git.git
 Cloning into 'x265_git'...
 remote: Counting objects: 357, done.
 remote: Compressing objects: 100% (354/354), done.
 remote: Total 357 (delta 21), reused 274 (delta 0)
 Receiving objects: 100% (357/357), 1.58 MiB | 0 bytes/s, done.
 Resolving deltas: 100% (21/21), done.
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/9183#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list