Philippe Blain via GitGitGadget wrote: > Here is a breakdown of the patches. First the "other special refs" patches: > > * [PATCH 1/5] revisions.txt: document more special refs > * [PATCH 2/5] completion: complete REVERT_HEAD and BISECT_HEAD > > Then a preparatory cleanup for the AUTO_MERGE patches: > > * [PATCH 3/5] git-merge.txt: modernize word choice in "True merge" section > > Finally the AUTO_MERGE patches: > > * [PATCH 4/5] Documentation: document AUTO_MERGE > * [PATCH 5/5] completion: complete AUTO_MERGE > > Thanks Elijah for this very useful feature! Dscho, I'm CC-ing you since you > opened https://github.com/gitgitgadget/git/issues/1471, I hope that's OK. > > Cheers, > > Philippe. The documentation you've added is clear without being too verbose (the AUTO_MERGE description & example in patch 4 are especially helpful), the completion changes are a nice quality-of-life improvement, and the patches are well-organized. Aside from one minor (and entirely optional) suggestion in patch 1, everything in this series looks great to me. Thank you for making these changes!