From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sverre Rabbelier Subject: Re: [PATCH v2 4/4] fast-export: make sure refs are updated properly Date: Tue, 30 Oct 2012 15:35:19 -0700 Message-ID: References: <1351617089-13036-1-git-send-email-felipe.contreras@gmail.com> <1351617089-13036-5-git-send-email-felipe.contreras@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: ">" , Jeff King , Junio C Hamano , Jonathan Nieder , Johannes Schindelin , Elijah Newren To: Felipe Contreras X-From: git-owner@vger.kernel.org Tue Oct 30 23:36:15 2012 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TTKPu-0008Q8-B2 for gcvg-git-2@plane.gmane.org; Tue, 30 Oct 2012 23:36:14 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758390Ab2J3WgA (ORCPT ); Tue, 30 Oct 2012 18:36:00 -0400 Received: from mail-ob0-f174.google.com ([209.85.214.174]:38346 "EHLO mail-ob0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758060Ab2J3Wf7 (ORCPT ); Tue, 30 Oct 2012 18:35:59 -0400 Received: by mail-ob0-f174.google.com with SMTP id uo13so821581obb.19 for ; Tue, 30 Oct 2012 15:35:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=mSI5hADZsufAFVDUSev+f1n/wwc3WhiJZH5KvRblqUo=; b=HBCtTWLLjDythK0jfbz8yvF9Y+k+S/UiTYCATnOlvcbMZK9F6zZ5KXWyepT41fNxcc rEcBee3W/4JUhvt4p3L+DJcuNBo4M4s2kl63L6k+Nye3lk7pGPqEkyFTluiAGJ/pkmBj I7ej1laEULGn+I+769Q38Co35dtJwozQMusX++n8sOjs9pZgEDtWih3iudmAi5IPzvIL hl0p6bpijBDULieT24HJOXaOy/A+y+PTRzUNYKAo0byTopTllkQ6fEVotRjJlI5JgeHH FtzBsQiVDlSq6dtGkBbGAh1Rp01uvYYIc+0XLejSqB7/YcdFYSyV5SFI9AgV4/6gliY1 IY7Q== Received: by 10.60.7.41 with SMTP id g9mr29433321oea.18.1351636559354; Tue, 30 Oct 2012 15:35:59 -0700 (PDT) Received: by 10.60.95.97 with HTTP; Tue, 30 Oct 2012 15:35:19 -0700 (PDT) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Tue, Oct 30, 2012 at 3:18 PM, Felipe Contreras wrote: > Which is expected and correct; the branch already points to the right > commit, no need for an extra reset. I think you're correct. Thanks for confirming. -- Cheers, Sverre Rabbelier