From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bozhidar Batsov Newsgroups: gmane.emacs.devel Subject: Re: Mark custom function for interactive use only Date: Tue, 26 Nov 2013 11:24:17 +0200 Message-ID: References: <3F18D207-3DA2-4003-B995-A8867E8F0140@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="529468c1_4db127f8_16016" X-Trace: ger.gmane.org 1385457875 20205 80.91.229.3 (26 Nov 2013 09:24:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Nov 2013 09:24:35 +0000 (UTC) Cc: Sebastian Wiesner , Stefan Monnier , emacs-devel To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 26 10:24:39 2013 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 1VlEso-0001oa-Us for ged-emacs-devel@m.gmane.org; Tue, 26 Nov 2013 10:24:39 +0100 Original-Received: from localhost ([::1]:57408 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlEso-0004Vr-2g for ged-emacs-devel@m.gmane.org; Tue, 26 Nov 2013 04:24:38 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlEsg-0004Pe-DV for emacs-devel@gnu.org; Tue, 26 Nov 2013 04:24:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlEsb-0000S4-Sj for emacs-devel@gnu.org; Tue, 26 Nov 2013 04:24:30 -0500 Original-Received: from mail-ea0-x22f.google.com ([2a00:1450:4013:c01::22f]:42203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlEsW-0000QO-QK; Tue, 26 Nov 2013 04:24:21 -0500 Original-Received: by mail-ea0-f175.google.com with SMTP id z10so3256903ead.20 for ; Tue, 26 Nov 2013 01:24:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:message-id:in-reply-to:references:subject :mime-version:content-type; bh=5Hif4nAnrwJknldCSs35m6byKEdOuyiCGW4hMCj0V34=; b=LllUDyxRpNJPdrnFl7yAmi+sZLqJBDc2dkBPCNoE07PH1tgo6GewtcqnLIxZmA0OUi hDYsMMXag2VGHvwdx3fmXpcp+UUhQZAC67ZSedgB+VXt5SbSdR1NjToTqNbHHdKv8kOA NnaPokJqEFjAX31iy4oOrL/Z4TETz10Q7OzAtD0dH0uiRpXNAe1jKULeZQ4aiOOxFo06 j7BrGJri/YGvfde5+eG0YiUqtWYoGOqpWinx7L+Hs6HbLeQV/iSsdigEZTzeN9SUlLMO QW3ud7MqDWHsVidNGAo0LDwwDPcuwO7MVzQjSEqDHdNusQrwAoSXjW584GrCACV78jkN uK+Q== X-Received: by 10.15.34.197 with SMTP id e45mr1699659eev.61.1385457859790; Tue, 26 Nov 2013 01:24:19 -0800 (PST) Original-Received: from Bozhidars-MacBook-Pro.local ([95.87.231.111]) by mx.google.com with ESMTPSA id s3sm7125900ees.2.2013.11.26.01.24.18 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 26 Nov 2013 01:24:18 -0800 (PST) In-Reply-To: X-Mailer: Airmail (211) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::22f 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:165752 Archived-At: --529468c1_4db127f8_16016 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On November 26, 2013 at 11:06:13 AM, Andreas Schwab (schwab=40suse.de) wr= ote: Bozhidar Batsov writes:=C2=A0 > Actually I committed this with Sebastian as the author, but I did so us= ing=C2=A0 > a git-bzr bridge and although in git I see him as the committer in bzr = it's=C2=A0 > me.=C2=A0 You want to set the author, not the committer.=C2=A0 I think I did =60git commit =E2=80=94author ...=60 and this seems to work= OK in git.=C2=A0 Maybe I=E2=80=99ve messed/missed something. > I guess I should apply patches from other people using bzr directly=C2=A0= > since obviously git-bzr doesn't handle this aspect of the workflow=C2=A0= > correctly.=C2=A0 git-bzr handles that correctly.=C2=A0 Andreas.=C2=A0 --=C2=A0 Andreas Schwab, SUSE Labs, schwab=40suse.de=C2=A0 GPG Key fingerprint =3D 0196 BAD8 1CE9 1970 =464BE 1748 E4D4 88E3 0EEA B9= D7=C2=A0 =22And now for something completely different.=22=C2=A0 --529468c1_4db127f8_16016 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
On November 26, 2013 at 11:06:13 AM, Andreas= Schwab (schwab=40suse.d= e) wrote:
=
= Bozhidar Batsov <bozhidar=40batsov.com> writes: 

> Actually I committed this= with Sebastian as the author, but I did so using 
> a git-bzr bridge and although in = git I see him as the committer in bzr it's 
> me. 

You want to set the author, not the committer.<= span class=3D=22Apple-converted-space=22> 
=

I think I did =60git commit =E2=80=94author ...=60 = and this seems to work OK in git. 

Maybe I=E2=80=99ve messed/m= issed something.



> I guess I should apply patches from other p= eople using bzr directly <= /span>
> since obviously git-bzr doesn't handle this aspect of the = workflow 
> c= orrectly. 

g= it-bzr handles that correctly.&= nbsp;

Andreas.&nb= sp;

-- 
Andreas Schwab, SUSE Labs, schwab=40suse.de 
GPG Key fingerprint =3D 0196 BAD8 1CE9= 1970 =464BE 1748 E4D4 88E3 0EEA B9D7 
=22And now for something completely different.=22<= span class=3D=22Apple-converted-space=22> 

--529468c1_4db127f8_16016--