* [ANNOUNCE qgit-1.0rc2]
@ 2006-04-17 11:38 Marco Costalba
0 siblings, 0 replies; only message in thread
From: Marco Costalba @ 2006-04-17 11:38 UTC (permalink / raw)
To: git
Two new main features:
1) Thanks to Johannes's new --patch-with-stat option in git-diff-tree
we can now show stat info at the beginning of the patch. (Still not
working with merges)
2) A more then 20% speed up due to a heavy optimizing work on some
internal structures.
Interesting enough also the text size has been shrunk of 24KB.
Now qgit is really very very very fast :-)
In my old PC a complete Linux tree loading (on warmed-up cache) passes
from 6.8s to 5.4s.
As a fair compare:
$ /usr/bin/time git-rev-list --header --topo-order --boundary
--parents HEAD > /dev/null
2.24user 0.20system 0:02.45elapsed 99%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+13268minor)pagefaults 0swaps
DOWNLOAD
Tarball is at
http://prdownloads.sourceforge.net/qgit/qgit-1.2rc2.tar.bz2?download
Git archive is at
http://digilander.libero.it/mcostalba/scm/qgit.git
See http://digilander.libero.it/mcostalba/ for detailed download information.
NOTE NOTE: you probably need to clone again the repository due to some
deleted revisions in the git archive.
INSTALLATION
To install from tarball use:
./configure
make
make install-strip
To install from git archive:
git clone http://digilander.libero.it/mcostalba/scm/qgit.git
cd qgit
autoreconf -i
./configure
make
make install-strip
Or check the shipped README for detailed information.
CHANGELOG
- show stat info in patch viewer. Use new --patch-with-stat
git-diff-tree option
- revisions storing update. Change revisions container and defer parsing
- use a circular buffer instead of a double buffer to load data
- defer graph lanes calculation. Drawing was already deferred
- remove useless option "File window always on top"
- pop-up a warning if external diff viewer fails to start
- add a pop-up menu in file list window
- avoid to show patches not in current StGIT branch
- fix StGIT commit to remove temporary files when finished
- small GUI tweaks
Marco
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-04-17 11:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-17 11:38 [ANNOUNCE qgit-1.0rc2] Marco Costalba
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).