Skip to content

Commit

Permalink
CLIProxy: pass on the directory in which the gitx command is run
Browse files Browse the repository at this point in the history
  • Loading branch information
pieter committed Sep 13, 2009
1 parent 95a9cc8 commit d597452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PBCLIProxy.m
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ - (BOOL)openRepository:(NSURL*)repositoryPath arguments: (NSArray*) args error:(
[document.windowController showCommitView:self];
else {
PBGitRevSpecifier* rev = [[PBGitRevSpecifier alloc] initWithParameters:arguments];
rev.workingDirectory = repositoryPath;
document.currentBranch = [document addBranch: rev];
[document.windowController showHistoryView:self];
}
Expand Down

0 comments on commit d597452

Please sign in to comment.