| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 20 Aug 2025 01:54:46 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081019043410
location: https://web.archive.org/web/20081019043410/https://github.com/pieter/gitx/tree/pb%2Fstaging_hunks
server-timing: captures_list;dur=0.522232, exclusion.robots;dur=0.017293, exclusion.robots.policy;dur=0.008510, esindex;dur=0.010695, cdx.remote;dur=30.309279, LoadShardBlock;dur=238.309849, PetaboxLoader3.datanode;dur=74.590515, PetaboxLoader3.resolve;dur=52.755076
x-app-server: wwwb-app220
x-ts: 302
x-tr: 303
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app220; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 20 Aug 2025 01:54:46 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Sun, 19 Oct 2008 04:34:10 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 0.15629
x-archive-orig-etag: "39ea46d1fb00fe5d17f8ab2787db4c6c"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 43612
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 19 Oct 2008 04:34:10 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 19 Oct 2008 04:34:10 GMT", ; rel="memento"; datetime="Sun, 19 Oct 2008 04:34:10 GMT", ; rel="next memento"; datetime="Fri, 21 Nov 2008 22:42:25 GMT", ; rel="last memento"; datetime="Fri, 21 Nov 2008 22:42:25 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_6_20081019003132_crawl107-c/52_6_20081019043348_crawl103.arc.gz
server-timing: captures_list;dur=0.812637, exclusion.robots;dur=0.029305, exclusion.robots.policy;dur=0.014897, esindex;dur=0.018116, cdx.remote;dur=32.091692, LoadShardBlock;dur=248.578714, PetaboxLoader3.datanode;dur=232.455794, PetaboxLoader3.resolve;dur=173.358724, load_resource;dur=205.157142
x-app-server: wwwb-app220
x-ts: 200
x-tr: 622
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
pieter's gitx at pb/staging_hunks — GitHub
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 (
| Description: | A gitk clone for OS X |
| Homepage: | https://gitx.frim.nl |
| Clone URL: |
git://github.com/pieter/gitx.git
Give this clone URL to anyone.
git clone git://github.com/pieter/gitx.git
|
gitx /
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
https://github.com/pieter/gitx. Recent binary releases can be found at
https://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: https://github.com/pieter/gitx/wikis/todo
This feature is coming soon. Sit tight!





