Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: git/git-scm.com
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: gh-pages
Choose a base ref
...
head repository: git/git-scm.com
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: new_manpage_format
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on May 9, 2025

  1. stylesheet: remove background and border from code spans

    The new style makes the code spans lighter and more integrated into
    the text and also makes the code spans more readable and
    less intrusive.
    
    A synopsis class is added for the code spans that are synopsis.
    
    Signed-off-by: Jean-Noël Avila <[email protected]>
    jnavila committed May 9, 2025
    Configuration menu
    Copy the full SHA
    e5ee9b4 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. manpages: prepare for new manpage format

    This commit adds a upcoming manpage format to the AsciiDoc
    backend. The new format changes are:
    
     * The synopsis is now a section with a dedicated style. This
     "synopsis" style allows to automatically format the keywords as
     monospaced and <placeholders> as italic.
     * the backticks are now used to format synopsis-like syntax in inline
     elements.
    
    The parsing of synopsis is done with a new AsciiDoc extension that
    makes use of the PEG parser parslet.
    
    All the asciidoc manpages sources are processed with this
    extension. It may upset the formatting for older manpages, making it
    not consistent across a page, but this will be a mild side effect, as
    this was not really consistent before.
    
    Signed-off-by: Jean-Noël Avila <[email protected]>
    jnavila committed May 21, 2025
    Configuration menu
    Copy the full SHA
    55d6fca View commit details
    Browse the repository at this point in the history
Loading