emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: Dan Davison <davison@stats.ox.ac.uk>
Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org
Subject: Re: Re: Clear image cache
Date: Thu, 20 May 2010 23:59:28 -0400	[thread overview]
Message-ID: <11682.1274414368@gamaville.dokosmarshall.org> (raw)
In-Reply-To: Message from Dan Davison <davison@stats.ox.ac.uk> of "Thu, 20 May 2010 23:41:43 EDT." <87ljbdapl4.fsf@stats.ox.ac.uk>

Dan Davison <davison@stats.ox.ac.uk> 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 <carsten.dominik@gmail.com>
| 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	other threads:[~2010-05-21  3:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-20 16:45 Clear image cache Russell Adams
2010-05-20 22:14 ` Dan Davison
2010-05-20 22:25   ` John Wiegley
2010-05-21  3:06     ` Russell Adams
2010-05-21  3:41       ` Dan Davison
2010-05-21  3:59         ` Nick Dokos [this message]
2010-05-21  9:01         ` John Wiegley
2010-05-21 13:38           ` Tassilo Horn
2010-05-21 15:01             ` John Wiegley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=11682.1274414368@gamaville.dokosmarshall.org \
    --to=nicholas.dokos@hp.com \
    --cc=davison@stats.ox.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).