mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Add convenience method for the repository's projectName
Update the displayName method to use it
This commit is contained in:
@@ -60,6 +60,7 @@ extern NSString* PBGitRepositoryErrorDomain;
|
||||
- (BOOL)executeHook:(NSString *)name withArgs:(NSArray*) arguments output:(NSString **)output;
|
||||
|
||||
- (NSString *)workingDirectory;
|
||||
- (NSString *) projectName;
|
||||
- (NSString *)gitIgnoreFilename;
|
||||
- (BOOL)isBareRepository;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user