the repository which powers this website
Diffstat (limited to 'themed/base.html')
| -rw-r--r-- | themed/base.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/themed/base.html b/themed/base.html index c2f1a81c..53865043 100644 --- a/themed/base.html +++ b/themed/base.html @@ -152,9 +152,11 @@ // Process the commit num_commits++; - release_commit_memory(the_repository->parsed_objects, commit); - commit->parents = NULL; + // ?? This causes subsequent walks to return commits with index 0 + //release_commit_memory(the_repository->parsed_objects, commit); + //commit->parents = NULL; } + reset_revision_walk(); return num_commits; } |