We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f043d8 commit 98f6995Copy full SHA for 98f6995
1 file changed
git/index/base.py
@@ -579,6 +579,7 @@ def _store_path(self, filepath, fprogress):
579
fprogress(filepath, False, filepath)
580
istream = self.repo.odb.store(IStream(Blob.type, st.st_size, stream))
581
fprogress(filepath, True, filepath)
582
+ stream.close()
583
return BaseIndexEntry((stat_mode_to_index_mode(st.st_mode),
584
istream.binsha, 0, to_native_path_linux(filepath)))
585
0 commit comments