Skip to content

Commit c26e549

Browse files
committed
script: indicate order of commits
1 parent cd03f2c commit c26e549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/clang-format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ function CheckBranch {
378378
# Branch commits can help with trouble shooting. Print after diff/diffstat
379379
# as output might be tail'd
380380
if [ $show_commits -eq 1 ]; then
381-
echo "Commits on branch:"
381+
echo "Commits on branch (new -> old):"
382382
git log --oneline $first_commit^..HEAD
383383
echo ""
384384
else

0 commit comments

Comments
 (0)