diff options
author | Vicent Marti <tanoku@gmail.com> | 2010-05-18 20:55:19 +0200 |
---|---|---|
committer | Andreas Ericsson <ae@op5.se> | 2010-06-02 10:32:06 +0200 |
commit | 08d5d00056a7237bf6c60f85a6e72b7549cf9133 (patch) | |
tree | b47ba8387c1d7209d4976af9c3928f6ce93ed545 /src/git/commit.h | |
parent | 42281e007e15713713b2ff4324d60360332e194e (diff) | |
download | libgit2-08d5d00056a7237bf6c60f85a6e72b7549cf9133.tar.gz |
Add commit parents to parsed commits and commit lists to the revpool.
Basic support for iterating the revpool.
The following functions of the revwalk API have been partially
implemented:
void gitrp_reset(git_revpool *pool);
void gitrp_push(git_revpool *pool, git_commit *commit);
void gitrp_prepare_walk(git_revpool *pool);
git_commit *gitrp_next(git_revpool *pool);
Parsed commits' parents are now also parsed and stored in a
"git_commit_list" structure (linked list).
Signed-off-by: Vicent Marti <tanoku@gmail.com>
Signed-off-by: Andreas Ericsson <ae@op5.se>
Diffstat (limited to 'src/git/commit.h')
0 files changed, 0 insertions, 0 deletions