From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Szakmeister Subject: Re: [PATCH] git-web--browse: recognize iTerm as a GUI terminal on OS X Date: Wed, 3 Apr 2013 20:10:10 -0400 Message-ID: References: <20130325101318.GA31409@yoda.local> <7vtxnzw3wu.fsf@alter.siamese.dyndns.org> <7vfvzgrjgz.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Christian Couder , Timo Sand , git To: Junio C Hamano X-From: git-owner@vger.kernel.org Thu Apr 04 02:10:47 2013 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 1UNXlN-0003Dj-IA for gcvg-git-2@plane.gmane.org; Thu, 04 Apr 2013 02:10:45 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762909Ab3DDAKN (ORCPT ); Wed, 3 Apr 2013 20:10:13 -0400 Received: from mail-wg0-f43.google.com ([74.125.82.43]:44017 "EHLO mail-wg0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761228Ab3DDAKM (ORCPT ); Wed, 3 Apr 2013 20:10:12 -0400 Received: by mail-wg0-f43.google.com with SMTP id f12so2199247wgh.10 for ; Wed, 03 Apr 2013 17:10:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=npTU7D6tH9+dvCWiGkmXwxZZY7K/XJryBHwzmmvEi0A=; b=zQL8CTthVAhcgzgKdbn3d7pqN8Uwi/17W7gd7avWhSyBbRIgPDAAQCLTOWCNPrnA1k 1VjuHCBGZNJbiynnWRzqRho3nv6Snk0mdOPdllcdDgb8g0fkR27tuEidfA817jK4iYeX zmwBtHSgieARwWLjCEu9LCNlyyAK9esvXk1JoKe5XM/igCIsz0flxlSWq68uy2lJ/ybb BH83tH1TVMtF7WgnKzUpY7YYrRNw85kdkk1YHVTxO4/0FW+oC6x003nuthmv4vS5gXkY Iyw4XvdUyDF0nikszWCKdJpnpYXsCLqcOTQo2YcxxHkubOeVz0R+0zNrfY6QqY5SZwJj 84jA== X-Received: by 10.180.13.233 with SMTP id k9mr1190406wic.6.1365034210843; Wed, 03 Apr 2013 17:10:10 -0700 (PDT) Received: by 10.180.79.6 with HTTP; Wed, 3 Apr 2013 17:10:10 -0700 (PDT) In-Reply-To: <7vfvzgrjgz.fsf@alter.siamese.dyndns.org> X-Google-Sender-Auth: KGiTjiLe2p5GGSFO5ugh7zXa1Cw Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Wed, Mar 27, 2013 at 10:43 AM, Junio C Hamano wrote: [snip] > If that approach is better than what you originally sent, then yes. > > But I do not use OS X, so you may need to pay attention to possible > complaints and comments from other Mac users on this list for a > while---there may be people who run the program in question without > that environment variable. Sorry it has taken me so long to get back to this. I searched around and tried out a few terminal programs that are available, and I think what you queued--checking that TERM_PROGRAM is non-empty--is the right fix. Thanks! -John