emacs-devel
[Top][All Lists]
Advanced

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

Re: Git transition checklist


From: Eli Zaretskii
Subject: Re: Git transition checklist
Date: Wed, 08 Jan 2014 20:46:43 +0200

> Date: Wed, 08 Jan 2014 20:39:34 +0200
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden
> 
> Seriously, someone will surely come up with a command to show the date
> of a given commit specified by its SHA1.  Not "at a glance", but
> close.

Here, how about this, for a given SHA1-VALUE:

  git log --pretty=format:%cd $(SHA1-VALUE)^!

For the last commit:

  git log --pretty=format:%cd `git rev-parse --verify HEAD`^!



reply via email to

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