summaryrefslogtreecommitdiff
path: root/src/revwalk.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2010-05-22 14:32:59 +0200
committerAndreas Ericsson <ae@op5.se>2010-06-02 10:32:06 +0200
commit1a895dd787a5699c21d7925e9cdffa66f23605c4 (patch)
tree57b5df4e635d8324ca75b0dd33cb96271b426e23 /src/revwalk.h
parent8add01539268300564482f854412cfe9839e980c (diff)
downloadlibgit2-1a895dd787a5699c21d7925e9cdffa66f23605c4.tar.gz
Add arbritrary ordering revision walking.
The 'gitrp_next()' method now correctly does a revision walking of all the pushed revisions in arbritary ordering. Signed-off-by: Vicent Marti <tanoku@gmail.com> Signed-off-by: Andreas Ericsson <ae@op5.se>
Diffstat (limited to 'src/revwalk.h')
-rw-r--r--src/revwalk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/revwalk.h b/src/revwalk.h
index 34ff3378e..be01c4799 100644
--- a/src/revwalk.h
+++ b/src/revwalk.h
@@ -7,7 +7,6 @@
struct git_revpool {
git_odb *db;
git_commit_list *iterator;
- git_commit_list *commits;
git_commit_list *roots;
unsigned walking:1,