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: docker/cli-docs-tool
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: docker/cli-docs-tool
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.1
Choose a head ref
  • 6 commits
  • 7 files changed
  • 4 contributors

Commits on Dec 26, 2022

  1. markdown: replace new line in usage

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    5bd820d View commit details
    Browse the repository at this point in the history
  2. readme: fix badge

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    6de4bc9 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Merge pull request #33 from crazy-max/usage-newline

    markdown: replace new line in usage
    thaJeztah authored Dec 27, 2022
    Configuration menu
    Copy the full SHA
    64ee549 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. markdown: use stringbuilder.WriteString()

    This makes my IDE happier, as there's less unhandled errors.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    ca8c2e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. markdown: format generated tables to have equal-width columns

    This makes the tables more readable when reading the source code.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    6f4440b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from thaJeztah/pretty_markdown_table

    markdown: format generated tables to have equal-width columns
    crazy-max authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    91110f2 View commit details
    Browse the repository at this point in the history
Loading