libgit-thin: Fix revlist twice bug
commite67c355c98283279d81bd37660547aa855f58ba1
authorLuiz Fernando N. Capitulino <lcapitulino@mandriva.com.br>
Tue, 17 Jul 2007 14:32:48 +0000 (17 11:32 -0300)
committerLuiz Fernando N. Capitulino <lcapitulino@mandriva.com.br>
Tue, 17 Jul 2007 14:32:48 +0000 (17 11:32 -0300)
tree92e5dbb5f50597df97489f10aaefb69ec22c46d3
parentb3bf895f7d4aa62d13d44c0940f459cf6544f1d8
libgit-thin: Fix revlist twice bug

Doing a second revlist operation in the same process doesn't work, because
we have to clear some flags in the commit object in order to get a revlist.

Signed-off-by: Luiz Fernando N. Capitulino <lcapitulino@mandriva.com.br>
libgit-thin/ltrevlist.c