First tarball release of qgit with tabs
From: Marco Costalba <hidden>
Date: 2016-06-15 22:42:27
This is qgit1.3rc1
Rewritten a big chunk of UI code and added support for tabbed views
and powerful key bindings. Now should be far easier and quick to
browse through patches.
1.3 release will be mainly about user friendliness. Any suggestion,
comment and of course bug is, as usual, greatly appreciated.
Detailed changelog in shipped file or directly through public git repo.
Note: Sourceforge seems to have some download problem today!
Marco
Download
--------------
Git archive is at
http://digilander.libero.it/mcostalba/scm/qgit.git
See http://digilander.libero.it/mcostalba/ for detailed download information.
Install
--------
git 1.3.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.