From owner-freebsd-git@FreeBSD.ORG Wed Apr 22 15:21:12 2015 Return-Path: Delivered-To: freebsd-git@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5D3F4C0; Wed, 22 Apr 2015 15:21:12 +0000 (UTC) Received: from mail-la0-x235.google.com (mail-la0-x235.google.com [IPv6:2a00:1450:4010:c03::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 65F141DDB; Wed, 22 Apr 2015 15:21:12 +0000 (UTC) Received: by lagv1 with SMTP id v1so177630203lag.3; Wed, 22 Apr 2015 08:21:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=VUSEBUxMLuYdFb688wNcks4Icho4VWCGvJYzjxJplWg=; b=ybZmVSuUVBUf6Z99H9O292vY07V4Qo23MBdHCakB+OmdIjsGdE8tpSl6vlkVdVllZH Rk9mKGeCOucwA64qW0BamuT8aHiidelad0SXmNfnnOgvG2DpGFdTJq+W/mKkmqz2ctER XvLoYYWLnKDrIGtEke0tcsmn2Mb6Nn3UnUr+VJAFGDSrdhOADmDkYhWhyz1lbyKPaBok HMCosZR2E+LkcHfR8fuq/oeTRsPWtmQ4XsP6ZQOXg4fpQX1NaJXcczxM+Qc7CGovdYF0 1kwEtpZ+SlehTGQnBpYoVIPTunHwYT589ZaPKgexzFW+y/wvOSnlcRxHrT0huymS4CPy 86eg== MIME-Version: 1.0 X-Received: by 10.112.167.73 with SMTP id zm9mr1860535lbb.89.1429716070310; Wed, 22 Apr 2015 08:21:10 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.164.38 with HTTP; Wed, 22 Apr 2015 08:21:10 -0700 (PDT) In-Reply-To: References: Date: Wed, 22 Apr 2015 08:21:10 -0700 X-Google-Sender-Auth: QXAAi2Hc6WxwEFKi9eCgK1avjYE Message-ID: Subject: Re: "git mv" and "svn mv" preserved with git-svn? From: Craig Rodrigues To: freebsd-git@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2015 15:21:12 -0000 Hi, I used git svn dcommit to commit this changeset: https://lists.freebsd.org/pipermail/svn-src-all/2015-April/102918.html I can confirm that "git mv" is preserved across "git svn dcommit", and the history of the moved files is preserved across the move. -- Craig