Additions #179

Merged
schani merged 4 commits from master into master 2015-04-27 16:29:49 -05:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit b3e7304abf - Show all commits

View File

@ -287,6 +287,7 @@ func (v *Index) HasConflicts() bool {
return C.git_index_has_conflicts(v.ptr) != 0
}
// FIXME: this might return an error
func (v *Index) CleanupConflicts() {
C.git_index_conflict_cleanup(v.ptr)
}