Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-14418

Upgrade Git to 2.21.0

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Upgrading GIT to 2.16.2 will allow 2 advantages (there are others - see release notes):

      1. Uploading or fetching a large # of tags in a commit is substantially quicker.
      2. 2.x and later support the --shallow-since CLONE option:
      #!python
      
      $ git clone https://my-repo --shallow-since="2016-10-01"
      Cloning into 'myrepo'...
      fatal: Server does not support --shallow-since
      fatal: The remote end hung up unexpectedly
      

      Git release notes for 2.16:
      https://github.com/git/git/blob/master/Documentation/RelNotes/2.16.0.txt\\
      https://github.com/git/git/blob/master/Documentation/RelNotes/2.16.1.txt\\
      https://github.com/git/git/blob/v2.16.2/Documentation/RelNotes/2.16.2.txt

      Attachments

        Activity

          People

            Unassigned Unassigned
            jyowell Jesse Yowell (Inactive)
            Votes:
            12 Vote for this issue
            Watchers:
            12 Start watching this issue

            Dates

              Created:
              Updated: