From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar?= Fuentes Newsgroups: gmane.emacs.help Subject: Re: How to get commit message on vc-change-log Date: Wed, 28 Jul 2010 09:40:29 +0200 Message-ID: <8739v4rr4i.fsf@telefonica.net> References: <87ocdsruum.fsf@telefonica.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1280424326 20230 80.91.229.12 (29 Jul 2010 17:25:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 29 Jul 2010 17:25:26 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Aneesh Kumar K. V" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 29 19:25:24 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OeWrD-0005f5-Kv for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Jul 2010 19:25:23 +0200 Original-Received: from localhost ([127.0.0.1]:52626 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OeWrC-0005be-UV for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Jul 2010 13:25:22 -0400 Original-Received: from [140.186.70.92] (port=60881 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oe1Fl-0002AY-4U for help-gnu-emacs@gnu.org; Wed, 28 Jul 2010 03:40:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oe1Fh-0001ra-Hw for help-gnu-emacs@gnu.org; Wed, 28 Jul 2010 03:40:37 -0400 Original-Received: from impaqm3.telefonica.net ([213.4.138.3]:47332) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oe1Fh-0001rC-AD for help-gnu-emacs@gnu.org; Wed, 28 Jul 2010 03:40:33 -0400 Original-Received: from IMPmailhost2.adm.correo ([10.20.102.39]) by IMPaqm3.telefonica.net with bizsmtp id nJYy1e01K0r0BT63PKgX9f; Wed, 28 Jul 2010 09:40:31 +0200 Original-Received: from qcore ([83.42.13.171]) by IMPmailhost2.adm.correo with BIZ IMP id nKgV1e00e3hRxRf1iKgWKm; Wed, 28 Jul 2010 09:40:30 +0200 X-Brightmail-Tracker: AAAAAA== X-TE-authinfo: authemail="981711563$telefonica.net" |auth_email="981711563@telefonica.net" X-TE-AcuTerraCos: auth_cuTerraCos="cosuitnetc01" In-Reply-To: (Aneesh Kumar K. V.'s message of "Wed, 28 Jul 2010 12:20:51 +0530") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Mailman-Approved-At: Thu, 29 Jul 2010 13:21:58 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74342 Archived-At: "Aneesh Kumar K. V" writes: >> > What command will help me find the the commit message of a commit in >> > logview ?. 'D' gives me diff but not the commit message >> >> The Log View already shows the commit messages, doesn't it? >> > > It doesn't show full commit message.It shows only the first line. For ex > on a Linux kernel git repo i find > > > * | 6a99ad4 2010-07-27 gpio: fix spurious printk when freeing a gpio > * | 952e1c6 2010-07-27 edac: mpc85xx: fix coldplug/hotplug module autoloading > * | 2884fce 2010-07-27 drivers/rtc/rtc-rx8581.c: fix setdatetime That looks like magit.el log. Are you sure you are using VC and not some other package? On a buffer visiting a versioned file, press C-x v l to see how VC displays the log. If you are using magit.el, try pressing `L' for viewing a detailed log.