We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gitx
1 parent 95a9cc8 commit d597452Copy full SHA for d597452
PBCLIProxy.m
@@ -56,6 +56,7 @@ - (BOOL)openRepository:(NSURL*)repositoryPath arguments: (NSArray*) args error:(
56
[document.windowController showCommitView:self];
57
else {
58
PBGitRevSpecifier* rev = [[PBGitRevSpecifier alloc] initWithParameters:arguments];
59
+ rev.workingDirectory = repositoryPath;
60
document.currentBranch = [document addBranch: rev];
61
[document.windowController showHistoryView:self];
62
}
0 commit comments