Enumeration

GgitTreeWalkMode

Declaration

enum Ggit.TreeWalkMode

Description [src]

Describes in which order a tree walk should be performed.

Members

Name Description
GGIT_TREE_WALK_MODE_PRE

Walk tree in pre-order.

GGIT_TREE_WALK_MODE_POST

Walk tree in post-order.