Skip to content

Instantly share code, notes, and snippets.

From e00a44dbc69bba8cf7876e52c5ead06892e00718 Mon Sep 17 00:00:00 2001
From: Pieter de Bie <pdebie@ai.rug.nl>
Date: Tue, 21 Oct 2008 22:13:16 +0200
Subject: [PATCH] HTML: Restructure html folder
This changes the HTML part of GitX to be more consistent -- we
now use a "views" directory where every web view has it's own
directory.
Furthermore, GitX-wide Javascript is added in the "lib" directory.
From 2c1c65f48c5a97f95348e139f0f28466bac90d63 Mon Sep 17 00:00:00 2001
From: Pieter de Bie <pdebie@ai.rug.nl>
Date: Mon, 13 Oct 2008 23:43:28 +0200
Subject: [PATCH] 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.
/*
* Extension for NSFileHandle to make it capable of easy network programming
*
* Version 1.0, get the newest from http://michael.stapelberg.de/NSFileHandleExt.php
*
* Copyright 2007 Michael Stapelberg
*
* Distributed under BSD-License, see http://michael.stapelberg.de/BSD.php
*
*/
Tirana:ipv6 pieter$ wget -6 elesoft.net
--2008-10-12 12:48:37-- http://elesoft.net/
Resolving elesoft.net... 2001:41d0:1:ed64::1
Connecting to elesoft.net|2001:41d0:1:ed64::1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 127 [text/html]
Saving to: `index.html'
100%[==================================================================================================================>] 127 --.-K/s in 0s
From 6eff895b9a6be1f5c077e0ff34da5f1f243bee0c Mon Sep 17 00:00:00 2001
From: Pieter de Bie <pdebie@ai.rug.nl>
Date: Thu, 19 Jun 2008 13:10:16 +0200
Subject: [PATCH] Documentation: Simplify git-rev-parse's example
This example was overly complex and therefore confusing.
The commits have been renamed to start the oldest commit with "A"
and working up from there. Also, this removes some commits so the graph
is simpler. Finally the graph has been reversed in direction to make it
more like gitk.
http://kerneltrap.org/mailarchive/git/2008/6/19/2169994
0001-Documentation-Simplify-git-rev-parse-s-example.patch
0001-Use-all-of-the-normal-config-file-handling-in-builti.patch
0002-Remove-git-clone-parameters-if-they-are-the-first.patch
0003-builtin-bundle-add-a-basis-option-that-specifies.patch
0004-Fix-submodule-invalid-command-error.patch
0005-pretty.c-add-format-specifier.patch
0006-Teach-git-diff-about-Objective-C-syntax.patch
#!/usr/bin/ruby
# just to remind you of some useful environment variables
# see Help / Environment Variables for the full list
require 'uri'
directory = File.dirname(ENV["TM_FILEPATH"])
classname = File.basename(directory)
line = ENV["TM_CURRENT_LINE"]
def rescan_project
Vienna:GitX pieter$ gitx
Could not start GitX because I can't find a git binary
Please make sure there is a git binary in your path.