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: barelyhuman/commitlog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: barelyhuman/commitlog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pr-1-rebase
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 3 files changed
  • 1 contributor

Commits on Dec 30, 2020

  1. Add SPDX-License-Identifier

    tgulacsi authored and barelyhuman committed Dec 30, 2020
    Copy the full SHA
    9a36c00 View commit details
  2. Rename "utils", change GenerateMarkdown to WriteMarkdown

    "utils" says nothing, so rename it to "repo".
    
    GenerateMarkdown builds a string with += in memory - change it to Write to a given Writer,
    which can be anything - from strings.Builder to os.Stdout or a *os.File.
    tgulacsi authored and barelyhuman committed Dec 30, 2020
    Copy the full SHA
    dcea515 View commit details
  3. Copy the full SHA
    2a99892 View commit details
  4. Copy the full SHA
    f292cd8 View commit details
  5. Remove extra log.Fatal leftover

    tgulacsi authored and barelyhuman committed Dec 30, 2020
    Copy the full SHA
    3083d91 View commit details
  6. Only call log.Fatal in main(), nowhere else

    log.Fatal terminates the program - better propagate the error up to main()
    tgulacsi authored and barelyhuman committed Dec 30, 2020
    Copy the full SHA
    7e99332 View commit details
Loading