5 // Created by Pieter de Bie on 17-06-08.
6 // Copyright 2008 __MyCompanyName__. All rights reserved.
9 #import <Cocoa/Cocoa.h>
11 @
class PBGitRepository
;
13 @interface PBGitRevList
: NSObject
{
15 PBGitRepository
*repository
;
19 - initWithRepository
:(PBGitRepository
*)repo
;
20 - (void) readCommitsForce
: (BOOL
) force
;
23 @
property(retain
) NSArray
* commits
;