Method

GgitIndexwrite

Declaration [src]

gboolean
ggit_index_write (
  GgitIndex* idx
  GError** error
)

Description [src]

Write an existing index object from memory back to disk using an atomic file lock.

Return value

Returns: gboolean
 

TRUE if the index was successfully written to disk, FALSE otherwise.