apache / couchdb

Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
https://couchdb.apache.org/
Apache License 2.0
6.26k stars 1.03k forks source link

3.4.x merge to main #5259

Closed nickva closed 1 month ago

nickva commented 1 month ago

Merge the two commits from 3.4.x to main.

The way this was generated:

$ git checkout -b 3.4.x-merge-to-main
Switched to a new branch '3.4.x-merge-to-main'

$ git rebase main
warning: skipped previously applied commit 84cad523e
warning: skipped previously applied commit ea8add932
warning: skipped previously applied commit 46ec0c82c
warning: skipped previously applied commit 27950e539
warning: skipped previously applied commit 106873ded
hint: use --reapply-cherry-picks to include skipped commits
hint: Disable this message with "git config advice.skippedCherryPicks false"
Successfully rebased and updated refs/heads/3.4.x-merge-to-main.

git successfully figured out the rebased commits were already applied except the two new ones.