From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Yates Newsgroups: gmane.emacs.devel Subject: Re: git is screwed Date: Wed, 25 Mar 2015 21:42:45 -0400 Message-ID: References: <20150322154147.GA6808@Tron.local> <20150323045209.GA71859@Tron.local> <550FE343.8010607@math.ntnu.no> <87zj707jca.fsf@bernoul.li> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d044403a8e745fe0512272177 X-Trace: ger.gmane.org 1427334193 13943 80.91.229.3 (26 Mar 2015 01:43:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Mar 2015 01:43:13 +0000 (UTC) Cc: Stefan Monnier , Emacs developers To: Jonas Bernoulli Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 26 02:43:12 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YawpB-00036R-12 for ged-emacs-devel@m.gmane.org; Thu, 26 Mar 2015 02:43:09 +0100 Original-Received: from localhost ([::1]:42216 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YawpA-0000Wj-CC for ged-emacs-devel@m.gmane.org; Wed, 25 Mar 2015 21:43:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yawoq-0000Wa-4K for emacs-devel@gnu.org; Wed, 25 Mar 2015 21:42:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yawoo-0000H2-QF for emacs-devel@gnu.org; Wed, 25 Mar 2015 21:42:48 -0400 Original-Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:36859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yawoo-0000Gg-JH for emacs-devel@gnu.org; Wed, 25 Mar 2015 21:42:46 -0400 Original-Received: by wibg7 with SMTP id g7so131095698wib.1 for ; Wed, 25 Mar 2015 18:42:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=2N3iPwSXYPBfwcTvI3sDuGLMbtWPbK9+41sTnUpZYuw=; b=j7tdYcmBoKl0h9X9enDqJbNxGb2kWiCYjET3QUptLvm6orVPpBfRDwxbsMWldYMFT6 hRXF/gEXlzu6rV9ASdc8EX06Gd0Xj17vdmXYVAL94NC3Zq7/Kv6rYgOrB0zd19Yl/ec2 86AKtSbIFxayz10kboF4nwxNHFlq9YellzyVDkQtnIRtlbaLOulU49y1RizfF7oqL60f HfcbeG/UaGsntMPJvQPz0neSRJ6krzAAHymll06mdX/1AispP+Wurb2GiT1CSeoJ5YRr 9ry9IqMiLcfDiYJiuDGg6cBwiYszrWMMNPo3WC8ugbEQu8NLgPIfBt5UGBoqgFceFq0b QYKg== X-Received: by 10.180.84.99 with SMTP id x3mr24575472wiy.35.1427334165380; Wed, 25 Mar 2015 18:42:45 -0700 (PDT) Original-Received: by 10.194.17.38 with HTTP; Wed, 25 Mar 2015 18:42:45 -0700 (PDT) In-Reply-To: <87zj707jca.fsf@bernoul.li> X-Google-Sender-Auth: GSW3tkxKyVF5ptPt2DL691-EG6U X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22c X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:184274 Archived-At: --f46d044403a8e745fe0512272177 Content-Type: text/plain; charset=UTF-8 On Wed, Mar 25, 2015 at 7:23 PM, Jonas Bernoulli wrote: > Stefan Monnier writes: > > >> I use magit (not (yet) on GNU Elpa, > ... > The outcome was that I said that I would first have to make a release. > I am using Jonas' next branch of magit, easily available from github. I install it via el-get using a variant recipe: (:name magit > :description "It's Magit! An Emacs mode for Git." > :website "https://github.com/magit/magit#readme" > :type github > :pkgname "magit/magit" > :branch "next" > :depends dash > :compile "magit.*\.el\\'") It is already eminently usable. /john --f46d044403a8e745fe0512272177 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On W= ed, Mar 25, 2015 at 7:23 PM, Jonas Bernoulli <jonas@bernoul.li> wrote:
Stefan Monnier <monnier@iro.umontreal.ca> write= s:

>> I use magit (not (yet) on GNU Elpa,
...
The outcome was that I said that I would first have to make a release.
<= /blockquote>

I am using Jonas' next branch of magit,= easily available from github.
I install it via el-get using a va= riant recipe:

(:name magit
=C2= =A0 =C2=A0 =C2=A0 =C2=A0:description "It's Magit! An Emacs mode fo= r Git."
=C2=A0 =C2=A0 =C2=A0 =C2=A0:website =C2=A0 =C2=A0 "https://github.com/magit/mag= it#readme"
=C2=A0 =C2=A0 =C2=A0 =C2=A0:type =C2=A0 =C2=A0 =C2= =A0 =C2=A0github
=C2=A0 =C2=A0 =C2=A0 =C2=A0:pkgname =C2=A0 =C2=A0 "= ;magit/magit"
=C2=A0 =C2=A0 =C2=A0 =C2=A0:branch =C2=A0 =C2=A0 =C2= =A0"next"
=C2=A0 =C2=A0 =C2=A0 =C2=A0:depends =C2=A0 =C2=A0 da= sh
=C2=A0 =C2=A0 =C2=A0 =C2=A0:compile =C2=A0 =C2=A0 "magit.*\.el\\= '")

It is already eminently = =C2=A0usable.

/john

--f46d044403a8e745fe0512272177--