diff options
author | Linus Torvalds <torvalds@osdl.org> | 2006-02-28 20:24:00 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-02-28 23:49:29 +0100 |
commit | a4a88b2bab3b6fb0b30f63418701f42388e0fe0a (patch) | |
tree | 4e27435857e281ec0476076705b7a988086b270b /Documentation/merge-strategies.txt | |
parent | Splitting rev-list into revisions lib, end of beginning. (diff) | |
download | git-a4a88b2bab3b6fb0b30f63418701f42388e0fe0a.tar.xz git-a4a88b2bab3b6fb0b30f63418701f42388e0fe0a.zip |
git-rev-list libification: rev-list walking
This actually moves the "meat" of the revision walking from rev-list.c
to the new library code in revision.h. It introduces the new functions
void prepare_revision_walk(struct rev_info *revs);
struct commit *get_revision(struct rev_info *revs);
to prepare and then walk the revisions that we have.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/merge-strategies.txt')
0 files changed, 0 insertions, 0 deletions