Thread

Commits

  1. doc: Fix indentation of MERGE synopsis.

  1. MERGE docs: indentation in synopsis section

    Dean Rasheed <dean.a.rasheed@gmail.com> — 2025-06-25T14:12:43Z

    Looking at the docs for MERGE, I realised that the "Synopsis" is not
    indented consistently with other pages -- the convention on almost
    every other page seems to be to indent continuation lines and options
    by 4 spaces. So I think we should do the same for MERGE, as in the
    attached.
    
    Regards,
    Dean
    
  2. Re: MERGE docs: indentation in synopsis section

    Nathan Bossart <nathandbossart@gmail.com> — 2025-06-25T14:53:19Z

    On Wed, Jun 25, 2025 at 03:12:43PM +0100, Dean Rasheed wrote:
    > Looking at the docs for MERGE, I realised that the "Synopsis" is not
    > indented consistently with other pages -- the convention on almost
    > every other page seems to be to indent continuation lines and options
    > by 4 spaces. So I think we should do the same for MERGE, as in the
    > attached.
    
    Seems reasonable to me.
    
    -- 
    nathan
    
    
    
    
  3. Re: MERGE docs: indentation in synopsis section

    Dean Rasheed <dean.a.rasheed@gmail.com> — 2025-06-26T08:47:58Z

    On Wed, 25 Jun 2025 at 15:53, Nathan Bossart <nathandbossart@gmail.com> wrote:
    >
    > Seems reasonable to me.
    >
    
    Pushed. Thanks for looking.
    
    Regards,
    Dean