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 Wed Sep 17 03:58:39 -0700 2008 Add objective c diff header [pieter]
file .gitignore Loading commit data...
file .gitmodules Mon Nov 24 13:53:48 -0800 2008 Include libgit2 as submodule and use it to stor... [pieter]
file ApplicationController.h
file ApplicationController.m
file COPYING
file CWQuickLook.h
file Credits.html Sun Jan 25 07:33:15 -0800 2009 Add a link to GitX Homepage in the about dialog [pieter]
file DBPrefsWindowController.h
file DBPrefsWindowController.m Mon Jan 19 08:38:02 -0800 2009 Add a preferences window This adds a preferenc... [clj]
directory Documentation/
directory English.lproj/ Thu Mar 26 16:03:48 -0700 2009 Add more defaults for handling Gists [Pieter de Bie]
directory GitTest_DataModel.xcdatamodel/ Fri Jun 13 06:41:30 -0700 2008 Initial commit [pieter]
directory GitX.xcodeproj/
file GitX_Prefix.pch
directory Images/
file Info.plist
file NSFileHandleExt.h
file NSFileHandleExt.m Mon Jan 19 09:05:32 -0800 2009 Use NSISOLatin1 encoding instead of ASCII We u... [pieter]
file PBCLIProxy.h
file PBCLIProxy.mm Tue Nov 18 17:21:02 -0800 2008 CLI: Show history view if necessary [pieter]
file PBChangedFile.h
file PBChangedFile.m Mon Dec 22 12:31:05 -0800 2008 CommitView: Don't change selection when refresh... [pieter]
file PBCommitList.h Sat Nov 01 14:51:10 -0700 2008 WebHistoryController: Move ref deletion to RefC... [pieter]
file PBCommitList.m
file PBCommitMessageView.h Tue Oct 21 05:56:43 -0700 2008 CommitView: Add a vertical line to the commit m... [jmesnil]
file PBCommitMessageView.m
file PBDiffWindow.xib
file PBDiffWindowController.h
file PBDiffWindowController.m Tue Oct 21 06:43:26 -0700 2008 Add a diff window This allows you to do someth... [pieter]
file PBEasyFS.h Mon Jun 16 20:56:00 -0700 2008 Delete temporary files when they are deallocate... [pieter]
file PBEasyFS.m
file PBEasyPipe.h Mon Nov 17 13:07:30 -0800 2008 make taskForCommand public so other classes can... [bkerley]
file PBEasyPipe.m
file PBFileChangesTableView.h Tue Nov 18 14:59:25 -0800 2008 CommitView: move index functions to separate co... [pieter]
file PBFileChangesTableView.m
file PBGitBinary.h Tue Oct 14 07:27:50 -0700 2008 GitBinary: Add git version information This ma... [pieter]
file PBGitBinary.m Mon Jan 19 08:38:07 -0800 2009 GitBinary: Show an error if someone entered an ... [pieter]
file PBGitCommit.h Mon Mar 23 16:33:43 -0700 2009 Fix moving of refs This was seriously broken a... [Pieter de Bie]
file PBGitCommit.m
file PBGitCommitController.h
file PBGitCommitController.m
file PBGitCommitView.xib
file PBGitConfig.h Mon Oct 13 16:02:27 -0700 2008 Add a way to retrieve values from .git/config f... [pieter]
file PBGitConfig.m Mon Jan 19 08:55:43 -0800 2009 Fix file path construction when using NSString [Rick Berry]
file PBGitDefaults.h Thu Mar 26 16:03:48 -0700 2009 Add more defaults for handling Gists [Pieter de Bie]
file PBGitDefaults.m
file PBGitGraphLine.h Mon Nov 24 13:54:04 -0800 2008 Use structs for graph lines We used to use NSO... [pieter]
file PBGitGraphLine.m
file PBGitGrapher.h Sat Jan 24 18:14:09 -0800 2009 PBGitCommit: Don't store refs We already keep ... [pieter]
file PBGitGrapher.mm Sat Jan 24 18:14:09 -0800 2009 PBGitCommit: Don't store refs We already keep ... [pieter]
file PBGitHistoryController.h
file PBGitHistoryController.m Mon Dec 22 11:47:36 -0800 2008 Update views when switching [pieter]
file PBGitHistoryView.xib Sun Jan 25 09:54:19 -0800 2009 HistoryView: Use the realSha for the searchfiel... [pieter]
file PBGitIndexController.h
file PBGitIndexController.m
file PBGitLane.h
file PBGitLane.mm Tue Nov 25 08:43:11 -0800 2008 PBGitLane: remove functions with NSString argum... [pieter]
file PBGitRef.h
file PBGitRef.m Fri Sep 19 04:56:46 -0700 2008 Show refs in HTML view [pieter]
file PBGitRepository.h Fri Feb 06 12:09:03 -0800 2009 Fix ticket #84: disable commit view for bare repos [oyamauchi]
file PBGitRepository.m
file PBGitRevList.h
file PBGitRevList.mm Wed Jan 28 12:30:56 -0800 2009 RevList: Don't rely on the presence of %x00 Th... [Pieter de Bie]
file PBGitRevSpecifier.h Tue Nov 18 17:10:21 -0800 2008 HistoryView: Add a "Local Branches" option [pieter]
file PBGitRevSpecifier.m Mon Dec 01 04:51:35 -0800 2008 GitRevSpecifier: Add NSCoder protocol This way... [pieter]
file PBGitRevisionCell.h
file PBGitRevisionCell.m Mon Mar 23 16:33:43 -0700 2009 Fix moving of refs This was seriously broken a... [Pieter de Bie]
file PBGitTree.h
file PBGitTree.m Mon Mar 23 16:01:51 -0700 2009 Fix saving tree to folder [mikejs]
file PBGitWindowController.h Wed Nov 26 08:44:25 -0800 2008 GitWindowController: Store multiple views This... [pieter]
file PBGitWindowController.m Fri Feb 06 12:09:03 -0800 2009 PBGitWindowController: Default to historyViewCo... [heipei]
file PBGitXProtocol.h
file PBGitXProtocol.m
file PBGraphCellInfo.h Mon Nov 24 13:54:05 -0800 2008 PBGraphCellInfo: remove unneeded data member A... [pieter]
file PBGraphCellInfo.m Mon Nov 24 13:54:04 -0800 2008 Use structs for graph lines We used to use NSO... [pieter]
file PBIconAndTextCell.h
file PBIconAndTextCell.mm Tue Sep 23 14:41:32 -0700 2008 Hit testing and action sending [ciaran]
file PBNSURLPathUserDefaultsTransfomer.h Mon Jan 19 08:38:02 -0800 2009 Add a preferences window This adds a preferenc... [clj]
file PBNSURLPathUserDefaultsTransfomer.m
file PBNiceSplitView.h Fri Oct 31 15:44:24 -0700 2008 History/CommitView: Use a nice-looking splitvie... [pieter]
file PBNiceSplitView.m
file PBPrefsWindowController.h
file PBPrefsWindowController.m Mon Jan 19 08:48:41 -0800 2009 Add panel for integration settings. [dlundqvist]
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 PBRefContextDelegate.h Sat Nov 01 14:51:10 -0700 2008 GitRevisionCell: Allow right-clicking on refs ... [pieter]
file PBRefController.h Tue Nov 18 17:12:03 -0800 2008 HistoryView: Correctly update branches when cha... [pieter]
file PBRefController.m
file PBRefMenuItem.h Sat Nov 01 15:16:41 -0700 2008 RefController: Refactor ref menu to its own class [pieter]
file PBRefMenuItem.m Sat Nov 01 15:24:41 -0700 2008 RefController: Allow checking out branches [pieter]
file PBRepositoryDocumentController.h
file PBRepositoryDocumentController.m
file PBServicesController.h Mon Oct 27 09:40:46 -0700 2008 Add a Complete SHA service This adds a service... [pieter]
file PBServicesController.m
file PBUnsortableTableHeader.h Fri Oct 03 10:07:05 -0700 2008 HistoryView: Allow tripple-clicking on header t... [pieter]
file PBUnsortableTableHeader.m
file PBViewController.h Mon Dec 22 11:47:36 -0800 2008 Update views when switching [pieter]
file PBViewController.m Mon Dec 22 11:47:36 -0800 2008 Update views when switching [pieter]
file PBWebChangesController.h Mon Jan 19 13:37:37 -0800 2009 CommitView: Allow changing of context size Thi... [pieter]
file PBWebChangesController.m Mon Jan 19 13:37:37 -0800 2009 CommitView: Allow changing of context size Thi... [pieter]
file PBWebController.h
file PBWebController.m Thu Mar 26 16:03:48 -0700 2009 Make confirmation of Gists optional This makes... [Pieter de Bie]
file PBWebDiffController.h Tue Oct 21 06:43:26 -0700 2008 Add a diff window This allows you to do someth... [pieter]
file PBWebDiffController.m
file PBWebHistoryController.h
file PBWebHistoryController.m
file README Fri Sep 12 10:35:11 -0700 2008 Update documentation [pieter]
file Rakefile Mon Dec 15 09:05:24 -0800 2008 Always build in the project-relative build/ fol... [kballard]
file RoundedRectangle.h Wed Sep 24 08:19:58 -0700 2008 Fix compiler warnings [pieter]
file RoundedRectangle.m
directory Site/
directory Sparkle.framework/ Sat Sep 06 15:21:59 -0700 2008 Add Sparkle update framework [pieter]
file SpeedTest-Info.plist Mon Nov 24 13:32:46 -0800 2008 Create a new SpeedTest target This adds a new ... [pieter]
file feed.xml Mon Nov 17 06:31:56 -0800 2008 Update Sparke feed (oops) [pieter]
file gitx.icns Sat Sep 20 13:23:51 -0700 2008 Add a new icon in OS X style [Kim Does]
file gitx.mm Tue Mar 24 07:55:15 -0700 2009 gitx CLI: Add option to find git path [Pieter de Bie]
directory html/ Thu Mar 26 16:03:48 -0700 2009 Make confirmation of Gists optional This makes... [Pieter de Bie]
submodule libgit2 - bda29d0
file main.m Fri Jun 13 06:41:30 -0700 2008 Initial commit [pieter]
directory speed_test/
file speedtest.h Mon Nov 24 13:32:46 -0800 2008 Create a new SpeedTest target This adds a new ... [pieter]
file speedtest.m
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