5 // Created by Pieter de Bie on 27-08-08.
6 // Copyright 2008 __MyCompanyName__. All rights reserved.
11 // static int s_colorIndex;
17 // PBGitLane(NSString *sha);
19 // bool isCommit(NSString *sha) const;
20 // int index(); const;
22 // static resetColors();
25 int PBGitLane::s_colorIndex = 0;
27 int PBGitLane::index() const
32 void PBGitLane::setSha(git_oid sha)
37 void PBGitLane::resetColors()