submodules: overhaul documentation
[gitweb.git] / t / perf / run
index b61024a830a02cace4f9d6720428f2cf562fd5c5..beb4acc0e428d20280a649c428da8b0b3aa5b4c6 100755 (executable)
@@ -24,6 +24,7 @@ run_one_dir () {
 
 unpack_git_rev () {
        rev=$1
+       echo "=== Unpacking $rev in build/$rev ==="
        mkdir -p build/$rev
        (cd "$(git rev-parse --show-cdup)" && git archive --format=tar $rev) |
        (cd build/$rev && tar x)
@@ -37,6 +38,7 @@ build_git_rev () {
                        cp "../../$config" "build/$rev/"
                fi
        done
+       echo "=== Building $rev ==="
        (
                cd build/$rev &&
                if test -n "$GIT_PERF_MAKE_COMMAND"