|
@@ -234,6 +234,8 @@ class GitClient(object):
|
|
if determine_wants is None:
|
|
if determine_wants is None:
|
|
determine_wants = target.object_store.determine_wants_all
|
|
determine_wants = target.object_store.determine_wants_all
|
|
if CAPABILITY_THIN_PACK in self._fetch_capabilities:
|
|
if CAPABILITY_THIN_PACK in self._fetch_capabilities:
|
|
|
|
+
|
|
|
|
+
|
|
f = BytesIO()
|
|
f = BytesIO()
|
|
def commit():
|
|
def commit():
|
|
if f.tell():
|
|
if f.tell():
|