Optimize rev-list parsing
commit39797876fe8a446faa5f6f441d2d577661f6a025
authorPieter de Bie <pdebie@ai.rug.nl>
Tue, 17 Jun 2008 13:04:49 +0000 (17 15:04 +0200)
committerPieter de Bie <pdebie@ai.rug.nl>
Tue, 17 Jun 2008 13:04:49 +0000 (17 15:04 +0200)
tree777d7379a7ff5971d2b545e15fd190430906bf8c
parentaa3f720129fb78aaf090c3b05f9f886131bddf51
Optimize rev-list parsing

This uses the C fgets() over the weird readLine implementation I found.
It speeds up the rev-parsing significantly: we went from ~4.5 seconds
on the git.git repo to ~0.95 seconds. And that's with the secret new date
parsing!
ApplicationController.m
English.lproj/MainMenu.xib
PBGitCommit.h
PBGitCommit.m
PBGitRepository.m