git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE qgit-1.4]
@ 2006-07-15  7:31 Marco Costalba
  2006-07-15  9:20 ` Jakub Narebski
  0 siblings, 1 reply; 2+ messages in thread
From: Marco Costalba @ 2006-07-15  7:31 UTC (permalink / raw)
  To: GIT list, linux-kernel

This is qgit-1.4

With qgit you will be able to browse revision histories, 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.

 - Associate commands sequences, scripts and anything else executable
   to a custom action. Actions can be run from menu and corresponding
   output is grabbed by a terminal window.

  - 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

To let user to quickly invoke native git commands from the menu bar a
'custom action' build dialog has been added.

It is possible to associate commands sequences, scripts and anything
else executable to a custom action, give it a name and then call from
menu when needed. The corresponding output is grabbed by a terminal
window.

An action can also ask for command line arguments before to run so
to allow for maximum flexibility.

Just to name a few, I have created some stuff like 'git pull', make,
'make install', git pull with input argument and so on, and I've found
them quite useful.

There is also some work on near tag information and better tag markers,
see changelog for details.


Please note that you will need git 1.4.0 or newer.


DOWNLOAD

Tarball is
http://prdownloads.sourceforge.net/qgit/qgit-1.4.tar.bz2?download

Git archive is
git://git.kernel.org/pub/scm/qgit/qgit.git

See http://digilander.libero.it/mcostalba/ for detailed download information.


INSTALLATION

git 1.4.0 is required.

To install from tarball:

./configure
make
make install-strip

To install from git archive:

autoreconf -i
./configure
make
make install-strip

Or check the shipped README for detailed information.


CHANGELOG from 1.3

- added custom action support

- use markers for refs instead of background color in short log line

- added "Copy link sha1" context menu entry in revision description

- CTRL+right click on a revision to toggle 'diff to selected sha' mode

- added support for applying patches to working directory only

- better diagnostic when a command fails to start

- show branches that revision belongs to

- show near tags information in revision description

- show children list in revision description

- added a tool button to highlight filter matches instead of filtering

For a complete changelog see shipped ChangeLog file or git repository
revision's history

	Marco

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

* Re: [ANNOUNCE qgit-1.4]
  2006-07-15  7:31 [ANNOUNCE qgit-1.4] Marco Costalba
@ 2006-07-15  9:20 ` Jakub Narebski
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Narebski @ 2006-07-15  9:20 UTC (permalink / raw)
  To: git; +Cc: linux-kernel

Marco Costalba wrote:

> - use markers for refs instead of background color in short log line

Thanks a lot. That was what I was lacking in qgit. I have not yet downloaded
qgit-1.4,... but perhaps having both background color for branch tips and
markers for both branches (heads) and tags would be best of both options.

-- 
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git

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

end of thread, other threads:[~2006-07-15  9:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-15  7:31 [ANNOUNCE qgit-1.4] Marco Costalba
2006-07-15  9:20 ` Jakub Narebski

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