Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82464 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95771 invoked from network); 11 Feb 2015 09:53:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Feb 2015 09:53:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=lior.k@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=lior.k@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.214.182 as permitted sender) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.214.182 mail-ob0-f182.google.com Received: from [209.85.214.182] ([209.85.214.182:54835] helo=mail-ob0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6F/51-22055-D762BD45 for ; Wed, 11 Feb 2015 04:53:02 -0500 Received: by mail-ob0-f182.google.com with SMTP id nt9so2094319obb.13 for ; Wed, 11 Feb 2015 01:52:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=MWEtAD6SZJw3vKsRRRe3WXAk2S8RAaIvr2Qxwoi4ldo=; b=Blhx5eNFpPEPr4BMHPhCgdQLpHL66y2/LjzsjqZmFhsNKeLBnMKha76RNCbVNKE4wv GaSDnBeuozsZvk7Hosn+Kb1KUWDia/pXIZSWY0F1K1zoquw8Ro50VIk8SjVIOVq/NOov qJbDei2xmH/ICC/o4yKP184RG7zYBnDjKCUWMvUOVChWf/fUbZgn9Z6uH5ALzBaEw795 7CrzYUYzEQkvqa1w8iGh2obA4j6dzzsi6Blk++rCYt+YenAk6aOAh27K7G4C/9ta+ZyT TNAVfV3SbMd6ZCUJqpMqixuohdUwabyhrgYfjF11lYHDIPUMgUF56DW5cQW1iIauLvfD VFhQ== X-Gm-Message-State: ALoCoQnducoFJrs/BcM371oazUX2uJyc3jx+olIrO0PS6/HEeQvE3pSVVlCy6kgOTPC/2geYCGu6c2d/fRB84B+SLUYfNFZRzqIR8ohQKHei2+A89TYaBnBoy2YNU2OwJj7mhjsy8WxxMlv7Jzfc0ab481yuFEFe+w== MIME-Version: 1.0 X-Received: by 10.202.83.11 with SMTP id h11mr10368790oib.97.1423648379293; Wed, 11 Feb 2015 01:52:59 -0800 (PST) Received: by 10.60.20.131 with HTTP; Wed, 11 Feb 2015 01:52:59 -0800 (PST) Date: Wed, 11 Feb 2015 11:52:59 +0200 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=001a113d322ceeeacf050eccf709 Subject: Can we remove "NEWS" tag ? From: lior.k@zend.com (Lior Kaplan) --001a113d322ceeeacf050eccf709 Content-Type: text/plain; charset=UTF-8 Hi, I've been doing some editing to the NEWS files, and keep getting this problem $ git diff NEWS fatal: ambiguous argument 'NEWS': both revision and filename Use '--' to separate filenames from revisions Although I can do as it suggests, I would prefer to remove the NEWS tag we have since 2008 as part of the move from CVS to SVN. Any objections ? Kaplan --001a113d322ceeeacf050eccf709--