We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd03f2c commit c26e549Copy full SHA for c26e549
scripts/clang-format.sh
@@ -378,7 +378,7 @@ function CheckBranch {
378
# Branch commits can help with trouble shooting. Print after diff/diffstat
379
# as output might be tail'd
380
if [ $show_commits -eq 1 ]; then
381
- echo "Commits on branch:"
+ echo "Commits on branch (new -> old):"
382
git log --oneline $first_commit^..HEAD
383
echo ""
384
else
0 commit comments