commit | 26c3177ee41897af984fac9148763131562accf2 | [log] [tgz] |
---|---|---|
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | Sat Oct 01 17:43:52 2011 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Oct 03 11:02:56 2011 -0700 |
tree | 52f2c77fdfc087fb5f2c67607576fe14675f5e33 | |
parent | 83933c9832af91a71337e429a6251f1a3b6d6f60 [diff] |
revision: factor out add_pending_sha1 This function is a combination of the static get_reference and add_pending_object. It can be used to easily queue objects by hash. Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>