commit | 5803c6f8a2faf8cfbbd046d9ebd682b82bb2b086 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Wed Mar 05 19:44:06 2008 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Mar 09 00:43:47 2008 -0800 |
tree | 4f586a9a7d7735115167257b023ac9e7fc01869d | |
parent | 40d934df72eaf244c826d5c26da0896ce7185cb6 [diff] |
Add return value to 'traverse_tree()' callback This allows the callback to return an error value, but it can also specify which of the tree entries that it actually used up by returning a positive mask value. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>