| From: |
| Fredrik Kuivinen <freku045@student.liu.se> |
| To: |
| git@vger.kernel.org |
| Subject: |
| [ANNOUNCE] Gct-0.1, a GUI enabled Git commit tool |
| Date: |
| Fri, 15 Jul 2005 02:46:42 +0200 |
| Archive-link: |
| Article,
Thread
|
Hi,
Gct v0.1 has been released and can be downloaded from
http://www.cyd.liu.se/~freku045/gct/gct-0.1.tar.gz
What follows is an excerpt from the README in the tarball:
Introduction
------------
Git Commit Tool or gct is a simple GUI enabled Git commit tool. It
allows the user to select which files should be committed, write
commit messages and perform the commit. It also has some support for
controlling the synchronisation between the Git cache and the working
directory.
Any comments, suggestions and/or bug reports regarding Gct are greatly
appreciated.
Requirements
------------
* Python, http://www.python.org
* Qt version 3.*, http://www.trolltech.com/products/qt/index.html
* PyQt, http://www.riverbankcomputing.co.uk/pyqt/
* Git a fairly recent snapshot,
http://www.kernel.org/pub/software/scm/git/ and
rsync://rsync.kernel.org/pub/scm/git/git.git
Gct has been developed with Python 2.3, Qt 3.3.4 and PyQt 2.13. Other
fairly recent versions may or may not work.
- Fredrik Kuivinen