diff options
| author | Mark Probst <[email protected]> | 2015-03-23 12:02:08 -0700 |
|---|---|---|
| committer | Mark Probst <[email protected]> | 2015-03-23 12:02:17 -0700 |
| commit | b3e7304abf6f0c4ef50e973acb220c40a5ddac86 (patch) | |
| tree | 4f31df887e8e56a296833c0442e20ac53e2215b6 /index.go | |
| parent | 524cc7967be53176108e5c703818ccdd18882100 (diff) | |
Add a FIXME.
Diffstat (limited to 'index.go')
| -rw-r--r-- | index.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) } |
