CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 21 Aug 2025 11:31:32 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100327193624
location: https://web.archive.org/web/20100327193624/https://github.com/brotherbard/gitx
server-timing: captures_list;dur=0.920162, exclusion.robots;dur=0.030924, exclusion.robots.policy;dur=0.013497, esindex;dur=0.020303, cdx.remote;dur=37.827795, LoadShardBlock;dur=194.408238, PetaboxLoader3.datanode;dur=77.453103, PetaboxLoader3.resolve;dur=34.613844
x-app-server: wwwb-app213
x-ts: 302
x-tr: 388
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app213; 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: Thu, 21 Aug 2025 11:31:33 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 27 Mar 2010 19:36:24 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "a730ec132c9d309228bff6758b0af7b1"
x-archive-orig-x-runtime: 141ms
x-archive-orig-content-length: 159299
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: Sat, 27 Mar 2010 19:36:24 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 26 Nov 2009 04:15:44 GMT", ; rel="prev memento"; datetime="Tue, 23 Feb 2010 18:44:31 GMT", ; rel="memento"; datetime="Sat, 27 Mar 2010 19:36:24 GMT", ; rel="next memento"; datetime="Sun, 02 May 2010 10:26:08 GMT", ; rel="last memento"; datetime="Fri, 25 Jul 2025 20:35:41 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_20100327193417_crawl101-c/51_15_20100327193623_crawl101.arc.gz
server-timing: captures_list;dur=0.599405, exclusion.robots;dur=0.023132, exclusion.robots.policy;dur=0.012292, esindex;dur=0.013750, cdx.remote;dur=28.362431, LoadShardBlock;dur=220.096190, PetaboxLoader3.datanode;dur=118.653905, PetaboxLoader3.resolve;dur=205.289200, load_resource;dur=128.983248
x-app-server: wwwb-app213
x-ts: 200
x-tr: 571
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
brotherbard's gitx at experimental - GitHub
brotherbard / gitx forked from andreberg/gitx
- Source
- Commits
- Network (97)
- Issues (2)
- Downloads (15)
- Wiki (1)
- Graphs
-
Branch:
experimental
click here to add a description
click here to add a homepage
Sending Request…
Experimental fork of Pieter's nice git GUI for OS X. Includes: sidebar, fetch, pull, push, add remote, merge, cherry-pick, rebase, clone, clone to. Mac OS X 10.5+ (see wiki for screenshot) — 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