Method

GgitSubmodulereload

Declaration [src]

void
ggit_submodule_reload (
  GgitSubmodule* submodule,
  gboolean force,
  GError** error
)

Description [src]

Rereads submodule info from config, index, and HEAD. Call this if you have reason to believe that it has changed.

Parameters

force gboolean
 

Reload even if the data doesn’t seem out of date.

error GError **
  The return location for a GError*, or NULL.