Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to refs/tags/stable-0.8.0 archspecs by Eric Sandall (bd641a6750c0cf3464b9a4e52a592935c4791866)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to refs/tags/stable-0.8.0 archspecs by Eric Sandall (bd641a6750c0cf3464b9a4e52a592935c4791866)
  • Date: Tue, 20 Apr 2010 18:35:14 -0700

On Wed, 21 Apr 2010 09:32:35 +0900
flux <flux AT sourcemage.org> wrote:

> Eric Sandall (eric AT sandall.us) wrote [10.04.21 05:17]:
> > On Tue, 20 Apr 2010 13:13:51 -0500
> > David Kowis <dkowis AT shlrm.org> wrote:
> >
> > > On 4/19/2010 6:51 PM, Eric Sandall wrote:
> > > > On Mon, 19 Apr 2010 01:36:12 -0500
> > > > Eric Sandall <scm AT sourcemage.org> wrote:
> > > >
> > > >> GIT changes to refs/tags/stable-0.8.0 archspecs by Eric Sandall
> > > >> <sandalle AT sourcemage.org>:
> > > >>
> > > >> Tag 'stable-0.8.0' created by Eric Sandall
> > > >> <sandalle AT sourcemage.org> at 2009-03-22 22:25 -0500
> > > >>
> > > >> Release stable 0.8.0
> > > >
> > > > I am not sure this did what I want...I had an old
> > > > "stable-0.8.0" tag from when I released smgl-archspecs 0.8.0
> > > > that apparently never got pushed, so I did `git push --tags -v`
> > > > and it seems to have applied the "stable-0.8.0" tag to the
> > > > *latest* changes, not when I tagged it (many moons ago).
> > > >
> > > > Now when I check the diff from HEAD...stable-0.8.0:
> > > > $ git diff ...stable-0.8.0
> > > > $
> > > >
> > > > Thoughts on how to fix?
> > > >
> > >
> > > OOps. Don't count 0.8.0 as a good release and release 0.8.1?
> > >
> > > That's what I'd do anyway. Disclose that 0.8.0 isn't really good,
> > > and get 0.8.1 out the door.
> >
> > Well, 0.8.0 has already been put into a tarball last year, just the
> > tag is messed up. I'll be doing a 0.8.1 tag/release soon, but just
> > wondering if I can fix the current stable-0.8.0 tag.
> >
> > -sandalle
>
> I believe you used the wrong git command to check the tag. If you do a
> git show 0.8.0, does it show the same commit hash? Does git log 0.8.0
> show the right history?
>
> For the git command you were running, try doing:
>
> git diff stable-0.8.0...
>
> From the git-diff man page:
> $ git diff topic...master (3)
> 3. Changes that occurred on the master branch since when the topic
> branch was started off it.
>
> You had it backwards. ;)

Ahh, weird, that seems to work, thanks Justin! :) I was pretty sure the
format being new revision...old revision, as I thought that's what we
use in the grimoire release list, but now I see we use, `git shortlog
--no-merges stable-0.41-2..stable-0.42-0`. That's what I get for copy &
pasting, I forget how the command actually works. :)

-sandalle

--
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | http://counter.li.org/ #196285

Attachment: signature.asc
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page