emacs-devel
[Top][All Lists]
Advanced

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

Re: git question


From: Jean-Christophe Helary
Subject: Re: git question
Date: Thu, 28 Jun 2018 08:27:27 +0900



On Jun 28, 2018, at 0:52, Eric Abrahamsen <address@hidden> wrote:

$ git diff address@hidden

shows the difference between HEAD and the previous state of HEAD.

That was new to me -- thanks! Just for completeness' sake, the explicit
(non-relative) way of doing this would be to look at the top of the
fast-forward message and use the updated-from commit as an anchor:

From git.sv.gnu.org:/srv/git/emacs
  61f73703c7..ce54573dac  master     -> origin/master
  12c77f6918..9134c841f1  emacs-26   -> origin/emacs-26
Updating 61f73703c7..ce54573dac

$ git log 61f73703c7..

I'm glad I asked. Thank you all !

Jean-Christophe Helary
-----------------------------------------------
http://mac4translators.blogspot.com @brandelune



reply via email to

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