author | Junio C Hamano <junkio@cox.net> | |
Mon, 27 Feb 2006 05:19:14 +0000 (21:19 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 27 Feb 2006 05:19:14 +0000 (21:19 -0800) | ||
commit | d9cfb964c7a59a39711da12e56563e10aa388331 | |
tree | 5f8751f28111e70e98189dda31d3502b829ffa98 | tree | snapshot |
parent | ae563542bf10fa8c33abd2a354e4b28aca4264d7 | commit | diff |
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>
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 | diff | blob | history |