public
Description: git-cola: a highly caffeinated git gui
Homepage: http://cola.tuxfamily.org/
Clone URL: git://github.com/davvid/git-cola.git
name age message
file .gitignore Sat Oct 31 13:19:17 -0700 2009 cola.version: Fix builtin_version usage We no ... [davvid]
file .mailmap Mon Dec 29 15:51:58 -0800 2008 .mailmap: add /me to the mailmap I had a bad u... [davvid]
file COPYRIGHT Tue Oct 27 11:23:03 -0700 2009 COPYRIGHT: It's time to party like it's 2009 S... [David Aguilar]
file INSTALL Thu Jun 18 02:44:47 -0700 2009 INSTALL: mention pyinotify >= 0.7.1 Gentoo rep... [davvid]
file LICENSE Mon Jul 21 00:40:51 -0700 2008 updated readme/license the gpl is so passe Si... [davvid]
file MANIFEST.in Sat Oct 24 12:34:55 -0700 2009 MANIFEST.in: Add Sphinx documentation Signed-o... [davvid]
file Makefile Sat Oct 31 15:34:03 -0700 2009 Makefile: 'test' should depend on 'all' This e... [davvid]
file README Thu Nov 05 20:16:53 -0800 2009 docs: Use 'Git GUI' consistently There were se... [davvid]
directory bin/ Tue May 05 21:39:02 -0700 2009 darwin: add scripts for generating git-cola.app... [davvid]
directory cola/ Thu Nov 05 20:16:53 -0800 2009 docs: Use 'Git GUI' consistently There were se... [davvid]
directory darwin/ Sun May 31 19:36:35 -0700 2009 darwin doc: mention the macports dev environmen... [davvid]
directory jsonpickle/ Mon Apr 20 01:13:06 -0700 2009 Use a private module dir for cola's libraries ... [davvid]
directory libexec/ Thu Oct 08 23:16:21 -0700 2009 Provide an ssh-askpass implementation for Darwi... [davvid]
file setup.cfg Wed Aug 20 02:57:01 -0700 2008 build: remove waf in favor of setuptools waf i... [davvid]
file setup.py Thu Nov 05 20:16:53 -0800 2009 docs: Use 'Git GUI' consistently There were se... [davvid]
directory share/ Thu Nov 05 20:16:53 -0800 2009 docs: Use 'Git GUI' consistently There were se... [davvid]
directory simplejson/ Mon Jul 13 17:45:35 -0700 2009 simplejson/ordered_dict: Support Python2.4 The... [davvid]
directory test/ Sat Oct 10 06:35:41 -0700 2009 tests: Remove the need for test/Makefile The m... [davvid]
directory win32/ Mon Oct 19 00:14:19 -0700 2009 win32: Update installer script to use 'git-cola... [davvid]
README
git-cola: A highly caffeinated Git GUI

git-cola is a sweet, carbonated Git GUI known for its
sugary flavour and caffeine-inspired features.


Copyright (C) 2009 David Aguilar and contributors

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.


INSTALLATION

See the 'INSTALL' file for more details.


THE WEBSITE

Visit the git-cola home page:
    ~ http://cola.tuxfamily.org/


THE MAILING LIST

Visit us on google groups:
    ~ http://groups.google.com/group/git-cola/

Feel free to join, suggest features, and submit patches with
git-send-mail.


THE BUG TRACKER

We use the github issue tracker.  It's simple and it works.
    ~ http://github.com/davvid/git-cola/issues

We do prefer to discuss things on the mailing list, though,
so don't be shy.


ACKNOWLEDGEMENTS

git-cola includes a copy of the following modules:

GitPython ~ http://gitorious.org/projects/git-python/
jsonpickle ~ http://code.google.com/p/jsonpickle/
simplejson ~ http://code.google.com/p/simplejson/