]> git.kaiwu.me - haproxy.git/commit
DEV: patchbot: update: name the touched commits in the storage messages
authorWilly Tarreau <w@1wt.eu>
Mon, 6 Jul 2026 21:13:29 +0000 (23:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 7 Jul 2026 12:45:32 +0000 (14:45 +0200)
commit78dfc51c95db21883f18098472baa9d7931cef7d
treecc055b32451c6aa11600ba78eeb70ed3d75e1de8
parent75e013727cca90626257fe3c2811db1e99bf40cd
DEV: patchbot: update: name the touched commits in the storage messages

Every save used to be committed as a bare "update 3.5", which makes the
storage history useless to navigate. The subject now names the branch
and the first commit whose review was touched, followed by "+ N more"
when several, and the body lists all of them one per line:

    update 3.5: 6a7b27a0 + 2 more

    6a7b27a0
    d13aaf05
    b12dd0b5

This is what to grep for when hand-editing the storage repository, for
example to locate the change to revert or rebase. A commit touched by
several directives of the same save (state plus notes) is only listed
once.
dev/patchbot/cgi/update.awk