Pieter de Bie
86606ef815
Add a --commit option to the CLI client
...
This changes a lot of code, so quick review:
* RepositoryDocumentController now returns the document without selecting a ref
* PBGitWindowController now optionally shows the default view, or selects no view at all
* PBGitRepository keeps a pointer to its WindowController so that it can change views
2008-09-26 23:22:15 +02:00
Pieter de Bie
b257f0090a
Fix compiler warnings
2008-09-24 17:19:58 +02:00
Pieter de Bie
45ee18c4f7
Unbind the search controller before switching views
...
Otherwise, the app will run fine in Debug mode but not when you
run it otherwise :|
2008-09-20 12:50:22 +02:00
Pieter de Bie
3c7a22ef56
Let the gitx CLI use our RevSpecification
2008-09-12 17:56:42 +02:00
Pieter de Bie
42e8196e1f
Pass on arguments from the command line to the revwalk mechanism
2008-09-12 13:18:05 +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