From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [git patches] libata updates, GPG signed (but see admin notes) Date: Fri, 04 Nov 2011 14:22:28 -0700 Message-ID: <7v39e3bn1n.fsf@alter.siamese.dyndns.org> References: <20111026202235.GA20928@havoc.gtf.org> <1319969101.5215.20.camel@dabdike> <1320049150.8283.19.camel@dabdike> <7vy5w1ow90.fsf@alter.siamese.dyndns.org> <7vwrbjlj5r.fsf@alter.siamese.dyndns.org> <7vk47jld5s.fsf@alter.siamese.dyndns.org> <7vlirvbq47.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:47191 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753413Ab1KDVWb (ORCPT ); Fri, 4 Nov 2011 17:22:31 -0400 In-Reply-To: <7vlirvbq47.fsf@alter.siamese.dyndns.org> (Junio C. Hamano's message of "Fri, 04 Nov 2011 13:16:08 -0700") Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: git@vger.kernel.org Cc: Linus Torvalds , Shawn Pearce , James Bottomley , Jeff Garzik , Andrew Morton , linux-ide@vger.kernel.org, LKML Junio C Hamano writes: > However we would need to audit so that we do not accidentally record the > tag object names in the "parent" headers in the merge commits, which is > what I'll be doing next. Just reporting my findings. builtin/merge.c was updated to use want_commit() that uses peel_to_type() to commit to make sure we do not get fed anything funky, and also uses struct commit_list to pass around list of parents to be recorded, so we should be OK in this department.