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: flux <flux AT sourcemage.org>
  • 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: Wed, 21 Apr 2010 09:32:35 +0900

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. ;)

--
Justin "flux_control" Boffemmyer
Cauldron wizard and general mage
Source Mage GNU/Linux
http://www.sourcemage.org

Attachment: pgpgjyh8GBJvY.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page