Changed 'git_commit_list' from a linked list to a doubly-linked list.
commit36b7cdb6a1a2e685c7141406808366d4c4b9f98e
authorVicent Marti <tanoku@gmail.com>
Sat, 22 May 2010 16:15:42 +0000 (22 18:15 +0200)
committerAndreas Ericsson <ae@op5.se>
Wed, 2 Jun 2010 08:32:06 +0000 (2 10:32 +0200)
treec29a831c884ea240437bd2459e60ffb383dcd149
parent89039682651474c6e2bf9abcc02cb71897f8b4e1
Changed 'git_commit_list' from a linked list to a doubly-linked list.
Changed 'git_commit' to use bit fields instead of flags.

Signed-off-by: Vicent Marti <tanoku@gmail.com>
Signed-off-by: Andreas Ericsson <ae@op5.se>
src/commit.c
src/commit.h
src/revwalk.c
src/revwalk.h