From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] xwidget 9fe732a 2/2: Better changelog for xwidgets Date: Mon, 02 Feb 2015 11:12:11 +0900 Message-ID: <87386pqcxw.fsf@uwakimon.sk.tsukuba.ac.jp> References: <20150201003025.18138.95966@vcs.savannah.gnu.org> <54CDC38C.9080701@yandex.ru> <83siepiqys.fsf@gnu.org> <87y4ohd3d3.fsf@igel.home> <87iofl8vdl.fsf@engster.org> <87twz5d2vr.fsf@igel.home> <87egq98m7w.fsf@engster.org> <878ughqenh.fsf@uwakimon.sk.tsukuba.ac.jp> <54CED985.20703@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: ger.gmane.org 1422843143 10357 80.91.229.3 (2 Feb 2015 02:12:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2015 02:12:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 02 03:12:23 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 1YI6Uw-00068N-GV for ged-emacs-devel@m.gmane.org; Mon, 02 Feb 2015 03:12:22 +0100 Original-Received: from localhost ([::1]:52588 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YI6Uv-0001iy-BG for ged-emacs-devel@m.gmane.org; Sun, 01 Feb 2015 21:12:21 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YI6Us-0001it-1l for emacs-devel@gnu.org; Sun, 01 Feb 2015 21:12:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YI6Uo-0002tF-M6 for emacs-devel@gnu.org; Sun, 01 Feb 2015 21:12:17 -0500 Original-Received: from shako.sk.tsukuba.ac.jp ([130.158.97.161]:35353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YI6Uo-0002tA-D9 for emacs-devel@gnu.org; Sun, 01 Feb 2015 21:12:14 -0500 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by shako.sk.tsukuba.ac.jp (Postfix) with ESMTPS id 1BF381C386D; Mon, 2 Feb 2015 11:12:12 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 020A71A2CF1; Mon, 2 Feb 2015 11:12:11 +0900 (JST) In-Reply-To: <54CED985.20703@yandex.ru> X-Mailer: VM undefined under 21.5 (beta34) "kale" acf1c26e3019 XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 130.158.97.161 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:182226 Archived-At: Dmitry Gutov writes: > On 02/02/2015 03:35 AM, Stephen J. Turnbull wrote: > > > If on wants to, that check can actually be done locally (of course you > > need to first git fetch the upstream branch, and there is as usual a > > race condition in the interval until you push). > > Why do we need to fetch first? Just check against origin/master. If it's > outdated, the push will most likely fail anyway. It didn't this time.