Method
GgitBlameOptionsset_newest_commit
Declaration [src]
void
ggit_blame_options_set_newest_commit (
  GgitBlameOptions* blame_options,
  GgitOId* oid
)
      Description [src]
Set the id of the newest commit to consider in the blame. Specify NULL to
set the default value which indicates to use HEAD.
Parameters
oid- 
            
Type:
GgitOIdA
GgitOIdorNULL.The argument can be NULL.The data is owned by the caller of the method.