libgit2

git_fetch_depth_t

Version:

Constants for fetch depth (shallowness of fetch).

Values

GIT_FETCH_DEPTH_FULL
0

The fetch is "full" (not shallow). This is the default.

GIT_FETCH_DEPTH_UNSHALLOW
2147483647

The fetch should "unshallow" and fetch missing data.

Versions