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 a10d6ef commit c76cc9aCopy full SHA for c76cc9a
ci/scripts/build_paimon.sh
@@ -45,7 +45,7 @@ if [[ "${check_clang_tidy}" == "true" ]]; then
45
)
46
fi
47
48
-git log -10
+git log -10 --decorate
49
50
cmake "${CMAKE_ARGS[@]}" ${source_dir}
51
cmake --build . -- -j$(nproc)
0 commit comments