no libgit2

This commit is contained in:
German Laullon
2011-05-20 00:46:13 +02:00
parent 96a8794edd
commit ac1019d5cc
24 changed files with 69 additions and 399 deletions
+1 -1
View File
@@ -155,7 +155,7 @@
- (void) selectCommit:(NSString*)c
{
[historyController selectCommit:[PBGitSHA shaWithString:c]];
[historyController selectCommit:c];
}
// TODO: need to be refactoring