From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: What's in git.git (stable) Date: Tue, 04 Dec 2007 00:43:31 -0800 Message-ID: <7vsl2i6ea4.fsf@gitster.siamese.dyndns.org> References: <20071022061115.GR14735@spearce.org> <7vodeecyni.fsf@gitster.siamese.dyndns.org> <7vpryqwtt7.fsf@gitster.siamese.dyndns.org> <7vk5ot40w9.fsf@gitster.siamese.dyndns.org> <7vy7d43ptc.fsf@gitster.siamese.dyndns.org> <7vabpg9x5k.fsf@gitster.siamese.dyndns.org> <7vy7cwsi3p.fsf@gitster.siamese.dyndns.org> <7vk5o6jbq9.fsf@gitster.siamese.dyndns.org> <7v63zjgoel.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Tue Dec 04 09:44:10 2007 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 1IzTNv-0005YE-AI for gcvg-git-2@gmane.org; Tue, 04 Dec 2007 09:44:07 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751978AbXLDIng (ORCPT ); Tue, 4 Dec 2007 03:43:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751975AbXLDIng (ORCPT ); Tue, 4 Dec 2007 03:43:36 -0500 Received: from sceptre.pobox.com ([207.106.133.20]:37213 "EHLO sceptre.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751804AbXLDIne (ORCPT ); Tue, 4 Dec 2007 03:43:34 -0500 Received: from sceptre (localhost.localdomain [127.0.0.1]) by sceptre.pobox.com (Postfix) with ESMTP id 24EA42F2; Tue, 4 Dec 2007 03:43:56 -0500 (EST) Received: from pobox.com (ip68-225-240-77.oc.oc.cox.net [68.225.240.77]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by sceptre.sasl.smtp.pobox.com (Postfix) with ESMTP id 632CE9BB4B; Tue, 4 Dec 2007 03:43:54 -0500 (EST) X-maint-at: 4e596e988abfd7ce0b4456cdbf27baa16fa7aab8 X-master-at: af055e0983170afdc7cbb989a59e6c738400ccd8 User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Nothing exciting on 'maint' since 1.5.3.7. On the 'master' front, we will soon be in feature freeze for 1.5.4. Many topics that have been cooking in 'next' has been pushed out. This round it is a rather large batch but hopefully it will not destabilize it too much. Knock wood. * "git pull --rebase" is a different way to integrate what you fetched into your current branch. * "git fast-export" produces datastream that can be fed to fast-import to reproduce the history recorded in a git repository. * gitk is now merged as a subdirectory of git.git project, in preparation for its i18n. * Value "true" for color.diff and color.status configuration used to mean "always" (even when the output is not going to a terminal). This has been corrected to mean the same thing as "auto". * "git commit --allow-empty" allows you to create a single-parent commit that records the same tree as its parent, overriding the usual safety valve. * "git stash random-text" does not create a new stash anymore. It was a UI mistake. Use "git stash save random-text", or "git stash" (without extra args) for that. * HTTP proxy can be specified per remote repository using remote.*.proxy configuration, or global http.proxy configuration variable. * "git rebase -i" also triggers rerere to help you repeated merges. * "git prune --expire