Method | Description | |
---|---|---|
next ( ) : |
Return the next commit to the application, or the next generator.
|
|
shareFreeList ( GitSharp.Core.RevWalk.BlockRevQueue q ) : void |
Connect the supplied queue to this generator's own free list (if any).
|
public shareFreeList ( GitSharp.Core.RevWalk.BlockRevQueue q ) : void | ||
q | GitSharp.Core.RevWalk.BlockRevQueue | /// Another FIFO queue that wants to share our queue's free list. /// |
return | void |