Add a diff window
commite8131c3898a7d831faa76b9f45460ec18adeb48a
authorPieter de Bie <pdebie@ai.rug.nl>
Mon, 13 Oct 2008 21:43:28 +0000 (13 23:43 +0200)
committerPieter de Bie <pdebie@ai.rug.nl>
Tue, 21 Oct 2008 13:43:26 +0000 (21 15:43 +0200)
treeaf7078dfe5bab859a89f9ea8568000a4714d1756
parente054a17a0cd6b809150376e46d44b274dab5cd70
Add a diff window

This allows you to do something like

gitx --diff

to display a diff similar to 'git diff', but with GitX prettification.

It accepts all git diff parameters, so you can do something like

gitx --diff HEAD~10

to show the diff compared to the last 10 commits. Or, you can something like

git diff | gitx

to pipe anything that produces a diff to GitX
GitX.xcodeproj/project.pbxproj
PBCLIProxy.h
PBCLIProxy.mm
PBDiffWindow.xib [new file with mode: 0644]
PBDiffWindowController.h [new file with mode: 0644]
PBDiffWindowController.m [new file with mode: 0644]
PBWebDiffController.h [new file with mode: 0644]
PBWebDiffController.m [new file with mode: 0644]
gitx.mm
html/simpleDiff.html [new file with mode: 0644]