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: Obscure error/warning/information message from git pull Date: Wed, 19 Nov 2014 08:07:12 +0900 Message-ID: <871tp0umzj.fsf@uwakimon.sk.tsukuba.ac.jp> References: <20141114120604.GA3859@acm.acm> <87389mkjwo.fsf@thinkpad-t440p.tsdh.org> <20141114141434.GM3565@embecosm.com> <20141114180521.GA3168@acm.acm> <20141114230235.GF3168@acm.acm> <20141117141123.GA4294@acm.acm> <83lhn89zxn.fsf@gnu.org> <83bno49xtw.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: ger.gmane.org 1416352059 28220 80.91.229.3 (18 Nov 2014 23:07:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Nov 2014 23:07:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sergey Organov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 19 00:07:32 2014 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 1Xqrrw-0005jE-CL for ged-emacs-devel@m.gmane.org; Wed, 19 Nov 2014 00:07:32 +0100 Original-Received: from localhost ([::1]:55835 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xqrrv-00044m-UY for ged-emacs-devel@m.gmane.org; Tue, 18 Nov 2014 18:07:31 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xqrrm-00043S-HH for emacs-devel@gnu.org; Tue, 18 Nov 2014 18:07:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xqrrd-00052t-PE for emacs-devel@gnu.org; Tue, 18 Nov 2014 18:07:22 -0500 Original-Received: from shako.sk.tsukuba.ac.jp ([130.158.97.161]:35225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xqrrd-00052c-GU for emacs-devel@gnu.org; Tue, 18 Nov 2014 18:07:13 -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 49D071C3AC5; Wed, 19 Nov 2014 08:07:12 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 30E7D1A2844; Wed, 19 Nov 2014 08:07:12 +0900 (JST) In-Reply-To: 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:177694 Archived-At: Sergey Organov writes: > You see, you should have had no "made on that branch" in your > description, provided you describe Gits' idea of a branch, not your one, > as Git does not remember on what branch commit was made. No DAG-based VCS (with the single exception of Mercurial's "named branches" AFAIK) remembers on what branch a commit was made. What Mercurial and Bazaar try to do is ensure a one-to-many branch-to- workspace mapping, so that you must change workspaces to change the focus of development. Some people apparently enjoy that restraint. What amazes me is that they're not all Java developers. ;-)