commit | 3714831189b32591ffe33c08e209a9a61c25a2f6 | [log] [tgz] |
---|---|---|
author | Daniel Barkalow <barkalow@iabervon.org> | Wed Nov 18 02:42:24 2009 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Nov 17 21:45:44 2009 -0800 |
tree | 9ca6c917ee450149a41fa2538e48ab4c3309856e | |
parent | 0a4da29dd806bca41cc615961d034b5a5fc30ff7 [diff] |
Allow fetch to modify refs This allows the transport to use the null sha1 for a ref reported to be present in the remote repository to indicate that a ref exists but its actual value is presently unknown and will be set if the objects are fetched. Also adds documentation to the API to specify exactly what the methods should do and how they should interpret arguments. Signed-off-by: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>