From owner-freebsd-git@freebsd.org Thu Jun 25 13:42:31 2020 Return-Path: Delivered-To: freebsd-git@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 186B635B49A for ; Thu, 25 Jun 2020 13:42:31 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-il1-f179.google.com (mail-il1-f179.google.com [209.85.166.179]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49t1RB3KsCz45Vr; Thu, 25 Jun 2020 13:42:30 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-il1-f179.google.com with SMTP id c75so5335013ila.8; Thu, 25 Jun 2020 06:42:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=wpeQsD0l4UR9yrihvc8rW+b+Xl1ik5/TRxgutWi1nTs=; b=rsL7mZsftagl+6pC/4ISRKrRN/t/EDsgynajQ/2lH+vwOu/o9uayuLukL3FNXsAoHs mL2DQ3vOLyFirR+X8i2+PM9YTuI5K1HXd4ipwWi9/oagq2p+Y6fdDeBZ81X0hZEORmLC +BLq1RlaoJ5tHtyl2kPm/5EwfMJbklnZ8W+YBlyFq1ouIj+jVQ0XFZUjtVPSUn7qBjsK CtmsKNcUnFZ5KDHLbGxCAOJ0PjMSAWy7sgh7OKiXSysv8U6CtO2K3qBQjg4UcJzPgLwW 05O9po/H/c53vp0NAI9M7vIcrwMHmvos2WPVpPuJVPOSsZisXvZlnP2JKbfTVSHFDiP2 qdYw== X-Gm-Message-State: AOAM531xfq4+U9kf/8PM9wmBJdydmF6GEFzmgDA5Cmxpasl2Fo8RNsN7 RgiPcefsWOtBrsQt2KRMSlnCY3aSmBfX84P7X4rreQ== X-Google-Smtp-Source: ABdhPJwgnoJd23ocQ0mNJFwKIATwhzU+xri/IYPPO6XkchedIvtvWOQUCI/SOskevLFGnr4iOyETE6mz6kYVl2zyf6E= X-Received: by 2002:a05:6e02:e43:: with SMTP id l3mr509867ilk.11.1593092548985; Thu, 25 Jun 2020 06:42:28 -0700 (PDT) MIME-Version: 1.0 References: <5b1b2132-d3ed-96b6-1e48-18c3ea515970@FreeBSD.org> <20200625132606.GB32126@kib.kiev.ua> In-Reply-To: <20200625132606.GB32126@kib.kiev.ua> From: Ed Maste Date: Thu, 25 Jun 2020 09:42:16 -0400 Message-ID: Subject: Re: svn primer translation to git To: Konstantin Belousov Cc: Renato Botelho , freebsd-git@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 49t1RB3KsCz45Vr X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of carpeddiem@gmail.com designates 209.85.166.179 as permitted sender) smtp.mailfrom=carpeddiem@gmail.com X-Spamd-Result: default: False [-1.99 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.66)[-0.659]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17:c]; NEURAL_HAM_LONG(-0.83)[-0.833]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.50)[-0.503]; RCVD_IN_DNSWL_NONE(0.00)[209.85.166.179:from]; FREEMAIL_TO(0.00)[gmail.com]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.166.179:from]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; FREEMAIL_ENVFROM(0.00)[gmail.com]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 25 Jun 2020 13:42:31 -0000 On Thu, 25 Jun 2020 at 09:26, Konstantin Belousov wrote: > > Isn't it a common (and necessary) practice to disable push of merge > commits and non-ff pushes for master branch of centralized repository, > by commit hooks ? Does the prototype repo enforce such policy ? I think the hooks are not yet set up on the prototype repository, but that will be indeed one of the pre-commit hooks we need.