diff options
| author | Carlos Martín Nieto <[email protected]> | 2017-07-08 11:38:19 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2017-07-08 11:38:19 +0200 |
| commit | 7d29d6864474525c9853d86996d769a5459dc15d (patch) | |
| tree | 330d588ef4b1b063724351b07d8e947a18c564b1 /git.go | |
| parent | 58334cf60441bd713b8fd990e30e0580b97bf3ae (diff) | |
Second round of keep-alives
Diffstat (limited to 'git.go')
| -rw-r--r-- | git.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -232,6 +232,7 @@ func ShortenOids(ids []*Oid, minlen int) (int, error) { return int(ret), MakeGitError(ret) } } + runtime.KeepAlive(ids) return int(ret), nil } |
