summaryrefslogtreecommitdiffstats
path: root/revision.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@osdl.org>2006-03-31 02:52:42 +0200
committerJunio C Hamano <junkio@cox.net>2006-04-01 02:24:48 +0200
commit7b0c996679e975b666fd27c922e1e0837b611c98 (patch)
treeeee4263bf333433f8062ae7137a6781c4f5a7fe2 /revision.h
parentMakefile: many programs now depend on xdiff/lib.a having been built. (diff)
downloadgit-7b0c996679e975b666fd27c922e1e0837b611c98.tar.xz
git-7b0c996679e975b666fd27c922e1e0837b611c98.zip
Move "--parent" parsing into generic revision.c library code
Not only do we do it in both rev-list.c and git.c, the revision walking code will soon want to know whether we should rewrite parenthood information or not. Signed-off-by: Linus Torvalds <torvalds@osdl.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'revision.h')
-rw-r--r--revision.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/revision.h b/revision.h
index 61e6bc9f4b..0caeecf00f 100644
--- a/revision.h
+++ b/revision.h
@@ -34,7 +34,8 @@ struct rev_info {
edge_hint:1,
limited:1,
unpacked:1,
- boundary:1;
+ boundary:1,
+ parents:1;
/* special limits */
int max_count;