Merge branch 'pu/pb/index_quick_fix' into stable
[GitX.git] / PBGitConfig.h
blob9875a3c14496c03d14368a019e9d0ef42dad7c17
1 //
2 // PBGitConfig.h
3 // GitX
4 //
5 // Created by Pieter de Bie on 14-10-08.
6 // Copyright 2008 Pieter de Bie. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
10 #import "PBGitBinary.h"
11 #import "PBEasyPipe.h"
13 @interface PBGitConfig : NSObject {
14 NSString *repositoryPath;
17 - init;
18 - initWithRepository:(NSString *)path;
19 @end