commit | e142a3c61d22c3a3c081cb2c693e4d3725c21522 | [log] [tgz] |
---|---|---|
author | Daniel Barkalow <barkalow@iabervon.org> | Sun Apr 27 13:39:24 2008 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Sun May 04 17:41:44 2008 -0700 |
tree | f04f3e2ba47327027bafa728e914b7d64434c3c8 | |
parent | e0aaa29ff324c40a6428d5cc26867392eedf94ad [diff] |
Allow for having for_each_ref() list extra refs These refs can be anything, but they are most likely useful as pointing to objects that you know are in the object database but don't have any regular refs for. For example, when cloning with --reference, the refs in this repository should be listed as objects that we have, even though we don't have refs in our newly-created repository for them yet. Signed-off-by: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>