public
Description: A gitk clone for OS X
Homepage: http://gitx.frim.nl
Clone URL: git://github.com/pieter/gitx.git
Click here to lend your support to: gitx and make a donation at www.pledgie.com !
gitx /
name age message
file .gitattributes Loading commit data...
file .gitignore
file ApplicationController.h Mon Aug 18 10:44:08 -0700 2008 Adding a menu item to install the CLI tool. [ciaran]
file ApplicationController.m Mon Aug 18 12:49:45 -0700 2008 Installation of the gitx command-line tool. We... [ciaran]
file COPYING Sat Jun 21 04:30:57 -0700 2008 Add a README and license file [pieter]
file CWQuickLook.h Mon Jun 16 17:29:27 -0700 2008 Add QuickLook support in tree view This adds a... [pieter]
file DetailView.png
directory Documentation/
directory English.lproj/ Sat Sep 06 14:00:41 -0700 2008 Use PBGitRef for other refs [pieter]
directory GitTest_DataModel.xcdatamodel/ Fri Jun 13 06:41:30 -0700 2008 Initial commit [pieter]
directory GitX.xcodeproj/ Sat Sep 06 13:28:44 -0700 2008 Add a PBGitRef, a class to represent refs [pieter]
file GitX_Prefix.pch Sun Jun 15 15:25:34 -0700 2008 Rename to GitX [pieter]
file Info.plist Sat Sep 06 14:11:53 -0700 2008 Bump version to 0.2 [pieter]
file NSFileHandleExt.h Fri Jun 13 17:24:55 -0700 2008 Add a search field and subject [pieter]
file NSFileHandleExt.m
file PBCLIProxy.h
file PBCLIProxy.mm Mon Aug 18 10:27:57 -0700 2008 Amend the CLI tool to use the distributed objec... [ciaran]
file PBDetailController.h Wed Aug 27 17:07:35 -0700 2008 Add a Refresh menu item [pieter]
file PBDetailController.m Wed Aug 27 17:07:35 -0700 2008 Add a Refresh menu item [pieter]
file PBEasyFS.h Mon Jun 16 20:56:00 -0700 2008 Delete temporary files when they are deallocate... [pieter]
file PBEasyFS.m Mon Jun 16 20:56:00 -0700 2008 Delete temporary files when they are deallocate... [pieter]
file PBEasyPipe.h Mon Jun 16 20:56:00 -0700 2008 Delete temporary files when they are deallocate... [pieter]
file PBEasyPipe.m
file PBGitCommit.h
file PBGitCommit.m
file PBGitGraphLine.h
file PBGitGraphLine.m
file PBGitGrapher.h
file PBGitGrapher.m
file PBGitLane.h
file PBGitLane.m Wed Aug 27 15:25:33 -0700 2008 Grapher: Add colors to lane This introduces a ... [pieter]
file PBGitRef.h Sat Sep 06 13:28:44 -0700 2008 Add a PBGitRef, a class to represent refs [pieter]
file PBGitRef.m
file PBGitRepository.h Thu Aug 28 08:29:34 -0700 2008 Grapher: add first part of displaying refs Thi... [pieter]
file PBGitRepository.m
file PBGitRevList.h
file PBGitRevList.m Sat Sep 06 13:31:29 -0700 2008 Merge branch 'display_tags' * display_tags: ... [pieter]
file PBGitRevisionCell.h
file PBGitRevisionCell.m
file PBGitTree.h
file PBGitTree.m
file PBGraphCellInfo.h Thu Aug 28 09:07:34 -0700 2008 Grapher: draw ref names This simply draws the ... [pieter]
file PBGraphCellInfo.m Thu Aug 28 09:07:34 -0700 2008 Grapher: draw ref names This simply draws the ... [pieter]
file PBQLOutlineView.h
file PBQLOutlineView.m Tue Jun 17 00:29:52 -0700 2008 Allow dragging of files out of tree view This ... [pieter]
file PBRepositoryDocumentController.h Mon Aug 18 00:58:39 -0700 2008 Completing the document-based app setup. Multi... [ciaran]
file PBRepositoryDocumentController.m
file PBWebGitController.h
file PBWebGitController.m
file README
file Rakefile Wed Aug 27 14:10:09 -0700 2008 Modify Rakefile to allow to publish stable rele... [pieter]
file gitx.mm
directory html/
file main.m Fri Jun 13 06:41:30 -0700 2008 Initial commit [pieter]
directory speed_test/ Sat Jun 21 04:41:55 -0700 2008 Grapher: add speed tests This creates a new di... [pieter]
file version.plist Fri Jun 13 06:41:30 -0700 2008 Initial commit [pieter]
README
GitX
---------------

# What is GitX?

GitX is a gitk like clone written specifically for OS X Leopard and higher.
This means that it has a native interface and tries to integrate with the
operating system as good as possible. Examples of this are drag and drop
support and QuickLook support.


# Features

The project is currently still in its starting phases. As time goes on,
hopefully more features will be added. Currently GitX supports the following:

  * History browsing of your repository
  * See a nicely formatted diff of any revision
  * Search based on author or revision subject
  * Look at the complete tree of any revision
    * Preview any file in the tree in a text view or with QuickLook
    * Drag and drop files out of the tree view to copy them to your system
  
# License

GitX is licensed under the GPL version 2. For more information, see the attached COPYING file.

# Downloading

GitX is currently hosted at GitHub. It's project page can be found at
http://github.com/pieter/gitx. Recent binary releases can be found at
http://github.com/pieter/gitx/wikis.

If you wish to follow GitX development, you can download the source code
through git:

  git clone git://github.com/pieter/gitx

# Installation

The easiest way to get GitX running is to download the binary release from the
wiki. If you wish to compile it yourself, you will need XCode 3.0 or later. As
GitX makes use of features available only on Leopard (such as garbage
collection), you will not be able to compile it on previous versions of OS X.

To compile GitX, open the GitX.xcodeproj file and hit "Build".

# Helping out

Any help on GitX is welcome. GitX is programmed in Objective-C, but even if
you are not a programmer you can do useful things. A short selection:

  * Create a nice icon;
  * Help with the Javascript/HTML views, such as the diff view;
  * File bug reports and feature requests.

A TODO list can be found on the wiki: http://github.com/pieter/gitx/wikis/todo