]> git.ipfire.org Git - thirdparty/git.git/commit - fetch-pack.c
rev_list_insert_ref_oid(): new function, taking an object_oid
authorMichael Haggerty <mhagger@alum.mit.edu>
Mon, 25 May 2015 18:39:18 +0000 (18:39 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 May 2015 19:19:39 +0000 (12:19 -0700)
commitb1b49c6eb607b3f5697db7dae51e5152a3af3423
treefff3944bc7236c6cda108d3dfc1dd9929d78a1d0
parent6e20a51a8096059ecba6c7959d308c52f9fe8900
rev_list_insert_ref_oid(): new function, taking an object_oid

This function can be used with for_each_ref() without having to be
wrapped.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fetch-pack.c