From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: VC top of the tree diff and log Date: Tue, 1 Sep 2009 15:46:29 -0700 (PDT) Message-ID: <200909012246.n81MkTpW012936@godzilla.ics.uci.edu> References: <200907071845.n67IjHUH004088@godzilla.ics.uci.edu> <200907230543.n6N5hI6p029191@godzilla.ics.uci.edu> <200907300718.n6U7I3pi027881@godzilla.ics.uci.edu> <200908291913.n7TJD9wq003979@godzilla.ics.uci.edu> <87ocpuxrjn.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251845309 18758 80.91.229.12 (1 Sep 2009 22:48:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Sep 2009 22:48:29 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 02 00:48:22 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mic9F-0004LW-JB for ged-emacs-devel@m.gmane.org; Wed, 02 Sep 2009 00:48:21 +0200 Original-Received: from localhost ([127.0.0.1]:49653 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mic9E-0008Ug-Ss for ged-emacs-devel@m.gmane.org; Tue, 01 Sep 2009 18:48:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mic99-0008SB-3s for emacs-devel@gnu.org; Tue, 01 Sep 2009 18:48:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mic93-0008Qv-VY for emacs-devel@gnu.org; Tue, 01 Sep 2009 18:48:14 -0400 Original-Received: from [199.232.76.173] (port=39887 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mic93-0008Qs-Qz for emacs-devel@gnu.org; Tue, 01 Sep 2009 18:48:09 -0400 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:34810) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1Mic92-0001g0-OT for emacs-devel@gnu.org; Tue, 01 Sep 2009 18:48:09 -0400 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by sallyv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id n81MkUP2007739; Tue, 1 Sep 2009 15:46:30 -0700 (PDT) Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n81MkTpW012936; Tue, 1 Sep 2009 15:46:29 -0700 (PDT) In-Reply-To: <87ocpuxrjn.fsf@mail.jurta.org> (Juri Linkov's message of "Wed, 02 Sep 2009 00:41:09 +0300") Original-Lines: 16 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n81MkUP2007739 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:114968 Archived-At: Juri Linkov writes: > > > vc-git.el was changed to support short logs, and vc-cvs.el to ignore the > > > extra option (all vc backends need a similar change) > > > > > > WDYT? > > > > Ping. > > > > Any reason not to install this? > > There is a problem in your patch. Its "--graph" option fails in > git version 1.5. Sorry, --graph was not supposed to be enabled by default at this point. It won't be when I actually manage to install the patch.