From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: What's in git.git (stable) Date: Sun, 25 Mar 2007 01:32:16 -0700 Message-ID: <7v648p7mgf.fsf@assigned-by-dhcp.cox.net> References: <7vbqjp1dyx.fsf@assigned-by-dhcp.cox.net> <7v3b4x9sst.fsf@assigned-by-dhcp.cox.net> <7v8xed5mex.fsf@assigned-by-dhcp.cox.net> <7vr6rtle8o.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Sun Mar 25 10:32:24 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 1HVO9G-0003AM-71 for gcvg-git@gmane.org; Sun, 25 Mar 2007 10:32:22 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933226AbXCYIcT convert rfc822-to-quoted-printable (ORCPT ); Sun, 25 Mar 2007 04:32:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933222AbXCYIcT (ORCPT ); Sun, 25 Mar 2007 04:32:19 -0400 Received: from fed1rmmtao101.cox.net ([68.230.241.45]:56840 "EHLO fed1rmmtao101.cox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933226AbXCYIcR convert rfc822-to-8bit (ORCPT ); Sun, 25 Mar 2007 04:32:17 -0400 Received: from fed1rmimpo01.cox.net ([70.169.32.71]) by fed1rmmtao101.cox.net (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20070325083216.ETIL748.fed1rmmtao101.cox.net@fed1rmimpo01.cox.net>; Sun, 25 Mar 2007 04:32:16 -0400 Received: from assigned-by-dhcp.cox.net ([68.5.247.80]) by fed1rmimpo01.cox.net with bizsmtp id ewYG1W0041kojtg0000000; Sun, 25 Mar 2007 04:32:16 -0400 X-maint-at: cd67c8e0bc6f61ffccc12d1775bc1a200df5fe85 X-master-at: 12d6697f3a9f07db0c437438804aec994fc34035 In-Reply-To: <7vr6rtle8o.fsf@assigned-by-dhcp.cox.net> (Junio C. Hamano's message of "Tue, 13 Mar 2007 01:49:43 -0700") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On the 'maint' front, there are a handful gitweb fixes, but there is nothing major. I'll perhaps do a v1.5.0.6 if I have time when I do the v1.5.1-rc2. I allowed a handful new features to the 'master' side, contrary to the promise of -rc1 which is supposed to be 'no new features, only fixes'. They should be safe changes, though. - 'git-diff --quiet' optimizes tree-level comparison by exiting early when it finds one difference. This speeds up path-limited form of git-rev-list and git-log significantly. - 'git-bisect run