PBGitRepository: Abstract revision walking to new class PBGitRevList
commitede8892dc925854e09822df801bb673126e5bb26
authorPieter de Bie <pdebie@ai.rug.nl>
Tue, 17 Jun 2008 17:32:38 +0000 (17 19:32 +0200)
committerPieter de Bie <pdebie@ai.rug.nl>
Tue, 17 Jun 2008 17:32:38 +0000 (17 19:32 +0200)
treeb1bc9e868d871739087d7543ec6626e248b95689
parent447a8dc48c495858c19d5a2ef433a75ee72f6c32
PBGitRepository: Abstract revision walking to new class PBGitRevList

The revision walking code made the PBGitRepository unclean. Especially if
we want to keep multiple PBGitRepository objects around (e.g. persistent
data store), it needs to be more simple. This neatly extracts the revision
walking code from the repository code.
English.lproj/MainMenu.xib
GitX.xcodeproj/project.pbxproj
PBGitRepository.h
PBGitRepository.m
PBGitRevList.h [new file with mode: 0644]
PBGitRevList.m [new file with mode: 0644]
PBWebGitController.m