From owner-freebsd-git@freebsd.org Mon Feb 8 21:00:21 2021 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 4B8BD541BB1 for ; Mon, 8 Feb 2021 21:00:21 +0000 (UTC) (envelope-from michael.osipov@siemens.com) Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "goliath.siemens.de", Issuer "QuoVadis Global SSL ICA G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DZJM83H5zz4rZ8 for ; Mon, 8 Feb 2021 21:00:19 +0000 (UTC) (envelope-from michael.osipov@siemens.com) Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id 118L0HZm014655 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 8 Feb 2021 22:00:18 +0100 Received: from [192.168.1.23] ([144.145.220.50]) by mail3.siemens.de (8.15.2/8.15.2) with ESMTP id 118L0HQP001343 for ; Mon, 8 Feb 2021 22:00:17 +0100 To: freebsd-git@freebsd.org From: "Osipov, Michael (LDA IT PLM)" Subject: gitup(1) in base Message-ID: <49046db6-88d9-d59d-85f5-ecc1321b07c6@siemens.com> Date: Mon, 8 Feb 2021 22:00:17 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4DZJM83H5zz4rZ8 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=siemens.com; spf=pass (mx1.freebsd.org: domain of michael.osipov@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=michael.osipov@siemens.com X-Spamd-Result: default: False [-4.30 / 15.00]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[192.35.17.28:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+exists:192.35.17.28.spf.siemens.com]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-git@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[siemens.com,none]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:15465, ipnet:192.35.16.0/22, country:DE]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[freebsd-git]; RCVD_IN_DNSWL_HI(-0.50)[192.35.17.28:from] X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.34 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, 08 Feb 2021 21:00:21 -0000 Hi folks, I'd like to raise the question whether gitup(1) [1] can be included in base? * It has reached a good maturity level * John Mehr reacts quite fast to issues * It makes the base system complete and suitably replaces svnlite * It does not impose the huge complexity and dependency hierarchy of the original Git client on admins and other non-developers I've been testing back and forth in various combinations and it serves quite well on a test machine here. Michael [1] https://github.com/johnmehr/gitup