On 26/05/25 2:04 am, Eric Sunshine wrote: > On Sun, May 25, 2025 at 2:55 PM Aditya Garg <gargaditya08@xxxxxxxx> wrote: >> v2: - Added support for OAuth2.0 with curl. >> - Fixed the memory leak in case auth_cram_md5 fails. >> v3: - Improve wording in first patch >> - Change misleading message if OAuth2.0 is used without OpenSSL >> v4: - Add PLAIN authentication mechanism for OpenSSL >> - Improved wording in the first patch a bit more >> v5: - Add ability to specify destination folder using the command line >> - Add ability to set a default between curl and openssl using the config > > Thanks for describing the changes between versions. Reviewers > appreciate the thoughtfulness. > > In addition to describing the changes in prose, you can further assist > reviewers by including a range-diff (see the --range-diff option of > git-format-patch). Will do in future. Thanks.