Finding Old Patches
Hi,
In the past when I wanted to back port a patch I would go on to the issue tracker and find a link to the patches that were uploaded ( I think through gerrit?). I am trying to see what changes were done for https://issues-archive.asterisk.org/ASTERISK-26109. It seems the code changes were introduced in 14.4.0-rc1. Is there any “n00b” way of seeing what patches were created for this specific issue?
TIA.
Dovid
One thought on - Finding Old Patches
The git commit history can be used, the commit message can be grepped, example:
✔ jcolp@kappa:~/development/asterisk/github [21| …2⚑ 3]> git log | grep -B4
“OpenSSL 1.1.0 support”
Merge: a0c0b1c9cb 26c8552fff Author: zuul
Date: Wed Nov 30 23:26:46 2016 -0600
Merge “OpenSSL 1.1.0 support”