From owner-svn-src-head@freebsd.org Sun Jul 1 03:29:33 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E324FE61D6 for ; Sun, 1 Jul 2018 03:29:33 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-yw0-x233.google.com (mail-yw0-x233.google.com [IPv6:2607:f8b0:4002:c05::233]) (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 26BC497D97 for ; Sun, 1 Jul 2018 03:29:33 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: by mail-yw0-x233.google.com with SMTP id w13-v6so5600143ywa.5 for ; Sat, 30 Jun 2018 20:29:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=6qZvdNtCmK7iI5RyrxLLGwfITuWBoLswdfJX+R95ayg=; b=FsnECGfD5UGGBjnKVxyR4Gz6cmrwsxFZBeA/+zfnFmAZT3inRAUMikgSl41/8nke2L CsIcVA26I9Bxs+Cb8r7n0ni3Lph0B+0fJCn+IapJOij9WIWZd3/LxhGCqqCCjpJE3cxa 6dzdpgH9SvJ3fV0UkTYOTY3k5B0xauKKcwSj0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=6qZvdNtCmK7iI5RyrxLLGwfITuWBoLswdfJX+R95ayg=; b=bQkCnlWG1Gedzq/+N8Cf9OO7kIBG5P0Q3jP4QG90B5xZBTOzGj6/I5SZqD/eKR3hIt HPrCKsHlTwfCZvhSDqgY7LNXPIaK6bg+zcyjNZ9tyGIhtKTw6oVb/VkRme7Cv7aHAh60 QKZRfBfhVcapsVQyWcDZBIwOFiHq77GlnUtOMsc2WoxMTaWV5EO4KFTR4+/scU9PcwYP lo6wInFnnHooPIXR5sA7WLgFBM2mR5pUBFAAmMIDzEXVwLqSo1ObhL9fW77BrSbFxbho VSpHr66zdmqwkpyFsQ15AZ2vq6i0XqVjglZ9XXFE+2cgd5beA15/3JcqU1Y7XAFoGFBS N/ew== X-Gm-Message-State: APt69E2P4IoNmTYM5CUB6XN7iDfn7ua6YM32mleAvtI3zxbPRvPEpvpP qPLMTP/3qKDSVKZOKVZClCUT75SuelV2zXwTfilPsA== X-Google-Smtp-Source: AAOMgpdvRNY1kfVFaVWmPFgJqTLhwqUWaG1e4yaDkcELQv+US8ENoHoYJaNpNGapj7PqQJzgs/NenAtV8vD/qfOkks0= X-Received: by 2002:a81:af06:: with SMTP id n6-v6mr4820691ywh.113.1530415772365; Sat, 30 Jun 2018 20:29:32 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a25:870e:0:0:0:0:0 with HTTP; Sat, 30 Jun 2018 20:29:01 -0700 (PDT) In-Reply-To: <201807010109.w6119qj3003250@repo.freebsd.org> References: <201807010109.w6119qj3003250@repo.freebsd.org> From: Eitan Adler Date: Sat, 30 Jun 2018 20:29:01 -0700 Message-ID: Subject: Re: svn commit: r335831 - head/tools/build To: Will Andrews Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jul 2018 03:29:33 -0000 On 30 June 2018 at 18:09, Will Andrews wrote: > Author: will > Date: Sun Jul 1 01:09:52 2018 > New Revision: 335831 > URL: https://svnweb.freebsd.org/changeset/base/335831 > > Log: > beinstall: enable use with git worktrees. What do you think of https://reviews.freebsd.org/D16081 ? -- Eitan Adler