revision: use object_array_filter() in implementation of gc_boundary()
commitbe6754c67f5aff02e9528116d06890391524f48e
authorMichael Haggerty <mhagger@alum.mit.edu>
Sat, 25 May 2013 09:08:09 +0000 (25 11:08 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 May 2013 16:25:01 +0000 (28 09:25 -0700)
tree5414b9742645e55115e396a80e00529e8b2a097b
parentaeb4a51ef82c71c9a65d11f77aeedb53bea0e983
revision: use object_array_filter() in implementation of gc_boundary()

Use object_array_filter(), which will soon be made smarter about
cleaning up discarded entries properly.  Also add a function comment.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
revision.c