upload-pack: send keepalive packets during pack computation
[gitweb.git] / git-remote-testgit
index 6fb878067733101ec6822105e752bc8633f92e5e..e7ed3a33e6d7180e65f06a882342fa2d7efb4d03 100755 (executable)
@@ -38,6 +38,7 @@ do
                        echo "*import-marks $gitmarks"
                        echo "*export-marks $gitmarks"
                fi
+               test -n "$GIT_REMOTE_TESTGIT_SIGNED_TAGS" && echo "signed-tags"
                echo
                ;;
        list)
@@ -61,8 +62,10 @@ do
                        echo "feature import-marks=$gitmarks"
                        echo "feature export-marks=$gitmarks"
                fi
-               git fast-export --use-done-feature "${testgitmarks_args[@]}" $refs |
+               echo "feature done"
+               git fast-export "${testgitmarks_args[@]}" $refs |
                sed -e "s#refs/heads/#${prefix}/heads/#g"
+               echo "done"
                ;;
        export)
                before=$(git for-each-ref --format='%(refname) %(objectname)')