From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41335 invoked by alias); 21 Oct 2018 16:46:56 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 41309 invoked by uid 89); 21 Oct 2018 16:46:54 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=january, H*r:Unknown, heads, H*R:D*net X-HELO: m69-169.mailgun.net Received: from m69-169.mailgun.net (HELO m69-169.mailgun.net) (166.78.69.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 21 Oct 2018 16:46:53 +0000 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1540140411; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=qcn4tvHjfbnFzyrBL/pelJ7b4NrZvHAW3OfWY9IAFQw=; b=DGrpswnnwqkroyzRZ+fS7xK8G+kT6Wwpp8a5TsrHxGLkyaDLQXcISHYActsYEH9FTp2y5Lva fThG4u5I+5VJetSqdl81+mSbd1HUKe04wd3w/jIoCGnxa2MJ0/jHfgJ0BXo8NNI/HTTxeLH1 8DpeRKBhHXk0Y0QP5RlOb9pTeoQ= X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Sender: stilor=att.net@github.com Received: from github.com (Unknown [192.30.252.35]) by mxa.mailgun.org with ESMTP id 5bccad7b.7f3cf81b3870-smtp-out-n01; Sun, 21 Oct 2018 16:46:51 -0000 (UTC) Date: Sun, 21 Oct 2018 16:46:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5bccad7a35815_52e32b10a6ee6588543be@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] ce7eea: Try to use 'git fetch --depth 1' if possible Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5bccad7a3532b_52e32b10a6ee658854288"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00021.txt.bz2 ----==_mimepart_5bccad7a3532b_52e32b10a6ee658854288 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1336 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: ce7eea80031ded1b5cd7f51b772dd98f261f439f https://github.com/crosstool-ng/crosstool-ng/commit/ce7eea80031ded1b5cd7f51b772dd98f261f439f Author: Alexey Neyman Date: 2018-10-20 (Sat, 20 Oct 2018) Changed paths: M scripts/functions Log Message: ----------- Try to use 'git fetch --depth 1' if possible It should be possible if fetching a tag/branch, and it may be possible if fetching a changeset if a server is configured to allow it. Fixes #986 Signed-off-by: Alexey Neyman Commit: 2157b5392018a1508d6ab1b71735ec73338f9d19 https://github.com/crosstool-ng/crosstool-ng/commit/2157b5392018a1508d6ab1b71735ec73338f9d19 Author: Alexey Neyman Date: 2018-10-21 (Sun, 21 Oct 2018) Changed paths: M scripts/functions Log Message: ----------- Merge pull request #1064 from stilor/git-shallow Try to use 'git fetch --depth 1' if possible Compare: https://github.com/crosstool-ng/crosstool-ng/compare/a86dc5416a03...2157b5392018 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. ----==_mimepart_5bccad7a3532b_52e32b10a6ee658854288--