Skip to content

Commit

Permalink
README.sh: shorten the version names
Browse files Browse the repository at this point in the history
  • Loading branch information
josuah committed Sep 27, 2021
1 parent b617ea8 commit bffdb0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ builds notqmail for each combination of patch and branch below.
<tr>
<th>patch</th>
<th><a href=/8c53cd40a3329d682a905decb1f8734fa1ba2e9a>master</a></th>
<th><a href=/e77f33bd5f614e967b0716a72dd706462d36a477>notqmail-1.08</a></th>
<th><a href=/aab15b1fea8a6c48953bf152a334d6a1840184c3>notqmail-1.07</a></th>
<th><a href=/e77f33bd5f614e967b0716a72dd706462d36a477>1.08</a></th>
<th><a href=/aab15b1fea8a6c48953bf152a334d6a1840184c3>1.07</a></th>
</tr>
<tr>
<td>badmailfrom-wildcard</td>
Expand Down
2 changes: 1 addition & 1 deletion README.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo " <tr>"
echo " <th>patch</th>"
while read branch; do
commit=$(git -C notqmail.git rev-parse $branch)
echo " <th><a href="$url/$commit">$branch</a></th>"
echo " <th><a href="$url/$commit">${branch#notqmail-}</a></th>"
done <conf-branch
echo " </tr>"

Expand Down

0 comments on commit bffdb0f

Please sign in to comment.