2006-11-11 08:06:56

by Marco Costalba

[permalink] [raw]
Subject: [ANNOUNCE] qgit-1.5.3

qgit it's a graphical git repositories viewer built on Qt libraries.

This is mostly a bug fix release.

Several issues has been fixed, also some crash bugs, so an update is
strongly suggested.

To note is the new possibility to set the font used by patch and file
content viewers.

Thanks to Pavel Roskin and Josef Weidendorfer for their help and patches.


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


ChangeLog from 1.5.2

- use a smaller tab close button and a smaller icon (Pavel Roskin)

- fix a crash in case of repo change while in filtered view

- fix a crash due to evil static pointers

- clear all the panes if search from the toolbar doesn't find anything

- silence a Qt warning when closing a tab

- let the user to set the typewriter (fixed width) font used
with patch and file content viewers

- fix broken StGit 'pop' command interface

- do not use "--keep" option of git-am as default

- fix issues with tag marks when changing graph size

- fix filenames cache data saving in case of bare repositories

- rewrite and simplify graph drawing code (Josef Weidendorfer)

- fix issues with file names with spaces

- adjust columns width when changing window size

- fetch file history from all trees instead of only current

- early exit update cycle when a new request arrives

- correctly order tags in start-up input range dialog

- fix patch numbering order in format patch


2006-11-13 11:30:23

by Andreas Ericsson

[permalink] [raw]
Subject: Re: [ANNOUNCE] qgit-1.5.3

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

Love the tool, but can't fetch the tag. Did you forget to

$ git push origin 1.5.3

?

git describe tells me that I have qgit-1.5.2-gb764f9b

--
Andreas Ericsson [email protected]
OP5 AB http://www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231

2006-11-15 15:24:00

by Marco Costalba

[permalink] [raw]
Subject: Re: [ANNOUNCE] qgit-1.5.3

On 11/13/06, Andreas Ericsson <[email protected]> wrote:
> Marco Costalba wrote:
> >
> > Download tarball from http://www.sourceforge.net/projects/qgit
> > or directly from git public repository
> > git://git.kernel.org/pub/scm/qgit/qgit.git
> >
>
> Love the tool, but can't fetch the tag. Did you forget to
>
> $ git push origin 1.5.3
>

I think I have pushed the new tag, indeed the gitweb interface on
kernel.org/git shows correctly the 1.5.3 tag (and also two new commits
after that).

I've also pulled from kernel.org/git/qgit in a test repository and got
the tag succesfully.

I'm not able to reproduce this, in any case I will push again the tags.

Thanks
Marco

2006-11-16 00:42:23

by Andreas Ericsson

[permalink] [raw]
Subject: Re: [ANNOUNCE] qgit-1.5.3

Marco Costalba wrote:
> On 11/13/06, Andreas Ericsson <[email protected]> wrote:
>> Marco Costalba wrote:
>> >
>> > Download tarball from http://www.sourceforge.net/projects/qgit
>> > or directly from git public repository
>> > git://git.kernel.org/pub/scm/qgit/qgit.git
>> >
>>
>> Love the tool, but can't fetch the tag. Did you forget to
>>
>> $ git push origin 1.5.3
>>
>
> I think I have pushed the new tag, indeed the gitweb interface on
> kernel.org/git shows correctly the 1.5.3 tag (and also two new commits
> after that).
>
> I've also pulled from kernel.org/git/qgit in a test repository and got
> the tag succesfully.
>
> I'm not able to reproduce this, in any case I will push again the tags.
>

That's odd. Here's my .git/remotes/origin
---8<---8<---8<---
URL: git://git.kernel.org/pub/scm/qgit/qgit.git
Pull: master:origin
---8<---8<---8<---

I got the tag now, by doing

$ git fetch --tags

although that didn't work last time I fetched the objects (which was
after you had posted the announcement). Strange. This was with git
version 1.4.3.rc3.gb32db.

--
Andreas Ericsson [email protected]
OP5 AB http://www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231