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... [davvid]
file INSTALL Thu Dec 03 21:27:40 -0800 2009 INSTALL: Update download urls Signed-off-by: D... [davvid]
file LICENSE Mon Jul 21 00:40:51 -0700 2008 updated readme/license the gpl is so passe Si... [davvid]
file MANIFEST.in Tue Dec 01 16:15:03 -0800 2009 Don't ship forked simplejson [mathstuf]
file Makefile Wed Nov 18 19:45:55 -0800 2009 Makefile: Add git-cola.app Signed-off-by: Davi... [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/ Mon Dec 14 15:20:16 -0800 2009 views.status: Add missing 'utils' import Signe... [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]
file setup.cfg Wed Aug 20 02:57:01 -0700 2008 build: remove waf in favor of setuptools waf i... [davvid]
file setup.py Sat Nov 14 04:05:51 -0800 2009 Merge branch 'maint-1.4.0' * maint-1.4.0: do... [davvid]
directory share/ Fri Dec 11 21:49:30 -0800 2009 releases: Mention the desktop entry name change... [davvid]
directory simplejson/ Mon Jul 13 17:45:35 -0700 2009 simplejson/ordered_dict: Support Python2.4 The... [davvid]
directory test/ Fri Dec 04 03:31:46 -0800 2009 cola.app: Guard against QString for PyQt4.3 com... [davvid]
directory win32/ Sat Nov 14 04:03:01 -0800 2009 Move SSH_ASKPASS scripts to share/git-cola/bin ... [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/