From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: svg library ideas Date: Sun, 29 Jan 2023 08:43:42 +0200 Message-ID: <83h6w996xt.fsf@gnu.org> References: <87lelo15vw.fsf.ref@yahoo.com> <87lelo15vw.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16895"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jan 29 07:44:30 2023 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 1pM1QU-0004Ee-3n for ged-emacs-devel@m.gmane-mx.org; Sun, 29 Jan 2023 07:44:30 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pM1Q6-0006s1-VA; Sun, 29 Jan 2023 01:44:06 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pM1Q5-0006rZ-32 for emacs-devel@gnu.org; Sun, 29 Jan 2023 01:44:05 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pM1Q4-0000MA-OR; Sun, 29 Jan 2023 01:44:04 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=AiTl78PDCWO0C6hH/4pIJ229lOQcRGQADB+/zS/8G6g=; b=cofI0eGz6uOj JJrvu42azdNArfXd938mohCdKgoGn7BcSc26WDkQi7btM6wfh5hzbqx+R4B/fyfuapfYQRns1d5OL v3HWIlx2/5BS552XdzNoLsi3t/3bUOqawy4WluZnUxlBN1jccfX2KXVKhF/a7iULsCzv2vWcaPOGO zxvEzdCjzEnUKXq4ubflFzcHnYKzVlZYHWExuSMIBhWVreaLqNX1MEm3tTnp3EjZQrjL1/hc7EjAT S/ZLm8Pv7mN5a5l6Y+JZUy5O87VLu4Vv5YjYDX4qVUh2VSKTwWnfaq139Q+4WQYH6uBmlZ6Qr4snM H00F46A0inu3AjjwbLYg9g==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pM1Ps-0003OJ-9q; Sun, 29 Jan 2023 01:43:52 -0500 In-Reply-To: (message from Richard Stallman on Sun, 29 Jan 2023 00:18:31 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:302742 Archived-At: > From: Richard Stallman > Cc: emacs-devel@gnu.org > Date: Sun, 29 Jan 2023 00:18:31 -0500 > > > (see INSTALL.android on the feature/android branch for the details), and > > That goes beyond my knowledge of Git. Po Lu, can you tell me how to > access that branch? The easiest way is to "access" it by reading the diffs of that branch against the master branch. Like this (after "git pull", and assuming that your current branch is 'master'): $ git diff ...origin/feature/android