5 // Created by Pieter de Bie on 17-06-08.
6 // Copyright 2008 __MyCompanyName__. All rights reserved.
9 #import <Cocoa/Cocoa.h>
10 #import "PBGitCommit.h"
11 #import "PBGitGraphLine.h"
12 #import "PBGraphCellInfo.h"
14 @interface PBGitGrapher
: NSObject
{
15 PBGraphCellInfo
*previous
;
20 - (id
) initWithRepository
:(PBGitRepository
*)repo
;
21 - (void) decorateCommit
:(PBGitCommit
*)commit
;