From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Theodor Thornhill Newsgroups: gmane.emacs.devel Subject: Re: Gitlab Migration Date: Sat, 28 Aug 2021 13:42:01 +0200 Message-ID: References: <83tujbqg4j.fsf@gnu.org> <874kbbosht.fsf@gnus.org> <8335qur9h7.fsf@gnu.org> <831r6er6rz.fsf@gnu.org> <83sfyungux.fsf@gnu.org> <10BD09F0-96B6-4A7C-890C-F738DC50B59D@thornhill.no> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23341"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , emacs-devel@gnu.org, larsi@gnus.org, monnier@iro.umontreal.ca, danflscr@gmail.com, philipk@posteo.net, sir@cmpwn.com To: Alan Third Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Aug 28 13:44:27 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 1mJwl8-0005qh-Hc for ged-emacs-devel@m.gmane-mx.org; Sat, 28 Aug 2021 13:44:27 +0200 Original-Received: from localhost ([::1]:51372 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mJwl6-0005tc-Ck for ged-emacs-devel@m.gmane-mx.org; Sat, 28 Aug 2021 07:44:24 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59452) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mJwiz-0004Hg-Hf for emacs-devel@gnu.org; Sat, 28 Aug 2021 07:42:13 -0400 Original-Received: from out2.migadu.com ([2001:41d0:2:aacc::]:32699) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mJwiu-0006pS-Le; Sat, 28 Aug 2021 07:42:13 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thornhill.no; s=key1; t=1630150922; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=HfYqNs46QC9OxzJ20FfNCpBFCeg2jzp2QHAyQdiyZS0=; b=LmZUY4orSCE1d8WP3ELfS+wBJeHUqvwHxQ4eHQfUFzblyBTgCg1RIKhgXL2hRabV9+4clH TTs2qy5dpF7whDbT4MghUipfUYZP1bl8X00GmkSu8hKBaQVydK8frJEGak26Jw0I9Kkv2d 6+JM/sriPJzFea41gyvRE87flPSm/pd5H7WOMz3fBJ8wI6i8Jc4tjdVwHR9eGM14WAerUg NhdnFoBz/fiWt4f/bl02KK804eP/9Y0Z+70ufQP6SFdHs/Hy6VTJKokPLwpIX7y9DkxSZD BvXKktOa3TJ2n0QPS7yF85FHmSIs+zdlHS9ox/UkvgmZA6KdNU+d4mku3aQdiA== In-Reply-To: X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: theo@thornhill.no Received-SPF: pass client-ip=2001:41d0:2:aacc::; envelope-from=theo@thornhill.no; helo=out2.migadu.com X-Spam_score_int: -8 X-Spam_score: -0.9 X-Spam_bar: / X-Spam_report: (-0.9 / 5.0 requ) DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, 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:273274 Archived-At: Alan Third writes: [...] > Out of interest, we currently work by attaching patches to emails but > I understand the usual "git" way of doing it is by sending the patch > directly AS an email. Is that something we'd have to do differently? > Good point. I tried this right now, and it seems like the patch as an attachment doesn't work as well... You have to manually view the raw patch by expanding the details section then `download raw message` You can see what it looks like here: https://lists.sr.ht/~theo/public-inbox Two patches are sent here. The newest is with `git send-email `, the other is as an attachment. I think this is a shortcoming in sourcehut, absolutely. It must be solvable still, though. -- Theo