Skip to content

Commit 04b8205

Browse files
committed
Explain purpose of helper script
1 parent edca1d7 commit 04b8205

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

verify_commit_messages_in_branch.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
# A helper script to verify the messages of every commit in
3+
# the current branch when compared against `origin/master`.
4+
# If there is no difference then the latest commit will be used.
25
set -eu
36

47
commits_since_master=$(git rev-list HEAD ^origin/master)

0 commit comments

Comments
 (0)