From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: Obscure error/warning/information message from git pull Date: Sat, 15 Nov 2014 10:12:37 +0100 Message-ID: <87h9y0omii.fsf@fencepost.gnu.org> References: <20141114120604.GA3859@acm.acm> <87389mkjwo.fsf@thinkpad-t440p.tsdh.org> <20141114141434.GM3565@embecosm.com> <20141114180521.GA3168@acm.acm> <20141114230235.GF3168@acm.acm> <87lhncoqrp.fsf@fencepost.gnu.org> <83389khn1g.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1416042801 377 80.91.229.3 (15 Nov 2014 09:13:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Nov 2014 09:13:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 15 10:13:14 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 1XpZPs-000606-JM for ged-emacs-devel@m.gmane.org; Sat, 15 Nov 2014 10:13:12 +0100 Original-Received: from localhost ([::1]:39539 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpZPp-0005qm-Lg for ged-emacs-devel@m.gmane.org; Sat, 15 Nov 2014 04:13:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpZPd-0005nB-Kz for emacs-devel@gnu.org; Sat, 15 Nov 2014 04:12:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XpZPc-0006kt-No for emacs-devel@gnu.org; Sat, 15 Nov 2014 04:12:57 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpZPc-0006kp-KN for emacs-devel@gnu.org; Sat, 15 Nov 2014 04:12:56 -0500 Original-Received: from localhost ([127.0.0.1]:51204 helo=lola) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpZPc-0002uZ-20; Sat, 15 Nov 2014 04:12:56 -0500 Original-Received: by lola (Postfix, from userid 1000) id B1C5DE0B2B; Sat, 15 Nov 2014 10:12:37 +0100 (CET) In-Reply-To: <83389khn1g.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 15 Nov 2014 10:43:07 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:177155 Archived-At: Eli Zaretskii writes: >> From: David Kastrup >> Date: Sat, 15 Nov 2014 08:40:42 +0100 >> >> git log --all --source > > This has the disadvantage of showing the branches in the obscure > refs/foo/bar/branch format. Its advantage (AFAIK) is that it will > also show commits on remote branches that are not (yet) tracked by the > repo (please correct me if I'm wrong). git cannot magically show anything that isn't in the repo. You are probably thinking of git showing remote-tracking branches (those are always destructively updated from the remote reference when fetching) as well as local branches (which may or may not have a remote upstream). -- David Kastrup