Commit Graph

9 Commits

Author SHA1 Message Date
Pieter de Bie e8131c3898 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
2008-10-21 15:43:26 +02:00
Pieter de Bie 3ba009dcde GitBinary: Add git version information
This makes sure that any git binary found will actually be
version 1.5.4 or higher.
2008-10-14 16:27:50 +02:00
Pieter de Bie 6316b99d0d gitx-cli: add a --version option
This displays GitX version information, handy for debugging. Also shows
where GitX will find a git binary.
2008-10-14 15:51:39 +02:00
Pieter de Bie 8c9697968b Better handle the cases when a Git binary can't be found 2008-10-04 22:41:16 +02:00
Pieter de Bie 36e8f1e5f2 gitx-cli: Add help text 2008-10-03 18:44:18 +02:00
Pieter de Bie 9b6695e3a0 Only show the open dialog if the application is active
This fixes an issue where command line arguments were not passed because
the repository was already opened.
2008-09-12 14:32:15 +02:00
Pieter de Bie 5ceb62a0d5 CLI: allow passing of command line arguments 2008-09-12 13:18:05 +02:00
Ciarán Walsh 4547d513d1 Amend the CLI tool to use the distributed objects system to try opening the current path when invoked.
When using the CLI tool (rather than a command using open(1)) it is now possible to open multiple repositores via the command-line.
2008-08-18 18:27:57 +01:00
Ciarán Walsh 0bb4cbc197 Adding a basic command-line tool to interface with the application through distributed objects.
Currently it simply launches the app and connects, however this will allow passing of arguments (for example, a revision to show).
2008-08-18 16:02:34 +01:00