From a6197bd8c459c7d10717bd9486c17f6c8b3f7f88 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Tue, 31 Jan 2017 23:09:28 +0100 Subject: documentation changes --- plumbing/format/index/decoder.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plumbing/format/index') diff --git a/plumbing/format/index/decoder.go b/plumbing/format/index/decoder.go index 1a52fcd..59581da 100644 --- a/plumbing/format/index/decoder.go +++ b/plumbing/format/index/decoder.go @@ -207,9 +207,10 @@ func (d *Decoder) padEntry(idx *Index, e *Entry, read int) error { return nil } -// TODO: support 'Split index' and 'Untracked cache' extensions, take in count -// that they are not supported by jgit or libgit func (d *Decoder) readExtensions(idx *Index) error { + // TODO: support 'Split index' and 'Untracked cache' extensions, take in + // count that they are not supported by jgit or libgit + var expected []byte var err error -- cgit