From mboxrd@z Thu Jan 1 00:00:00 1970 From: picca Subject: gitk highlighting commits Date: Fri, 8 Jun 2007 08:45:01 +0200 Organization: Soleil Message-ID: <20070608084501.1b66f16a@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Fri Jun 08 08:45:17 2007 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1HwYDk-00022G-IW for gcvg-git@gmane.org; Fri, 08 Jun 2007 08:45:16 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757612AbXFHGpH (ORCPT ); Fri, 8 Jun 2007 02:45:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758264AbXFHGpG (ORCPT ); Fri, 8 Jun 2007 02:45:06 -0400 Received: from dns2.synchrotron-soleil.fr ([195.221.0.6]:48929 "EHLO raclette.synchrotron-soleil.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757612AbXFHGpF (ORCPT ); Fri, 8 Jun 2007 02:45:05 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by raclette.synchrotron-soleil.fr (Postfix) with ESMTP id 7EFFB78322 for ; Fri, 8 Jun 2007 08:44:51 +0200 (CEST) X-Virus-Scanned: amavisd-new at synchrotron-soleil.fr Received: from raclette.synchrotron-soleil.fr ([127.0.0.1]) by localhost (raclette.synchrotron-soleil.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id afLjwcOviUo0 for ; Fri, 8 Jun 2007 08:44:50 +0200 (CEST) Received: from venusbis.synchrotron-soleil.fr (venusbis.synchrotron-soleil.fr [195.221.0.152]) by raclette.synchrotron-soleil.fr (Postfix) with ESMTP id B9F1878105 for ; Fri, 8 Jun 2007 08:44:50 +0200 (CEST) Received: from lune.synchrotron-soleil.fr ([195.221.0.130]) by venusbis.synchrotron-soleil.fr with Microsoft SMTPSVC(6.0.3790.1830); Fri, 8 Jun 2007 08:47:01 +0200 Received: from localhost.localdomain ([195.221.5.120]) by lune.synchrotron-soleil.fr with Microsoft SMTPSVC(6.0.3790.1830); Fri, 8 Jun 2007 08:47:00 +0200 X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; i486-pc-linux-gnu) X-OriginalArrivalTime: 08 Jun 2007 06:47:00.0671 (UTC) FILETIME=[D0CF2CF0:01C7A998] Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Hello I am using git to follow the wine development. And I wondering if it is possible to highlight all the commit since my last git pull ? Indeed there is so many commits that I can not remenber the last one I red before I did this git pull. Maybe using the blob date on the disk ? Have a nice day.