commit | d9cfb964c7a59a39711da12e56563e10aa388331 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sun Feb 26 21:19:14 2006 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Sun Feb 26 21:19:14 2006 -0800 |
tree | 5f8751f28111e70e98189dda31d3502b829ffa98 | |
parent | ae563542bf10fa8c33abd2a354e4b28aca4264d7 [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>