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 Mon Aug 18 10:44:48 -0700 2008 Disabling diffs for the new xib file [ciaran]
file .gitignore Loading commit data...
file ApplicationController.h Mon Aug 18 10:44:08 -0700 2008 Adding a menu item to install the CLI tool. [ciaran]
file ApplicationController.m
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/
directory GitTest_DataModel.xcdatamodel/ Fri Jun 13 06:41:30 -0700 2008 Initial commit [pieter]
directory GitX.xcodeproj/
file GitX_Prefix.pch Sun Jun 15 15:25:34 -0700 2008 Rename to GitX [pieter]
file Info.plist
file NSFileHandleExt.h Fri Jun 13 17:24:55 -0700 2008 Add a search field and subject [pieter]
file NSFileHandleExt.m Tue Jun 17 04:59:20 -0700 2008 Fix bug in encoding parsing If a commit had in... [pieter]
file PBCLIProxy.h
file PBCLIProxy.mm
file PBCommitList.h
file PBCommitList.m
file PBDetailController.h
file PBDetailController.m
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 Mon Jun 16 20:56:00 -0700 2008 Delete temporary files when they are deallocate... [pieter]
file PBGitCommit.h
file PBGitCommit.m
file PBGitGraphLine.h Wed Aug 27 15:25:33 -0700 2008 Grapher: Add colors to lane This introduces a ... [pieter]
file PBGitGraphLine.m Wed Aug 27 15:25:33 -0700 2008 Grapher: Add colors to lane This introduces a ... [pieter]
file PBGitGrapher.h
file PBGitGrapher.m
file PBGitLane.h Wed Aug 27 15:25:33 -0700 2008 Grapher: Add colors to lane This introduces a ... [pieter]
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 Sat Sep 06 13:28:44 -0700 2008 Add a PBGitRef, a class to represent refs [pieter]
file PBGitRepository.h
file PBGitRepository.m
file PBGitRevList.h
file PBGitRevList.m
file PBGitRevSpecifier.h
file PBGitRevSpecifier.m
file PBGitRevisionCell.h Wed Aug 27 12:51:42 -0700 2008 Rewrite the graphing code This uses more Cocoa... [pieter]
file PBGitRevisionCell.m
file PBGitTree.h
file PBGitTree.m Mon Aug 18 15:16:31 -0700 2008 Prevent confusing filenames when quick-looking ... [ciaran]
file PBGraphCellInfo.h
file PBGraphCellInfo.m
file PBQLOutlineView.h Mon Jun 16 17:55:49 -0700 2008 Allow QuickLook to activate by pressing space ... [pieter]
file PBQLOutlineView.m Tue Jun 17 00:29:52 -0700 2008 Allow dragging of files out of tree view This ... [pieter]
file PBRepositoryDocumentController.h
file PBRepositoryDocumentController.m
file PBWebGitController.h
file PBWebGitController.m
file README Fri Sep 12 10:35:11 -0700 2008 Update documentation [pieter]
file Rakefile Wed Aug 27 14:10:09 -0700 2008 Modify Rakefile to allow to publish stable rele... [pieter]
directory Sparkle.framework/ Sat Sep 06 15:21:59 -0700 2008 Add Sparkle update framework [pieter]
file feed.xml
file gitx.icns
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
   * Support for all parameters git rev-list has
# 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".

# Usage

GitX itself is fairly simple. Most of its power is in the 'gitx' binary, which
you should install through the menu. the 'gitx' binary supports most of git
rev-list's arguments. For example, you can run `gitx --all' to display all
branches in the repository, or `gitx -- Documentation' to only show commits
relating to the 'Documentation' subdirectory. With `gitx -Shaha', gitx will
only show commits that contain the word 'haha'. Similarly, with 'gitx
v0.2.1..', you will get a list of all commits since version 0.2.1.

# 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