1 ugit: A PyQt-based git gui
3 Copyright (C) 2008 David Aguilar
5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU Lesser General Public License as published by
7 the Free Software Foundation, either version 2 of the License, or
8 (at your option) any later version.
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
15 You should have received a copy of the GNU Lesser General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>.
25 http://gitorious.org/projects/git-python/
28 http://www.riverbankcomputing.co.uk/software/pyqt/intro
33 Debian and RPM users can download freshly built binaries here:
37 sudo dpkg -i ugit_*.deb
38 sudo rpm -ivh ugit-*.rpm
41 If you downloaded a tarball, make sure /path/to/ugit/bin is in your $PATH.
46 Take your pick--any of the following incantations work from the command line:
52 Launching ugit on repositories outside your $CWD:
54 git ugit /repo/path-1 /repo/path-2 .. /repo/path-N
59 You will need the PyQt development tools (v4.3 or greater):
62 sudo apt-get install pyqt4-dev-tools
64 git clone git://repo.or.cz/ugit.git
66 ./configure --prefix=/usr
73 Windows support once was quite experimental with git.
74 These days it's actually quite good and only getting better
75 everyday. As git's windows support improves, so does ugit's.
77 The following is the combination that "works for me" (TM)
80 1) Install the native Python2.5 and PyQt4 installers (in that order):
82 http://python.org/download/
83 http://www.riverbankcomputing.co.uk/pyqt/download.php
85 3) Install git (the author had the best luck with msysgit):
87 http://git.or.cz/gitwiki/WindowsInstall
89 4) Download and unpack ugit:
91 http://ugit.sf.net/releases/
93 Grab the latest win32 tarball and run ugit-win32.sh from
94 within an msysgit or cygwin shell.
96 The script assumes the you have Python/PyQt4 installed in C:/Python25.
97 If this is not the case simply edit the script accordingly.
99 voila, ugit on Windows.
102 NOTE: Windows is not the developer's primary platform.
103 Patches are always greatly appreciated.