From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.lisp.guile.devel Subject: Re: MinGW patches Date: Sun, 23 Feb 2014 20:06:05 +0200 Message-ID: <83ob1x1z76.fsf@gnu.org> References: <834n3x8o7m.fsf@gnu.org> <83y519788a.fsf@gnu.org> <871tz0d5vc.fsf@gnu.org> <83iosc76kz.fsf@gnu.org> <87vbwc72dp.fsf_-_@gnu.org> <8338jb4dao.fsf@gnu.org> <87vbw7jfze.fsf@yeeloong.lan> <83k3cn2jg5.fsf@gnu.org> <871tytkizr.fsf@yeeloong.lan> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1393178788 14336 80.91.229.3 (23 Feb 2014 18:06:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Feb 2014 18:06:28 +0000 (UTC) Cc: ludo@gnu.org, guile-devel@gnu.org To: Mark H Weaver Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Feb 23 19:06:35 2014 Return-path: Envelope-to: guile-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 1WHdRj-0002yV-Ee for guile-devel@m.gmane.org; Sun, 23 Feb 2014 19:06:35 +0100 Original-Received: from localhost ([::1]:53796 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHdRi-0007Zh-VX for guile-devel@m.gmane.org; Sun, 23 Feb 2014 13:06:34 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHdRc-0007ZY-44 for guile-devel@gnu.org; Sun, 23 Feb 2014 13:06:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHdRS-0002Cy-VD for guile-devel@gnu.org; Sun, 23 Feb 2014 13:06:28 -0500 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:53888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHdRS-0002CO-Nt; Sun, 23 Feb 2014 13:06:18 -0500 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0N1G00A00NJZH000@mtaout28.012.net.il>; Sun, 23 Feb 2014 20:06:50 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N1G00C1ZNND0N00@mtaout28.012.net.il>; Sun, 23 Feb 2014 20:06:50 +0200 (IST) In-reply-to: <871tytkizr.fsf@yeeloong.lan> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.184 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16927 Archived-At: > From: Mark H Weaver > Cc: ludo@gnu.org, guile-devel@gnu.org > Date: Sun, 23 Feb 2014 09:21:12 -0500 > > Eli Zaretskii writes: > > >> We generally rebase before pushing, to keep the git history as linear as > >> reasonably possible. > > > > May I suggest to have this in HACKING, including the (probably > > necessary) "pull --rebase" that should go with it? > > Sure, that makes sense. Would you like to propose a patch? I could try, but I'm still largely a git newbie (my dVCS of choice is bzr), so perhaps it would be better if someone else did that.