From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: "Herring, Davis" Newsgroups: gmane.emacs.devel Subject: Re: git log question Date: Thu, 30 Nov 2017 14:28:51 +0000 Message-ID: <1512052131264.83410@lanl.gov> References: <87bmjkgk6h.fsf@gmx.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1512052270 18004 195.159.176.226 (30 Nov 2017 14:31:10 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 30 Nov 2017 14:31:10 +0000 (UTC) To: Stephen Berman , "emacs-devel@gnu.org" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 30 15:31:04 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eKPrc-0003pS-Ok for ged-emacs-devel@m.gmane.org; Thu, 30 Nov 2017 15:30:56 +0100 Original-Received: from localhost ([::1]:48583 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKPri-0004Lt-IF for ged-emacs-devel@m.gmane.org; Thu, 30 Nov 2017 09:31:02 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKPqn-0004Iv-QN for emacs-devel@gnu.org; Thu, 30 Nov 2017 09:30:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKPqi-0000nj-QY for emacs-devel@gnu.org; Thu, 30 Nov 2017 09:30:05 -0500 Original-Received: from proofpoint8.lanl.gov ([204.121.3.47]:49710) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eKPqi-0000mr-HM for emacs-devel@gnu.org; Thu, 30 Nov 2017 09:30:00 -0500 Original-Received: from pps.filterd (proofpoint8.lanl.gov [127.0.0.1]) by proofpoint8.lanl.gov (8.16.0.21/8.16.0.21) with SMTP id vAUEQtIj103125; Thu, 30 Nov 2017 07:28:52 -0700 Original-Received: from mailrelay2.lanl.gov (mailrelay2.lanl.gov [128.165.4.103]) by proofpoint8.lanl.gov with ESMTP id 2ef663xx6g-1; Thu, 30 Nov 2017 07:28:52 -0700 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by mailrelay2.lanl.gov (Postfix) with ESMTP id 0F263ECFF0C; Thu, 30 Nov 2017 07:28:52 -0700 (MST) X-NIE-2-Virus-Scanner: amavisd-new at mailrelay2.lanl.gov Original-Received: from EXG13-P-MBX09.win.lanl.gov (exg13-p-mbx09.win.lanl.gov [128.165.106.111]) by mailrelay2.lanl.gov (Postfix) with ESMTP id EB28BECFF09; Thu, 30 Nov 2017 07:28:51 -0700 (MST) Original-Received: from EXG13-P-MBX06.win.lanl.gov (2002:80a5:6a2c::80a5:6a2c) by EXG13-P-MBX09.win.lanl.gov (2002:80a5:6a6f::80a5:6a6f) with Microsoft SMTP Server (TLS) id 15.0.1293.2; Thu, 30 Nov 2017 07:28:51 -0700 Original-Received: from EXG13-P-MBX06.win.lanl.gov ([fe80::cdc2:57eb:37ff:e51e]) by EXG13-P-MBX06.win.lanl.gov ([fe80::cdc2:57eb:37ff:e51e%19]) with mapi id 15.00.1293.006; Thu, 30 Nov 2017 07:28:51 -0700 Thread-Topic: git log question Thread-Index: AQHTacI+bngR8TNf70e0X5p/RI37q6Ms+y7a In-Reply-To: <87bmjkgk6h.fsf@gmx.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [128.165.106.201] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-11-30_04:, , signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1711300190 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 204.121.3.47 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:220542 Archived-At: > The same thing with `git log --branches=3Dmaster -1'=0A= > and `git log --branches=3D"master" -1' (I couldn't tell=0A= > from the doc if the branch name should be quoted, but it=0A= > made no difference).=0A= =0A= Quoting is handled by the shell (except perhaps on Windows). Since branch = names never have characters in them that are special to the shell (by desig= n of Git), the quoting does nothing.=0A= =0A= Davis=