LWN.net Logo

qgit 1.1

From:  "Marco Costalba" <mcostalba@gmail.com>
To:  git@vger.kernel.org
Subject:  [ANNOUNCE] qgit 1.1
Date:  Sat, 18 Feb 2006 14:14:42 +0100
Cc:  proski@gnu.org
Archive-link:  Article, Thread

This is qgit-1.1

With qgit you will be able to browse revisions history, view patch
content and changed
files, graphically following different development branches.


FEATURES

 - View revisions, diffs, files history, files annotation, archive tree.

 - Commit changes visually cherry picking modified files.

 - Apply or format patch series from selected commits, drag and
   drop commits between two instances of qgit.

  - qgit implements a GUI for the most common StGIT commands like push/pop
   and apply/format patches. You can also create new patches or refresh
   current top one using the same semantics of git commit, i.e. cherry picking
   single modified files.


NEW IN THIS RELEASE

A lot of work has been done by Pavel and me from 1.0, too much to list.
A notably change from the last rc3 is a much improved GUI, courtesy of Pavel,
and various stability fixes.

Update to 1.1 is suggested for all users.

Please note that you will need git 1.2 or newer.


DOWNLOAD

SourceForge tarball link is:

      http://prdownloads.sourceforge.net/qgit/qgit-1.1.tar.bz2?...


Refer to http://digilander.libero.it/mcostalba/ for additional links
and detailed change log.

Installation should be as simple as ./configure + make + make install-strip

The last one (install-strip) to have a much smaller bin with debug
info stripped.
Please refer to shipped README file for more information.

In case you prefer to clone from the public git repository:

  http://digilander.libero.it/mcostalba/scm/qgit.git

you may run 'autoreconf -i' before ./configure


	Marco

Copyright © 2006, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds