From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Cascio Subject: diff settings Date: Sat, 24 Jan 2009 09:38:18 -0800 (PST) Message-ID: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Sat Jan 24 18:40:15 2009 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1LQmU8-0008HD-Vh for gcvg-git-2@gmane.org; Sat, 24 Jan 2009 18:39:57 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750937AbZAXRiT (ORCPT ); Sat, 24 Jan 2009 12:38:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751382AbZAXRiT (ORCPT ); Sat, 24 Jan 2009 12:38:19 -0500 Received: from Kiwi.CS.UCLA.EDU ([131.179.128.19]:55400 "EHLO kiwi.cs.ucla.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750937AbZAXRiT (ORCPT ); Sat, 24 Jan 2009 12:38:19 -0500 Received: from kiwi.cs.ucla.edu (localhost.cs.ucla.edu [127.0.0.1]) by kiwi.cs.ucla.edu (8.13.8+Sun/8.13.8/UCLACS-6.0) with ESMTP id n0OHcIcP023430 for ; Sat, 24 Jan 2009 09:38:18 -0800 (PST) Received: from localhost (keith@localhost) by kiwi.cs.ucla.edu (8.13.8+Sun/8.13.8/Submit) with ESMTP id n0OHcIe9023427 for ; Sat, 24 Jan 2009 09:38:18 -0800 (PST) X-Authentication-Warning: kiwi.cs.ucla.edu: keith owned process doing -bs User-Agent: Alpine 2.00 (GSO 1167 2008-08-23) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: How do I configure my local git so that diff always obeys a particular option, e.g. "-w", without needing to type it on the command line each time? Thanks, Keith