On Mon, Nov 25, 2013 at 3:39 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Thomas Rast <tr@xxxxxxxxxxxxx> writes: > >> The clear_$slabname() function was only documented by source code so >> far. Write something about it. >> >> Signed-off-by: Thomas Rast <tr@xxxxxxxxxxxxx> >> --- >> commit-slab.h | 4 ++++ >> 1 file changed, 4 insertions(+) >> >> diff --git a/commit-slab.h b/commit-slab.h >> index d4c8286..d77aaea 100644 >> --- a/commit-slab.h >> +++ b/commit-slab.h >> @@ -24,6 +24,10 @@ >> * to each commit. 'stride' specifies how big each array is. The slab >> * that id initialied by the variant without "_with_stride" associates > > Is that "id" a typo for "is"? And, s/initialied/initialized/ >> * each commit with an array of one integer. >> + * >> + * - void clear_indegree(struct indegree *); >> + * >> + * Free the slab's data structures. >> */ >> >> /* allocate ~512kB at once, allowing for malloc overhead */ > -- > To unsubscribe from this list: send the line "unsubscribe git" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html