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: feature/package+vc 04c4c578c7 3/4: Allow for packages to be installed directly from VCS Date: Sun, 16 Oct 2022 11:15:58 +0300 Message-ID: <8335bo5gld.fsf@gnu.org> References: <164484721900.31751.1453162457552427931@vcs2.savannah.gnu.org> <20220214140020.04438C00891@vcs2.savannah.gnu.org> <87bkqmqpvb.fsf@posteo.net> <87edv96q4j.fsf@posteo.net> <83tu455a5s.fsf@gnu.org> <87lepgz1hi.fsf@web.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19502"; mail-complaints-to="usenet@ciao.gmane.io" Cc: philipk@posteo.net, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: "Dr. Arne Babenhauserheide" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Oct 16 10:21:13 2022 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 1ojytU-0004oA-Mf for ged-emacs-devel@m.gmane-mx.org; Sun, 16 Oct 2022 10:21:12 +0200 Original-Received: from localhost ([::1]:40432 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ojytT-0001cQ-8n for ged-emacs-devel@m.gmane-mx.org; Sun, 16 Oct 2022 04:21:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42772) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojyoi-0004QY-3K for emacs-devel@gnu.org; Sun, 16 Oct 2022 04:16:16 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48204) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojyog-0004Gi-Ox; Sun, 16 Oct 2022 04:16:14 -0400 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=btWW1VsGXg9gRCZInstRVmAHwvStMZ9T54yF2NIbPf0=; b=YV9oYmCiY89L nT9UJFCY5a61l82s2R2fdYrzShi7mv5++VyJDb8DTrskt2tRgy6bvrC9QY+5NxsQBpTT91Fd62V8i f6tNC5nT0ka/BE0SiktQCOH/IQg8NXf51YIu2RHfRfThN7AaKy4rg/roAn6yVRvpGlcP+zhkzCOeC dHCFp2UNGjqiaLVZ1DR3yv1WIYvHQ9Y6x94ZZi2NSUxfuwEiYu6ifbExL8tW6ObaaKWMpQQWrb28c tjcaTPoamIZpiJYqLVshqyLPtmKGq4P2BIMJqNKn97TGBd7870jYdK02WLpS6ncy+zx1i1nZGtVfj /GiGZfc5v9pLy545psspfg==; Original-Received: from [87.69.77.57] (port=1118 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 1ojyof-0005Se-49; Sun, 16 Oct 2022 04:16:13 -0400 In-Reply-To: <87lepgz1hi.fsf@web.de> (arne_bab@web.de) 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" Xref: news.gmane.io gmane.emacs.devel:297838 Archived-At: > From: "Dr. Arne Babenhauserheide" > Cc: Philip Kaludercic , monnier@iro.umontreal.ca, > emacs-devel@gnu.org > Date: Sun, 16 Oct 2022 09:10:34 +0200 > > Eli Zaretskii writes: > > From the shell prompt, "git pull" will fail if the changes are in the > > same file as one of those whose changes are brought in by the pull, > > but either using --rebase or maybe the stash/pull/unstash dance should > > take care of that, I guess? > > There is also git pull --autostash But --autostash is only valid when using --rebase, isn't it?