| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 23 Dec 2025 12:23:34 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090817092658
location: https://web.archive.org/web/20090817092658/https://github.com/feeds/pieter/commits/gitx/master
server-timing: captures_list;dur=1.420166, exclusion.robots;dur=0.203485, exclusion.robots.policy;dur=0.181176, esindex;dur=0.017075, cdx.remote;dur=9.599384, LoadShardBlock;dur=187.367732, PetaboxLoader3.datanode;dur=82.049709, PetaboxLoader3.resolve;dur=57.390478
x-app-server: wwwb-app222-dc8
x-ts: 302
x-tr: 254
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app222; path=/
x-location: All
x-as: 14061
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: Tue, 23 Dec 2025 12:23:35 GMT
content-type: application/atom+xml; charset=utf-8
content-length: 8610
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Mon, 17 Aug 2009 09:26:58 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 2757ms
x-archive-orig-etag: "bd2a94b9f376e1dff9a72671bb532e07"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 8610
cache-control: max-age=1800
x-archive-guessed-content-type: text/xml
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 17 Aug 2009 09:26:58 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
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_11_20090817044857_crawl101.gpg-c/52_11_20090817092442_crawl101.arc.gz
server-timing: captures_list;dur=0.597359, exclusion.robots;dur=0.019700, exclusion.robots.policy;dur=0.008803, esindex;dur=0.011635, cdx.remote;dur=13.595186, LoadShardBlock;dur=278.400904, PetaboxLoader3.datanode;dur=205.999905, PetaboxLoader3.resolve;dur=118.960890, load_resource;dur=185.440794
x-app-server: wwwb-app222-dc8
x-ts: 200
x-tr: 516
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
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=()
accept-ranges: bytes
tag:github.com,2008:/feeds/pieter/commits/gitx/master
Recent Commits to gitx:master
2009-07-07T10:46:04-07:00
tag:github.com,2008:Grit::Commit/193b834a5c50a06812fb21a274d7dd823c641146
PBCollapsibleSplitView: Enable collapse/uncollapse using keys
2009-07-07T10:46:04-07:00
<pre>m PBCollapsibleSplitView.h
m PBCollapsibleSplitView.m
m PBCommitList.m
PBCollapsibleSplitView: Enable collapse/uncollapse using keys
This adds a method to programmatically collapse/uncollapse the two
subviews of our custom SplitView-class. It also implements a
keyDown-method so that the collapsing can be used with
Command-Shift-{Up,Down}.
Signed-off-by: Johannes Gilger <heipei@hackvalue.de></pre>
Johannes Gilger
tag:github.com,2008:Grit::Commit/d669050551cf47ee351981bbeb84d793f97644a1
Add PBCollapsibleSplitView as subclass of PBNiceSplitView
2009-07-07T10:46:00-07:00
<pre>m GitX.xcodeproj/project.pbxproj
+ PBCollapsibleSplitView.h
+ PBCollapsibleSplitView.m
m PBGitHistoryController.h
m PBGitHistoryController.m
m PBGitHistoryView.xib
Add PBCollapsibleSplitView as subclass of PBNiceSplitView
This adds a subclass to PBNiceSplitView which has collapsible subviews
as well as an uncollapse-method. The initWithTopMin method is used to
set the minimum sizes for the subviews.
Signed-off-by: Johannes Gilger <heipei@hackvalue.de></pre>
Johannes Gilger
tag:github.com,2008:Grit::Commit/f146e9a346e477ac9854d831cfa9e4440687258e
Site: smush.it images
2009-07-07T04:13:04-07:00
<pre>m Site/assets/images/bg.png
m Site/assets/images/download.png
m Site/assets/images/favicon.png
m Site/assets/images/qtime.png
Site: smush.it images</pre>
Pieter de Bie
tag:github.com,2008:Grit::Commit/04db47d8e6ee71b662080c0b162150fcd752ffae
Merge commit 'origin/master'
2009-07-07T04:02:27-07:00
<pre>
Merge commit 'origin/master'
* commit 'origin/master':
CommitController: Don't turn of off automatic rearranging
PBGitRepository: Clean up the readFromURL: method
PBGitRepository: Fix opening of large directories due to bug in NSFileWrapper.
PBGitIndexController: Renamed "Revert" to "Discard"
CommitController: Reject merges
HistoryController: Add "Open Files" menu item
WebHistoryView: Also use the tree context menu
HistoryController: Use a programatically created context menu
WebHistoryController: Refactor menu search to be recursive
HistoryController: Add some marks
PBGitHistory: Add "Show in Finder" to files
Display context menu in the history tree to show related commits
History fileview: select current item on rightclick
PBGitConfig: Add missing sentinel
Remove use of deprecated stringWithCString
HistoryView: only add parents if parents array exists
keyboardNavigation: Fix keys 'c' and 'v' from webView
Site: add link to Twitter
Conflicts:
PBGitHistoryView.xib
PBGitIndexController.m</pre>
Pieter de Bie
tag:github.com,2008:Grit::Commit/3ee50de56b5bf994b2ebb87213fce88de5af95e6
Truncate the middle of pathnames in the Unstaged/Staged Changes lists.
2009-07-07T03:56:55-07:00
<pre>m PBGitCommitView.xib
Truncate the middle of pathnames in the Unstaged/Staged Changes lists.
Previously, the ends of the pathnames were truncated instead, which
could lose the filename.</pre>
Nicholas Riley
tag:github.com,2008:Grit::Commit/3bed4975fc4bd67e6fb23c3f2a1e53913519b3ea
Clean up UI and add keyboard support for create branch sheet.
2009-07-07T03:56:40-07:00
<pre>m PBGitHistoryView.xib
Clean up UI and add keyboard support for create branch sheet.
Maps Return to OK and Escape/Command-Period to Cancel.
Renames OK to Create (a verb is better).
Fixes autoresizing masks so the layout doesn't break when you resize
the sheet.</pre>
Nicholas Riley
tag:github.com,2008:Grit::Commit/f2a37df9f5cd16057b505e273882e8f836f500d2
Set keyboard focus reasonably when switching between views.
2009-07-07T03:56:40-07:00
<pre>m PBGitCommitController.m
m PBGitHistoryController.m
m PBGitWindowController.m
m PBViewController.h
m PBViewController.m
Set keyboard focus reasonably when switching between views.
When you switch to the commit view, the commit message gets focus;
when you switch to the history view, the commit list gets focus.</pre>
Nicholas Riley
tag:github.com,2008:Grit::Commit/7baf85466646a07e66ad35d33b53ce252b08f7b2
Remove extraneous space in "Are you sure you wish to revert changes?" message.
2009-07-07T03:56:40-07:00
<pre>m PBGitIndexController.m
m PBWebChangesController.m
Remove extraneous space in "Are you sure you wish to revert changes?" message.</pre>
Nicholas Riley
tag:github.com,2008:Grit::Commit/f25aad8ee28d2e0df439e3640395aa83ada2ce70
Don't disturb editing state when inserting "Signed-off-by" line.
2009-07-07T03:56:40-07:00
<pre>m PBGitCommitController.m
Don't disturb editing state when inserting "Signed-off-by" line.</pre>
Nicholas Riley
tag:github.com,2008:Grit::Commit/9fff83a0afce2ea916e484621de404c5cd735f67
Reduce font size of staged/unstaged changes lists.
2009-07-07T03:56:35-07:00
<pre>m PBGitCommitView.xib
m PBIconAndTextCell.m
Reduce font size of staged/unstaged changes lists.
This is better for smaller screens and deeply nested paths.</pre>
Nicholas Riley