Skip to content

Commit d597452

Browse files
committed
CLIProxy: pass on the directory in which the gitx command is run
1 parent 95a9cc8 commit d597452

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PBCLIProxy.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ - (BOOL)openRepository:(NSURL*)repositoryPath arguments: (NSArray*) args error:(
5656
[document.windowController showCommitView:self];
5757
else {
5858
PBGitRevSpecifier* rev = [[PBGitRevSpecifier alloc] initWithParameters:arguments];
59+
rev.workingDirectory = repositoryPath;
5960
document.currentBranch = [document addBranch: rev];
6061
[document.windowController showHistoryView:self];
6162
}

0 commit comments

Comments
 (0)