From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wolfgang Jenkner Newsgroups: gmane.emacs.devel Subject: Re: participation & contribution [was: Latest changes with lisp/uni-*.el and leim/quail] Date: Tue, 03 Dec 2013 21:55:02 +0100 Message-ID: <851u1todsp.fsf@iznogoud.viz> References: <83txew8m9v.fsf@gnu.org> <466a2599-43b3-4406-8bad-22cfb49c364f@default> <877gbp116q.fsf@zigzag.favinet> <1494374.2rpVF7jNgB@descartes> <87eh5uqka9.fsf@zigzag.favinet> <857gblofu0.fsf@iznogoud.viz> <87bo0xk732.fsf@igel.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1386104117 6021 80.91.229.3 (3 Dec 2013 20:55:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Dec 2013 20:55:17 +0000 (UTC) Cc: Felipe Contreras Garza , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 03 21:55:22 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 1Vnx04-0007K0-7i for ged-emacs-devel@m.gmane.org; Tue, 03 Dec 2013 21:55:20 +0100 Original-Received: from localhost ([::1]:44871 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vnx03-0005Gk-SK for ged-emacs-devel@m.gmane.org; Tue, 03 Dec 2013 15:55:19 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vnwzw-0005Fa-5X for emacs-devel@gnu.org; Tue, 03 Dec 2013 15:55:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vnwzp-0006RZ-Sd for emacs-devel@gnu.org; Tue, 03 Dec 2013 15:55:12 -0500 Original-Received: from b2bfep13.mx.upcmail.net ([62.179.121.58]:35928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vnwzp-0006Lc-Ir for emacs-devel@gnu.org; Tue, 03 Dec 2013 15:55:05 -0500 Original-Received: from edge12.upcmail.net ([192.168.13.82]) by b2bfep13-int.chello.at (InterMail vM.8.01.05.11 201-2260-151-128-20120928) with ESMTP id <20131203205503.ZMAO12392.b2bfep13-int.chello.at@edge12.upcmail.net>; Tue, 3 Dec 2013 21:55:03 +0100 Original-Received: from iznogoud.viz ([91.119.87.179]) by edge12.upcmail.net with edge id x8v21m00w3s9skB0C8v3TJ; Tue, 03 Dec 2013 21:55:03 +0100 X-SourceIP: 91.119.87.179 Original-Received: from wolfgang by iznogoud.viz with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Vnwzm-0000OM-Kc; Tue, 03 Dec 2013 21:55:02 +0100 Mail-Followup-To: Andreas Schwab , emacs-devel@gnu.org, Felipe Contreras Garza In-Reply-To: <87bo0xk732.fsf@igel.home> (Andreas Schwab's message of "Tue, 03 Dec 2013 21:33:37 +0100") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (berkeley-unix) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 62.179.121.58 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:166055 Archived-At: On Tue, Dec 03 2013, Andreas Schwab wrote: > Wolfgang Jenkner writes: > >> Like other people I have done some experiments with local repositories >> and there is a thing that bothers me: While, by default, `git push' to >> some other git repo succeeds only if this would not change the history >> of what is already in that repo, there is apparently no such safeguard >> against rewriting history in an upstream bzr repo (and pushing to >> a bound branch instead does not quite work). > > This should work properly with git-remote-bzr. The example I gave used this remote helper (included with git 1.8.4.3). Or did you mean my parenthetical remark? Wolfgang