help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: git, magit: nth diff before


From: Yuri Khan
Subject: Re: git, magit: nth diff before
Date: Tue, 17 Mar 2015 17:37:08 +0600

On Tue, Mar 17, 2015 at 5:08 PM, Andreas Röhler
<andreas.roehler@easy-emacs.de> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]