From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] Fix power checking on OS X Date: Tue, 16 Jun 2015 10:57:16 -0700 Message-ID: References: <1434440167-1046-1-git-send-email-pastith@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Git List To: Panagiotis Astithas X-From: git-owner@vger.kernel.org Tue Jun 16 19:58:17 2015 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z4v7M-0003Aj-FQ for gcvg-git-2@plane.gmane.org; Tue, 16 Jun 2015 19:57:48 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754227AbbFPR5j (ORCPT ); Tue, 16 Jun 2015 13:57:39 -0400 Received: from mail-oi0-f54.google.com ([209.85.218.54]:34048 "EHLO mail-oi0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750806AbbFPR5h (ORCPT ); Tue, 16 Jun 2015 13:57:37 -0400 Received: by oigx81 with SMTP id x81so17068404oig.1 for ; Tue, 16 Jun 2015 10:57:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=DNpVqxuyQJ8zmhABT1qog/z8Kjl4v9sl7LLgyoTrV4E=; b=dzM8iz9zMWVjKk/WPg1o8Wv+yKFFrUc/1N9GyROiZoygBdM3ikQ24RieyAC0SF47yb jC8w1VsyyszYYrBWMOiXPaKIBNOj2L1pKhtZoAj3hDNhPnPgjrjHWWfcoCiopjAE/kPQ wVRJbcr6yCbFekqS8GaJkxmyjKUcz8N1kczstnLXFLm09PXOBgGL08F5vur+d31ff48E PEJq1gnTRnNbZKOU8hrgwkmHhQQBHLyoSvIuKqWHzaBgaoyMJ2ePi3JH9tYrkSrrXYlp qGyVz+4YGXz814PLLC7aUu1iaTtlEjLtp6T/F+DuPeGjP8v5IGeZ5a78oplQQDKoh0sk mprA== X-Received: by 10.202.200.131 with SMTP id y125mr1213883oif.20.1434477457308; Tue, 16 Jun 2015 10:57:37 -0700 (PDT) Received: by 10.202.202.131 with HTTP; Tue, 16 Jun 2015 10:57:16 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: C6Vi9mwvmfaMBwj4Mk2wpJPMupw Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Ah, thanks. Not many people do that, so I was wondering what was going on ;-). On Tue, Jun 16, 2015 at 10:35 AM, Panagiotis Astithas wrote: > On Tue, Jun 16, 2015 at 8:32 PM, Junio C Hamano wrote: >> Panagiotis Astithas writes: >> >>> The output of "pmset -g batt" changed at some point from >>> "Currently drawing from 'AC Power'" to the slightly different >>> "Now drawing from 'AC Power'". Starting the match from "drawing" >>> makes the check work in both old and new versions of OS X. >>> >>> Signed-off-by: Panagiotis Astithas >>> --- >> >> Hmph, is there any difference between this one and the original one >> that I already queued several days ago? > > None, I was just following the process outlined in SubmittingPatches > that mentions a separate email after the discussion is over.