From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: HTML Export Issue Date: Fri, 06 Feb 2009 10:23:04 -0500 Message-ID: <87ljsjy4h3.fsf@gollum.intra.norang.ca> References: <498B2A3D.3010902@gmail.com> <300AF715-F492-4F71-931B-563897EA161E@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVSXv-0002vs-FY for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 10:23:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVSXt-0002vC-OK for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 10:23:11 -0500 Received: from [199.232.76.173] (port=34105 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVSXt-0002v7-Gf for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 10:23:09 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:58947) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LVSXt-0008Q5-8c for emacs-orgmode@gnu.org; Fri, 06 Feb 2009 10:23:09 -0500 In-Reply-To: <300AF715-F492-4F71-931B-563897EA161E@uva.nl> (Carsten Dominik's message of "Fri\, 6 Feb 2009 08\:47\:11 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: srandby@gmail.com, "[Orgmode]" Carsten Dominik writes: > Bernt, or any other git guru, how can I find > out when I changed that default? I am sure there > is a clever way to do this? $ git log -S'string to find' or $ git gui blame FILE - find the line you are interested in - right click on it and 'blame parent commit' repeatedly to walk back through the commit history -Bernt