Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751439AbWEDIO4 (ORCPT ); Thu, 4 May 2006 04:14:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751436AbWEDIO4 (ORCPT ); Thu, 4 May 2006 04:14:56 -0400 Received: from fed1rmmtao06.cox.net ([68.230.241.33]:30628 "EHLO fed1rmmtao06.cox.net") by vger.kernel.org with ESMTP id S1750757AbWEDIO4 (ORCPT ); Thu, 4 May 2006 04:14:56 -0400 From: Junio C Hamano To: git@vger.kernel.org Subject: What's in git.git cc: linux-kernel@vger.kernel.org X-maint-at: 7abd7117ec57b8c3c2a469db62c7811fdac5c655 X-master-at: 5892fc6504dd23d7cf9415afb13bae8a61d6c70e Date: Thu, 04 May 2006 01:14:54 -0700 Message-ID: <7vbque5hq9.fsf@assigned-by-dhcp.cox.net> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1791 Lines: 64 * Latest maintenance release 1.3.2 is out from the 'maint' branch. * The 'master' branch has these since the last announcement, not counting what is in v1.3.2. - blame path-pruning fix (Fredrik Kuivinen) - built-in push (Linus, Johannes Schindelin) - beginning of "put remotes/ info in config file" (Johannes Schindelin) - repo-config updates and fixes (Johannes Schindelin) - built-in count-objects and diff - core.prefersymlinkrefs can be given to use symlink HEAD; this may be needed to bisect kernel history before January 2006 whose setlocalversion script depended on HEAD being a symlink. - "git-log --parents" fix (Linus) - use rev-list instead of log in git-cvsserver (Martin Langhoff) - sha1_to_hex() usage cleanup (Linus) - Document update-index --unresolve (Matthias Kestenholz) * The 'next' branch, in addition, has these. - "put remotes/ info in config file" for fetch side (Johannes Schindelin) - built-in grep It now knows all the common grep options I personally use, including -l, -w, -E, -i, -[ABC], -v; I am planning to push this out perhaps mid next week. - built-in format-patch WIP I really should resume working on this again... - cache-tree Fixed a rather nasty bug; should be safe again to use it now. - get_sha1(): :path and :[0-3]:path to extract from index. - diff-delta enhancements (Nicolas Pitre) * The 'pu' branch, in addition, has these. - partial tree reading/writing with --prefix option. - Transitively read alternatives (Martin Waitz) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/