OSDN Git Service

rev-list split: minimum fixup.
authorJunio C Hamano <junkio@cox.net>
Mon, 27 Feb 2006 05:19:14 +0000 (21:19 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 27 Feb 2006 05:19:14 +0000 (21:19 -0800)
commitd9cfb964c7a59a39711da12e56563e10aa388331
tree5f8751f28111e70e98189dda31d3502b829ffa98
parentae563542bf10fa8c33abd2a354e4b28aca4264d7
rev-list split: minimum fixup.

This fixes "the other end has commit X but since then we tagged
that commit with tag T, and he says he wants T -- what is the
list of objects we need to send him?" question:

git-rev-list --objects ^X T

We ended up sending everything since the beginning of time X-<.

Signed-off-by: Junio C Hamano <junkio@cox.net>
rev-list.c