git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] GIT 1.5.3-rc7
@ 2007-08-29 10:14 Junio C Hamano
  0 siblings, 0 replies; 7+ messages in thread
From: Junio C Hamano @ 2007-08-29 10:14 UTC (permalink / raw)
  To: git

So I've tagged it, and this time have tarball and testing RPM at
the usual places

The latest feature release GIT 1.5.3-rc7 is available at the
usual places:

  http://www.kernel.org/pub/software/scm/git/

  git-1.5.3.rc7.tar.{gz,bz2}			(tarball)
  git-htmldocs-1.5.3.rc7.tar.{gz,bz2}		(preformatted docs)
  git-manpages-1.5.3.rc7.tar.{gz,bz2}		(preformatted docs)
  testing/git-*-1.5.3.                          rc7-1.$arch.rpm	(RPM)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [ANNOUNCE] GIT 1.5.3-rc7
@ 2007-08-29 10:18 Junio C Hamano
  2007-08-29 14:12 ` Johannes Sixt
  0 siblings, 1 reply; 7+ messages in thread
From: Junio C Hamano @ 2007-08-29 10:18 UTC (permalink / raw)
  To: git

(oops, sent one out before finishing --- I am sitting in front
of a wrong machine and a wrong keyboard).

So I've tagged it, and this time have tarball and testing RPM at
the usual places.

  http://www.kernel.org/pub/software/scm/git/

  git-1.5.3.rc7.tar.{gz,bz2}			(tarball)
  git-htmldocs-1.5.3.rc7.tar.{gz,bz2}		(preformatted docs)
  git-manpages-1.5.3.rc7.tar.{gz,bz2}		(preformatted docs)
  testing/*-1.5.3.rc7-1.$arch.rpm		(RPM)

This time, hopefully it should be very close to final.  I still
have to help Jari whipping his last minute documentation patches
into shape, but other than that, I do not think there is
anything else that I want to delay the 1.5.3 final because of.

Please give it a gentle beating ;-).

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCE] GIT 1.5.3-rc7
  2007-08-29 10:18 Junio C Hamano
@ 2007-08-29 14:12 ` Johannes Sixt
  2007-08-29 14:16   ` Johannes Schindelin
  0 siblings, 1 reply; 7+ messages in thread
From: Johannes Sixt @ 2007-08-29 14:12 UTC (permalink / raw)
  To: msysgit; +Cc: git

The MinGW port is now at 1.5.3-rc7, too.

-- Hannes

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCE] GIT 1.5.3-rc7
  2007-08-29 14:12 ` Johannes Sixt
@ 2007-08-29 14:16   ` Johannes Schindelin
  2007-08-29 15:08     ` Johannes Sixt
  0 siblings, 1 reply; 7+ messages in thread
From: Johannes Schindelin @ 2007-08-29 14:16 UTC (permalink / raw)
  To: Johannes Sixt; +Cc: msysgit, git

Hi,

On Wed, 29 Aug 2007, Johannes Sixt wrote:

> The MinGW port is now at 1.5.3-rc7, too.

Should we switch from  4msysgit.git's devel branch to your master branch?

Ciao,
Dscho

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCE] GIT 1.5.3-rc7
  2007-08-29 14:16   ` Johannes Schindelin
@ 2007-08-29 15:08     ` Johannes Sixt
  2007-08-29 15:23       ` Johannes Schindelin
  0 siblings, 1 reply; 7+ messages in thread
From: Johannes Sixt @ 2007-08-29 15:08 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: msysgit, git

Johannes Schindelin schrieb:
> On Wed, 29 Aug 2007, Johannes Sixt wrote:
> 
>> The MinGW port is now at 1.5.3-rc7, too.
> 
> Should we switch from  4msysgit.git's devel branch to your master branch?

No. There are still too many differences.

But I think it is time to rebase 4msysgit on top of 'devel' - without 
the old devel commits, i.e.

	git rebase --onto mingw/devel 382210f715

There is a lot of stuff in 4msysgit.git that is no longer needed or 
superceded by mingw.git.

Side note: If you can live with a test suite does not complete without 
failures you can rebase on top of master and avoid the devel branch. 
(Think of broken repo when I rebase devel again.)

-- Hannes

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCE] GIT 1.5.3-rc7
  2007-08-29 15:08     ` Johannes Sixt
@ 2007-08-29 15:23       ` Johannes Schindelin
  2007-08-29 15:42         ` Johannes Sixt
  0 siblings, 1 reply; 7+ messages in thread
From: Johannes Schindelin @ 2007-08-29 15:23 UTC (permalink / raw)
  To: Johannes Sixt; +Cc: msysgit, git

Hi,

On Wed, 29 Aug 2007, Johannes Sixt wrote:

> Johannes Schindelin schrieb:
> > On Wed, 29 Aug 2007, Johannes Sixt wrote:
> > 
> > > The MinGW port is now at 1.5.3-rc7, too.
> > 
> > Should we switch from  4msysgit.git's devel branch to your master branch?
> 
> No. There are still too many differences.

Right.  And I see that there are many more tests failing with mingw.git's 
master, too.  Should have tested that first.

> But I think it is time to rebase 4msysgit on top of 'devel' - without 
> the old devel commits, i.e.
> 
> 	git rebase --onto mingw/devel 382210f715
> 
> There is a lot of stuff in 4msysgit.git that is no longer needed or 
> superceded by mingw.git.
> 
> Side note: If you can live with a test suite does not complete without 
> failures you can rebase on top of master and avoid the devel branch. 
> (Think of broken repo when I rebase devel again.)

Hmm.  I really want to avoid that breakage...

To refresh my memory, could you please describe how mingw.git's master and 
devel branches are handled?

Ciao,
Dscho

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCE] GIT 1.5.3-rc7
  2007-08-29 15:23       ` Johannes Schindelin
@ 2007-08-29 15:42         ` Johannes Sixt
  0 siblings, 0 replies; 7+ messages in thread
From: Johannes Sixt @ 2007-08-29 15:42 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: msysgit, git

Johannes Schindelin schrieb:
> To refresh my memory, could you please describe how mingw.git's master and 
> devel branches are handled?

'master' merges git.git's tagged releases, i.e. the 'maint' branch, but 
also the -rc series of a new feature release (like in the past weeks).

'devel' contains additional commits that make a "flawless" test suite, 
i.e. mostly disables tests that trigger bugs. This branch is always 
rebased onto of 'master'.

Originally 'devel' contained code changes without which MinGW git would 
have been unusable, but currently it really only disables tests that 
trigger exotic bugs[*] that I cannot fix right away and so is basically 
just for my own convenience. I could very well get rid of the branch - 
if only to raise the incentive for others to help fix the bugs. ;)

[*] bugs that I do not encounter in may daily workflow.

-- Hannes

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-08-29 15:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-29 10:14 [ANNOUNCE] GIT 1.5.3-rc7 Junio C Hamano
  -- strict thread matches above, loose matches on Subject: below --
2007-08-29 10:18 Junio C Hamano
2007-08-29 14:12 ` Johannes Sixt
2007-08-29 14:16   ` Johannes Schindelin
2007-08-29 15:08     ` Johannes Sixt
2007-08-29 15:23       ` Johannes Schindelin
2007-08-29 15:42         ` Johannes Sixt

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 NNTP newsgroup(s).