]> git.ipfire.org Git - thirdparty/git.git/commit
update-from-lore: automate updating from mailing list
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 Jun 2026 16:28:18 +0000 (09:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Jun 2026 16:28:18 +0000 (09:28 -0700)
commit8b4e2f2218b4e9461e36d7e6cc7b68c4765a951f
tree16dbd06f67a1a1909fb8e33cb8fa803b0af5beed
parentca61a38eca70897e2db33efc913a7b682168de52
update-from-lore: automate updating from mailing list

When on branch T, detach the HEAD at the base of the branch, and
find the newest iteration of the same topic from lore, apply the
patches, and show the range-diff from what we have.

Depends on having healty "amlog" notes to allow us identify what
patch message resulted in the commit T, and working "b4 am" and the
lore archive that lets us grab the latest iteration.
update-from-lore.sh [new file with mode: 0755]