Aditya Garg <gargaditya08@xxxxxxxx> writes: >> On 12 Aug 2025, at 10:38 AM, Aditya Garg <gargaditya08@xxxxxxxx> wrote: >> >> >> >>> On 12 August 2025 3:22:11 am IST, Junio C Hamano <gitster@xxxxxxxxx> wrote: >>> Aditya Garg <gargaditya08@xxxxxxxx> writes: >>> >>>> +--[no-]use-imap-only:: >>> >>> This is better written on two separate lines, i.e. >>> >>> --use-imap-only:: >>> --no-use-imap-only:: >>> >> >> There are many instances in the docs where the command line option has been written as --[no-]something. Do they also have to be changed? > > Nvm, looks like they have been changed by a recent commit. Yes. Others around you are also working to make the system better in other topics in flight concurrently with your topic. You do not need to do everything yourself, but you'd need to be aware of their effort and avoid adding more instances of what they are fixing. And one of the jobs of the maintainer is to help contributors coordinate among themselves, which is what I tried to do with my message ;-) Thanks.