From owner-freebsd-git@FreeBSD.ORG Mon Apr 27 19:08:50 2015 Return-Path: Delivered-To: freebsd-git@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F190792; Mon, 27 Apr 2015 19:08:50 +0000 (UTC) Received: from mail-la0-x22c.google.com (mail-la0-x22c.google.com [IPv6:2a00:1450:4010:c03::22c]) (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 3D9BB1E43; Mon, 27 Apr 2015 19:08:50 +0000 (UTC) Received: by lagv1 with SMTP id v1so87513308lag.3; Mon, 27 Apr 2015 12:08:48 -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=z44bLbfxzj0ipWVPA9UtMl9TiquNQ88noBCVkzU5xKo=; b=uI7M/kfWDoB77+TSWpKIhmscBv4a2yKRyOmKEe08l6BY9K/qbnrKm98+lmSG5RkqvO RgO0nN1hgMs/k7zbcdKg0qqH7aS+hWV0IBZ3FGsHU7GrGpJNwfnOmAJZZqCs3Fuwvy+j /j2TB3DLlEUsoyQFp3j59KHNapZLupW2smmLtxkFKlkgqL/6TRT38jknZ9aeMZdKv8ec MpoEV6BGWnOqBKZL6bZXsPU8MRST/qWlr/3uOF5l65en6DOT4IySY9kH0cB5ZFRT5sdB ftFiU63UMLBXp607Db/WnmMA7XIKcv0SAbY5tIDoyQ0Rox1Ri+ZwdKKoJ8Umokk9NEYu tTFA== MIME-Version: 1.0 X-Received: by 10.113.10.134 with SMTP id ea6mr11226598lbd.29.1430161728311; Mon, 27 Apr 2015 12:08:48 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.164.38 with HTTP; Mon, 27 Apr 2015 12:08:48 -0700 (PDT) In-Reply-To: <553B01A4.1060309@freebsd.org> References: <553B01A4.1060309@freebsd.org> Date: Mon, 27 Apr 2015 12:08:48 -0700 X-Google-Sender-Auth: lj7_3RucoCNQDhdxNzvhBaV8F3Y Message-ID: Subject: Re: "git mv" and "svn mv" preserved with git-svn? From: Craig Rodrigues To: Alfred Perlstein Cc: 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: Mon, 27 Apr 2015 19:08:50 -0000 On Fri, Apr 24, 2015 at 7:53 PM, Alfred Perlstein wrote: > > > On 4/22/15 8:21 AM, Craig Rodrigues wrote: > >> 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 >> >> Nice work Craig, any time to update the wiki to reflect that? > > I took a major pass through: https://wiki.freebsd.org/GitWorkflow to update and clean up the content. I moved the Git-Svn stuff to a separate sub-page of this doc to make it easier to read. Thanks for: (1) writing the doc (2) pushing this change back to git: https://github.com/git/git/commit/83c9433e679635f8fbf8961081ea3581c93ca778 -- Craig -- Craig > -Alfred >