From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: What's cooking in git.git (topics) Date: Fri, 30 Nov 2007 18:37:52 -0800 Message-ID: <7vzlwv6sxr.fsf@gitster.siamese.dyndns.org> References: <20071022063222.GS14735@spearce.org> <7vzly84qwf.fsf@gitster.siamese.dyndns.org> <7vmytycykt.fsf@gitster.siamese.dyndns.org> <7vr6j6ve90.fsf@gitster.siamese.dyndns.org> <7vir4d40sw.fsf@gitster.siamese.dyndns.org> <7vwsso3poo.fsf@gitster.siamese.dyndns.org> <7vfxz89x9q.fsf@gitster.siamese.dyndns.org> <7vabpctx3b.fsf@gitster.siamese.dyndns.org> <7vsl30eyuk.fsf@gitster.siamese.dyndns.org> <7vve7tuz3a.fsf@gitster.siamese.dyndns.org> <7v4pfakr4j.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 Sat Dec 01 03:38:43 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 1IyIFO-00045l-N5 for gcvg-git-2@gmane.org; Sat, 01 Dec 2007 03:38:27 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758750AbXLACiG (ORCPT ); Fri, 30 Nov 2007 21:38:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758740AbXLACiE (ORCPT ); Fri, 30 Nov 2007 21:38:04 -0500 Received: from sceptre.pobox.com ([207.106.133.20]:40409 "EHLO sceptre.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758695AbXLACiB (ORCPT ); Fri, 30 Nov 2007 21:38:01 -0500 Received: from sceptre (localhost.localdomain [127.0.0.1]) by sceptre.pobox.com (Postfix) with ESMTP id BF4A92EF; Fri, 30 Nov 2007 21:38:22 -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 6E1BA9B972; Fri, 30 Nov 2007 21:38:20 -0500 (EST) 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: Here are the topics that have been cooking. Commits prefixed with '-' are only in 'pu' while commits prefixed with '+' are in 'next'. The topics list the commits in reverse chronological order. ---------------------------------------------------------------- [Graduated to 'master'] * jk/maint-cvsimport-fix (Wed Nov 28 13:56:28 2007 -0500) ---------------------------------------------------------------- [New Topics] * jc/api-doc (Sat Nov 24 23:48:04 2007 -0800) 1 commit - Start preparing the API documents. The primary reason of this series is because I think we made the system a lot less approachable by losing hackability. Although we still have sample scripts in contrib/example for use of plumbing in scripts, they will not help aspiring git-hacker-wannabees when our primary attention has already shifted to moving things to C. This currently consists of mostly stubs, although I wrote about a few topics as examples. * js/fast-export (Sun Nov 25 22:37:20 2007 +0100) 1 commit - Add 'git fast-export', the sister of 'git fast-import' This needs something like 9e42d6a1c53dadd409fab11cc76e0eba9ec15365 (sha1_file.c: Fix size_t related printf format warnings) to compile, I think, but I haven't tried to fix it (parked in pu) * js/pull-rebase (Wed Nov 28 13:11:07 2007 +0000) 1 commit + Teach 'git pull' about --rebase Resurrected from an old thread (thanks, Dscho and Nana for reminding). * jk/builtin-alias (Fri Nov 30 11:22:58 2007 -0500) 1 commit + Support builtin aliases Cute hack. I'd like to have "git less" here. * wc/rebase-insn (Sat Nov 24 00:38:50 2007 +1100) 2 commits + Mention that git-rm can be an appropriate resolution as well as git-add. + revert/cherry-pick: Allow overriding the help text by the calling Porcelain Patches from Wincent and David Symonds. They both improve the help message upon conflicts. * js/prune-expire (Thu Nov 29 20:59:55 2007 +0000) 1 commit + Add "--expire