CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 09 Aug 2025 08:02:37 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100506234816
location: https://web.archive.org/web/20100506234816/https://github.com/andreberg/gitx
server-timing: captures_list;dur=6.447226, exclusion.robots;dur=0.035666, exclusion.robots.policy;dur=0.016237, esindex;dur=0.015061, cdx.remote;dur=157.793542, LoadShardBlock;dur=404.721344, PetaboxLoader3.datanode;dur=136.738526, PetaboxLoader3.resolve;dur=153.801216
x-app-server: wwwb-app210
x-ts: 302
x-tr: 632
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app210; 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: Sat, 09 Aug 2025 08:02:38 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 06 May 2010 23:48:16 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "11c9fca3fe5cf8fbccde0e56f0508a18"
x-archive-orig-x-runtime: 124ms
x-archive-orig-content-length: 169708
x-archive-orig-set-cookie: csrf_id=7b281d79befda0b5e0fff6178efb69c1; path=/
x-archive-orig-set-cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 06 May 2010 23:48:16 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 11 Jan 2010 21:54:27 GMT", ; rel="prev memento"; datetime="Mon, 29 Mar 2010 19:13:56 GMT", ; rel="memento"; datetime="Thu, 06 May 2010 23:48:16 GMT", ; rel="next memento"; datetime="Mon, 12 Jun 2017 03:22:04 GMT", ; rel="last memento"; datetime="Thu, 17 Dec 2020 03:29:31 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: 51_15_20100506063850_crawl103-c/51_15_20100506234554_crawl101.arc.gz
server-timing: captures_list;dur=0.700915, exclusion.robots;dur=0.029357, exclusion.robots.policy;dur=0.012385, esindex;dur=0.008889, cdx.remote;dur=23.513544, LoadShardBlock;dur=154.505955, PetaboxLoader3.datanode;dur=145.918529, PetaboxLoader3.resolve;dur=140.885096, load_resource;dur=150.391053
x-app-server: wwwb-app210
x-ts: 200
x-tr: 656
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
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
andreberg's gitx at master - GitHub
andreberg / gitx forked from pieter/gitx
- Source
- Commits
- Network (103)
- Issues (1)
- Downloads (17)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Sending Request…
This fork is a digest of strong features from all around the project, including flavors added by yours truly. Grab a binary from Downloads and see if it is for you... — Read more
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