This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
gitx /
| name | age | message | |
|---|---|---|---|
| |
.gitattributes | ||
| |
.gitignore | ||
| |
ApplicationController.h | Mon Aug 18 10:44:08 -0700 2008 | |
| |
ApplicationController.m | Mon Aug 18 12:49:45 -0700 2008 | |
| |
COPYING | Sat Jun 21 04:30:57 -0700 2008 | |
| |
CWQuickLook.h | Mon Jun 16 17:29:27 -0700 2008 | |
| |
DetailView.png | ||
| |
Documentation/ | ||
| |
English.lproj/ | Sat Sep 06 14:00:41 -0700 2008 | |
| |
GitTest_DataModel.xcdatamodel/ | Fri Jun 13 06:41:30 -0700 2008 | |
| |
GitX.xcodeproj/ | Sat Sep 06 13:28:44 -0700 2008 | |
| |
GitX_Prefix.pch | Sun Jun 15 15:25:34 -0700 2008 | |
| |
Info.plist | Sat Sep 06 14:11:53 -0700 2008 | |
| |
NSFileHandleExt.h | Fri Jun 13 17:24:55 -0700 2008 | |
| |
NSFileHandleExt.m | ||
| |
PBCLIProxy.h | ||
| |
PBCLIProxy.mm | Mon Aug 18 10:27:57 -0700 2008 | |
| |
PBDetailController.h | Wed Aug 27 17:07:35 -0700 2008 | |
| |
PBDetailController.m | Wed Aug 27 17:07:35 -0700 2008 | |
| |
PBEasyFS.h | Mon Jun 16 20:56:00 -0700 2008 | |
| |
PBEasyFS.m | Mon Jun 16 20:56:00 -0700 2008 | |
| |
PBEasyPipe.h | Mon Jun 16 20:56:00 -0700 2008 | |
| |
PBEasyPipe.m | ||
| |
PBGitCommit.h | ||
| |
PBGitCommit.m | ||
| |
PBGitGraphLine.h | ||
| |
PBGitGraphLine.m | ||
| |
PBGitGrapher.h | ||
| |
PBGitGrapher.m | ||
| |
PBGitLane.h | ||
| |
PBGitLane.m | Wed Aug 27 15:25:33 -0700 2008 | |
| |
PBGitRef.h | Sat Sep 06 13:28:44 -0700 2008 | |
| |
PBGitRef.m | ||
| |
PBGitRepository.h | Thu Aug 28 08:29:34 -0700 2008 | |
| |
PBGitRepository.m | ||
| |
PBGitRevList.h | ||
| |
PBGitRevList.m | Sat Sep 06 13:31:29 -0700 2008 | |
| |
PBGitRevisionCell.h | ||
| |
PBGitRevisionCell.m | ||
| |
PBGitTree.h | ||
| |
PBGitTree.m | ||
| |
PBGraphCellInfo.h | Thu Aug 28 09:07:34 -0700 2008 | |
| |
PBGraphCellInfo.m | Thu Aug 28 09:07:34 -0700 2008 | |
| |
PBQLOutlineView.h | ||
| |
PBQLOutlineView.m | Tue Jun 17 00:29:52 -0700 2008 | |
| |
PBRepositoryDocumentController.h | Mon Aug 18 00:58:39 -0700 2008 | |
| |
PBRepositoryDocumentController.m | ||
| |
PBWebGitController.h | ||
| |
PBWebGitController.m | ||
| |
README | ||
| |
Rakefile | Wed Aug 27 14:10:09 -0700 2008 | |
| |
gitx.mm | ||
| |
html/ | ||
| |
main.m | Fri Jun 13 06:41:30 -0700 2008 | |
| |
speed_test/ | Sat Jun 21 04:41:55 -0700 2008 | |
| |
version.plist | Fri Jun 13 06:41:30 -0700 2008 |
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









