commit | 13eb4626c43b3116bb431671d593565eadc36852 | [log] [tgz] |
---|---|---|
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | Thu Dec 05 20:02:29 2013 +0700 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Dec 10 16:14:15 2013 -0800 |
tree | 01f7f161d5eedaaf3498eef791cbefbcf6234f68 | |
parent | 75f8cbab2a2ddc50728ade82baad223ed54bb040 [diff] |
remote.h: replace struct extra_have_objects with struct sha1_array The latter can do everything the former can and is used in many more places. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>