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: refactor/redo-cli
Choose a head ref
  • 9 commits
  • 19 files changed
  • 1 contributor

Commits on Jun 10, 2022

  1. setup for the cli redo

    barelyhuman committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    2aa7eec View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. feat: generator subcommand implementation

    implement the base set of functionality for the
    generator command
    TODO: should improve the naming of the internal structs
    barelyhuman committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    e3445f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ca3d6f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    c004158 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. add commit and push

    barelyhuman committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    70669cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c84ada6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1eb568d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. feat(releaser): add init and pre-tag handlers

    will add support for using the init flag and
    pre-tag flags on the release command
    also adds a sub feature for the path flag
    barelyhuman committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    30ff5cd View commit details
    Browse the repository at this point in the history
  2. chore: swap debugging logger with stderr printer

    removes the logger as most of the logical part has been
    now tested
    barelyhuman committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    8a59c29 View commit details
    Browse the repository at this point in the history
Loading