From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Gitlab Migration Date: Sat, 28 Aug 2021 08:23:55 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7415"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Daniel =?windows-1252?Q?Mart=EDn?= , Daniel Fleischer , emacs-devel@gnu.org To: Arthur Miller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Aug 28 14:24:46 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mJxO9-0001hI-9e for ged-emacs-devel@m.gmane-mx.org; Sat, 28 Aug 2021 14:24:45 +0200 Original-Received: from localhost ([::1]:50064 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mJxO8-0001Wl-38 for ged-emacs-devel@m.gmane-mx.org; Sat, 28 Aug 2021 08:24:44 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38230) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mJxNY-0000nP-8J for emacs-devel@gnu.org; Sat, 28 Aug 2021 08:24:08 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:16681) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mJxNU-0001kc-Aq for emacs-devel@gnu.org; Sat, 28 Aug 2021 08:24:06 -0400 Original-Received: from pmg2.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 2344080904; Sat, 28 Aug 2021 08:24:02 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 3EA6B807F5; Sat, 28 Aug 2021 08:23:57 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1630153437; bh=uoBf1z/N9Klw7HqmqHc4ixv6tDxt6cBkC1z/L9+A9xw=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=LrjBt8dVbIa/eubAhy07m2I7m3+/3MUZn1i54bAKeQn6KdNHsrZf0bVpIGXN77yOs VgLdYU4CDQgkMx+DlDIjTojUy4g9epFucsPZ1XbCl2K6Wj0rlcy9tiY9xQjjkKif6n N2Jkv/pQUYgJ9HSqYW37218i2dtaygb1s9xCM7oXZD3CiI/td95vyyZyTzYmN+o7ff 7NdFAYUdQYYqKroh2/fLqMLdhacjAE7xoeNLBVghKTJogfWW3PqOTW8dOdWuqURMam YiD5lCyeI1Wtf+xnWbsTaU8kQe25HWjsHcj/4B9Rf8UTR3EXlMFn1Qim5PNAwk25vj deW3N6Iq6AxGA== Original-Received: from alfajor (unknown [104.247.244.135]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id EAC691202E6; Sat, 28 Aug 2021 08:23:56 -0400 (EDT) In-Reply-To: (Arthur Miller's message of "Sat, 28 Aug 2021 04:31:59 +0200") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:273284 Archived-At: > I think storing it in Git itself would be very nice indeed. > > I wonder if it would even be possible to tuck git bases workflow on top of it? > > Every bug could be a branch, with each email as a commit to that > branch. If we could git clone it locally, people could push/pull bug repports > instead of sending mails if they prefer? Such issue trackers exist. But they tend to stay at the stage of proof-of-concept. Relevant links include https://tychoish.com/post/supporting-distributed-bug-tracking/ and of course https://gitlab.com/monnier/bugit. Stefan