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: Wed, 8 Jul 2009 14:10:06 -0700 (PDT) Message-ID: <200907082110.n68LA647023185@godzilla.ics.uci.edu> References: <200907071845.n67IjHUH004088@godzilla.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1247088618 15180 80.91.229.12 (8 Jul 2009 21:30:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Jul 2009 21:30:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 08 23:30:10 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 1MOeiM-000199-Ka for ged-emacs-devel@m.gmane.org; Wed, 08 Jul 2009 23:30:06 +0200 Original-Received: from localhost ([127.0.0.1]:56597 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOeiL-0008BZ-Rc for ged-emacs-devel@m.gmane.org; Wed, 08 Jul 2009 17:30:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOeiG-0008BK-E8 for emacs-devel@gnu.org; Wed, 08 Jul 2009 17:30:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOeiB-0008B5-87 for emacs-devel@gnu.org; Wed, 08 Jul 2009 17:29:59 -0400 Original-Received: from [199.232.76.173] (port=53863 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOeiB-0008B2-1a for emacs-devel@gnu.org; Wed, 08 Jul 2009 17:29:55 -0400 Original-Received: from barrelv2.ics.uci.edu ([128.195.1.114]:33223) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MOei6-0006tA-FG; Wed, 08 Jul 2009 17:29:51 -0400 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by barrelv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id n68LA65d004637; Wed, 8 Jul 2009 14:10:06 -0700 (PDT) Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n68LA647023185; Wed, 8 Jul 2009 14:10:06 -0700 (PDT) In-Reply-To: (Miles Bader's message of "Wed, 08 Jul 2009 11:50:07 +0900") Original-Lines: 14 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n68LA65d004637 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:112199 Archived-At: Miles Bader writes: > Dan Nicolaescu writes: > > It is quite useful to see all the changes that are present in the tree, > > Similar for showing the log. > > Opinions? > > Strongly agree -- indeed, I'm often surprised (and annoyed) when > "C-x v l" in git gives me just that file's log. A related question: should we have an option (or default?) to show the short version (--pretty=oneline --graph) ? And another one: should we have a binding for RET in the log buffer?