From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Newsgroups: gmane.emacs.help Subject: Re: git, magit: nth diff before Date: Tue, 17 Mar 2015 12:56:18 +0100 Message-ID: <55081662.9050601@easy-emacs.de> References: <55080B4A.5020309@easy-emacs.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1426593429 26552 80.91.229.3 (17 Mar 2015 11:57:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Mar 2015 11:57:09 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org List" , Tassilo Horn To: Yuri Khan Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 17 12:57:01 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YXq7H-0004TS-Aw for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Mar 2015 12:56:59 +0100 Original-Received: from localhost ([::1]:54001 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXq7G-0004uk-Sm for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Mar 2015 07:56:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXq70-0004rC-RH for help-gnu-emacs@gnu.org; Tue, 17 Mar 2015 07:56:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXq6v-0002q0-Pa for help-gnu-emacs@gnu.org; Tue, 17 Mar 2015 07:56:42 -0400 Original-Received: from mout.kundenserver.de ([212.227.17.24]:49736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXq6v-0002pr-Gb for help-gnu-emacs@gnu.org; Tue, 17 Mar 2015 07:56:37 -0400 Original-Received: from [192.168.178.32] ([95.119.33.195]) by mrelayeu.kundenserver.de (mreue104) with ESMTPSA (Nemesis) id 0MRlnN-1YwQQt4A9p-00Ssko; Tue, 17 Mar 2015 12:56:35 +0100 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.5.0 In-Reply-To: X-Provags-ID: V03:K0:JOx2PSUPAlxbHN9/EDF2CVC3SE61fi0sy62mu0yPwO83qNPJorX 9wcygZTFGL9oDlw81yuAveFCCnOhBQIW995M83yPEuggMnKFeJ+Wndwps7m/s7/ozoLUHS2 D9XVBPduoGX9eTD4hMHxvY4gkf3vIEEvfHqa40145VxT1wmgKzL120bMa2zNYuww2iqIhzV 21YXRJr0ZaEw5+V6okokA== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.24 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103194 Archived-At: On 17.03.2015 12:37, Yuri Khan wrote: > On Tue, Mar 17, 2015 at 5:08 PM, Andreas Röhler > wrote: > >> let's assume wont to see a git diff from 9th to 8th commit before head. >> >> Is there a convenient command using magic, i.e. giving arguments as numbers? > > M-x magit-show-commit RET HEAD~8 RET if you really insist on a > command-line-like interface. > > But you may also like to invoke M-x magit-log, move point to the line > describing the commit you want, and press RET. > Thanks all! Andreas