From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67476 invoked by alias); 6 Sep 2017 12:57:21 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 67460 invoked by uid 89); 6 Sep 2017 12:57:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:237 X-HELO: mail-qt0-f181.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=WTvhHyp9XFkoNwDMaRvJPUOyB7P/MiRAU+rA4t53ouo=; b=VbYYuTRMqGHE2bh2AGWR3sJo23gQUgBeik8PzA0RnMih4DAODrg2tkeOAP1UnhaXrF xLddwYR/k3CB/58HppJdlCs/B/U3Ov0+Ado2VPugpTn3FbvFMbMugZ1u4ug/9yV9QbuO ZbbNbfnYXhN4hkqJCdV4K8QUiNeuZQV62kLk/g/IABJaV4NCeNZfWYfm1Nq/s2s4K2ox tWBUKbIliI2SWZhnOB76J/CKWRWluHAgwr15Srv0YndAjgu2k3T+VTsVrihZ5ULqM3MU BBrqoaf4tNvOEBPTDi7br1nMkdSlkR3fJ24EW1mJ+84s422+WmbT6vEEBIufMeppk+13 GSsA== X-Gm-Message-State: AHPjjUjOOk0SFAG5ODLSqCnZzB9sqO3feUHwLWwrJAqNG8aCrmNUA+nA EKv0Y0odb7x7DoV+m+KYcA== X-Google-Smtp-Source: ADKCNb7gcL1DgxlaK2k27f3vd4HO/K1uAnWweP4dTlQQDiEh6uJChBneQCoQqasU94FzV6HSkQr9Xw== X-Received: by 10.200.22.201 with SMTP id y9mr3201812qtk.115.1504702632671; Wed, 06 Sep 2017 05:57:12 -0700 (PDT) Subject: Re: [PATCH 3/9] posix: Allow glob to match dangling symlinks [BZ #866] To: Paul Eggert , libc-alpha@sourceware.org References: <1504643122-14874-1-git-send-email-adhemerval.zanella@linaro.org> <1504643122-14874-4-git-send-email-adhemerval.zanella@linaro.org> <8a8b39a3-ef2a-522e-6718-6a2343853fe2@cs.ucla.edu> From: Adhemerval Zanella Message-ID: <3cafb614-dc83-b7e8-ec89-9cad82ae2388@linaro.org> Date: Wed, 06 Sep 2017 12:57:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <8a8b39a3-ef2a-522e-6718-6a2343853fe2@cs.ucla.edu> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-09/txt/msg00242.txt.bz2 Thanks I fixed it in my repo. On 05/09/2017 22:27, Paul Eggert wrote: > 'git am' complains about this patch because it introduces a line with a space before a tab.