emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: Clear image cache


From: Nick Dokos
Subject: Re: [Orgmode] Re: Clear image cache
Date: Thu, 20 May 2010 23:59:28 -0400

Dan Davison <address@hidden> wrote:


> Could someone tell me how to find out which commit corresponds to a
> certain release (e.g. 6.36c)?
> 

Do ``git fetch --tags'', then ``git tag'' to see the list of tags:

...
release_6.35i
release_6.36
release_6.36c
test_5.21_tagging


Then ``git show release_6.36c'':

,----
| $ git show release_6.36c
| commit 4e128323d4631f73627693db88cd30a4ff083bf6
| Author: Carsten Dominik <address@hidden>
| Date:   Thu May 13 19:52:16 2010 +0200
| 
|     Release 6.36c
| 
| diff --git a/README_DIST b/README_DIST
| index 22392e3..8b7b933 100644
| --- a/README_DIST
| +++ b/README_DIST
| @@ -1,7 +1,7 @@
| ...
`----

HTH,
Nick




reply via email to

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