LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [ANNOUNCE] qgit-1.5.5
@ 2007-02-25 17:58 Marco Costalba
  2007-02-26  0:23 ` Martin Langhoff
  0 siblings, 1 reply; 8+ messages in thread
From: Marco Costalba @ 2007-02-25 17:58 UTC (permalink / raw)
  To: Git Mailing List, linux-kernel

qgit is a git repository GUI browser. This is mostly a bug fix release.

Due to a change in git-rev-list output in git version 1.5 and above in
case of commit encoding information old version of qgit are no more
compatible and big issues in revision list view are possible under
some circumstances.

So an upgrade to this release is strongly suggested for all the users
of new version of git (1.5 and above).

Download tarball from http://www.sourceforge.net/projects/qgit or
directly from git public repository
git://git.kernel.org/pub/scm/qgit/qgit.git

Please refer to http://digilander.libero.it/mcostalba/ for additional
information.

	Marco

P.S: There is also a Qt4 version (works under Windows) downloadable
from git://repo.or.cz/qgit4.git  it is a little bit experimental
tough.



ChangeLog from 1.5.4

- fix a spurious double popup menu in rare cases

- add support to show user info in Edit->Settings->Commit

- file names cache optimization: reduce load time by 35% and memory by 30%

- fix opening a repo from a read-only filesystem

- filter out StGIT bases in our tag list

- use light orange for remote branches (Pavel Roskin)

- add 'Remote branches' context sub menu

- fix disappearing merge files list when browsing revs

- delay cache loading a little bit and fix a bug

- fix a parsing error in case of combined merges

- support new git text encoding policy in log messages

- fix a subtle bug that could lead to miss an update event

- fix bug in revisions loading sequence numbers

- fix parsing in case of revision headers with extended information

- fix stripping of comments in commit dialog message

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

* Re: [ANNOUNCE] qgit-1.5.5
  2007-02-25 17:58 [ANNOUNCE] qgit-1.5.5 Marco Costalba
@ 2007-02-26  0:23 ` Martin Langhoff
  2007-02-26  6:19   ` Marco Costalba
  0 siblings, 1 reply; 8+ messages in thread
From: Martin Langhoff @ 2007-02-26  0:23 UTC (permalink / raw)
  To: Marco Costalba; +Cc: Git Mailing List, linux-kernel

On 2/26/07, Marco Costalba <mcostalba@gmail.com> wrote:
> P.S: There is also a Qt4 version (works under Windows) downloadable
> from git://repo.or.cz/qgit4.git  it is a little bit experimental
> tough.

Is the QT4 Windows port working against the MinGW port of GIT?

cheers.


martin

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

* Re: [ANNOUNCE] qgit-1.5.5
  2007-02-26  0:23 ` Martin Langhoff
@ 2007-02-26  6:19   ` Marco Costalba
  2007-02-26 11:19     ` Johannes Schindelin
  0 siblings, 1 reply; 8+ messages in thread
From: Marco Costalba @ 2007-02-26  6:19 UTC (permalink / raw)
  To: Martin Langhoff; +Cc: Git Mailing List, linux-kernel

On 2/26/07, Martin Langhoff <martin.langhoff@gmail.com> wrote:
> On 2/26/07, Marco Costalba <mcostalba@gmail.com> wrote:
> > P.S: There is also a Qt4 version (works under Windows) downloadable
> > from git://repo.or.cz/qgit4.git  it is a little bit experimental
> > tough.
>
> Is the QT4 Windows port working against the MinGW port of GIT?
>

Yes, Qt4Windows does not need cygwin at all and is compiled itself with MinGW.


Marco

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

* Re: [ANNOUNCE] qgit-1.5.5
  2007-02-26  6:19   ` Marco Costalba
@ 2007-02-26 11:19     ` Johannes Schindelin
  2007-02-26 17:39       ` Marco Costalba
  0 siblings, 1 reply; 8+ messages in thread
From: Johannes Schindelin @ 2007-02-26 11:19 UTC (permalink / raw)
  To: Marco Costalba; +Cc: Martin Langhoff, Git Mailing List, linux-kernel

Hi,

On Mon, 26 Feb 2007, Marco Costalba wrote:

> On 2/26/07, Martin Langhoff <martin.langhoff@gmail.com> wrote:
> > On 2/26/07, Marco Costalba <mcostalba@gmail.com> wrote:
> > > P.S: There is also a Qt4 version (works under Windows) downloadable
> > > from git://repo.or.cz/qgit4.git  it is a little bit experimental
> > > tough.
> > 
> > Is the QT4 Windows port working against the MinGW port of GIT?
> > 
> 
> Yes, Qt4Windows does not need cygwin at all and is compiled itself with
> MinGW.

I think what Martin was getting at is if you can use the MinGW port of 
_Git_, not if Qt4Windows or qgit needs cygwin.

Ciao,
Dscho


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

* Re: [ANNOUNCE] qgit-1.5.5
  2007-02-26 11:19     ` Johannes Schindelin
@ 2007-02-26 17:39       ` Marco Costalba
  2007-02-26 17:46         ` Johannes Schindelin
  0 siblings, 1 reply; 8+ messages in thread
From: Marco Costalba @ 2007-02-26 17:39 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: Martin Langhoff, Git Mailing List, linux-kernel

On 2/26/07, Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote:
> Hi,
>
> On Mon, 26 Feb 2007, Marco Costalba wrote:
>
> > On 2/26/07, Martin Langhoff <martin.langhoff@gmail.com> wrote:
> > > On 2/26/07, Marco Costalba <mcostalba@gmail.com> wrote:
> > > > P.S: There is also a Qt4 version (works under Windows) downloadable
> > > > from git://repo.or.cz/qgit4.git  it is a little bit experimental
> > > > tough.
> > >
> > > Is the QT4 Windows port working against the MinGW port of GIT?
> > >
> >
> > Yes, Qt4Windows does not need cygwin at all and is compiled itself with
> > MinGW.
>
> I think what Martin was getting at is if you can use the MinGW port of
> _Git_, not if Qt4Windows or qgit needs cygwin.
>

Actually, I didn't test with MinGW port of Git but I would be
surprised if it doesn't work (famous last words ;-)  )


Marco

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

* Re: [ANNOUNCE] qgit-1.5.5
  2007-02-26 17:39       ` Marco Costalba
@ 2007-02-26 17:46         ` Johannes Schindelin
  2007-02-26 19:29           ` Marco Costalba
  0 siblings, 1 reply; 8+ messages in thread
From: Johannes Schindelin @ 2007-02-26 17:46 UTC (permalink / raw)
  To: Marco Costalba; +Cc: Martin Langhoff, Git Mailing List, linux-kernel

Hi,

On Mon, 26 Feb 2007, Marco Costalba wrote:

> Actually, I didn't test with MinGW port of Git but I would be surprised 
> if it doesn't work (famous last words ;-)  )

You don't use cygpath to translate between Windows <-> POSIX filenames?

AFAICT this is the single most important user-visible difference between 
Cygwin Git and MinGW Git.

Ciao,
Dscho


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

* Re: [ANNOUNCE] qgit-1.5.5
  2007-02-26 17:46         ` Johannes Schindelin
@ 2007-02-26 19:29           ` Marco Costalba
  2007-02-26 19:37             ` Johannes Schindelin
  0 siblings, 1 reply; 8+ messages in thread
From: Marco Costalba @ 2007-02-26 19:29 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: Martin Langhoff, Git Mailing List, linux-kernel

On 2/26/07, Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote:
> Hi,
>
> On Mon, 26 Feb 2007, Marco Costalba wrote:
>
> > Actually, I didn't test with MinGW port of Git but I would be surprised
> > if it doesn't work (famous last words ;-)  )
>
> You don't use cygpath to translate between Windows <-> POSIX filenames?
>
> AFAICT this is the single most important user-visible difference between
> Cygwin Git and MinGW Git.
>

I call git programs as if they were native windows programs. I run git
programs without requiring cygwin shell or something similar.

I hope I have understood correctly your answer.

Marco

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

* Re: [ANNOUNCE] qgit-1.5.5
  2007-02-26 19:29           ` Marco Costalba
@ 2007-02-26 19:37             ` Johannes Schindelin
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Schindelin @ 2007-02-26 19:37 UTC (permalink / raw)
  To: Marco Costalba; +Cc: Martin Langhoff, Git Mailing List, linux-kernel

Hi,

On Mon, 26 Feb 2007, Marco Costalba wrote:

> On 2/26/07, Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote:
> > Hi,
> > 
> > On Mon, 26 Feb 2007, Marco Costalba wrote:
> > 
> > > Actually, I didn't test with MinGW port of Git but I would be surprised
> > > if it doesn't work (famous last words ;-)  )
> > 
> > You don't use cygpath to translate between Windows <-> POSIX filenames?
> > 
> > AFAICT this is the single most important user-visible difference 
> > between Cygwin Git and MinGW Git.
> > 
> 
> I call git programs as if they were native windows programs. I run git 
> programs without requiring cygwin shell or something similar.

Actually, what I was getting at is the silly "Drive:\bla" filename syntax 
on Windows boxen. But

- you have to cd to the working directory in order to start the git 
  programs, and
- AFAIK Windows is not stupid enough to forbid "dir/name" syntax.

So, all my objections are invalid.

> I hope I have understood correctly your answer.

Yes ;-)

Ciao,
Dscho


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

end of thread, other threads:[~2007-02-26 19:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-25 17:58 [ANNOUNCE] qgit-1.5.5 Marco Costalba
2007-02-26  0:23 ` Martin Langhoff
2007-02-26  6:19   ` Marco Costalba
2007-02-26 11:19     ` Johannes Schindelin
2007-02-26 17:39       ` Marco Costalba
2007-02-26 17:46         ` Johannes Schindelin
2007-02-26 19:29           ` Marco Costalba
2007-02-26 19:37             ` Johannes Schindelin

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