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: stefanzweifel/git-auto-commit-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.6.0
Choose a base ref
...
head repository: stefanzweifel/git-auto-commit-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.7.0
Choose a head ref
  • 20 commits
  • 7 files changed
  • 4 contributors

Commits on Oct 11, 2020

  1. Fix Typo in Changelog

    stefanzweifel committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    44aeb24 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    francescobianco authored Oct 11, 2020
    Configuration menu
    Copy the full SHA
    18a94e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Merge pull request #111 from francescobianco/patch-1

    Update README.md
    stefanzweifel authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    9c1e5d1 View commit details
    Browse the repository at this point in the history
  2. Fix checking out branch names with / chars

    If git can't automatically figure out if the argument is a branch or
    a path, it will need to be told explicitly by using `--`:
    
        Use '--' to separate paths from revisions, like this:
        'git <command> [<revision>...] -- [<file>...]'
    
    Fixes: #106
    docwhat committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    f905f00 View commit details
    Browse the repository at this point in the history
  3. Update Tests

    stefanzweifel committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    872d72f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #113 from docwhat/pr/complex-branches-2

    Fix checking out branch names with / chars
    stefanzweifel authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    8700c3b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Rename Test

    stefanzweifel committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    7f67b0b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Ignore shellchecks

    stefanzweifel committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    6456430 View commit details
    Browse the repository at this point in the history
  2. Add checkout_options

    stefanzweifel committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    0ee9fb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    849613a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfdb7e6 View commit details
    Browse the repository at this point in the history
  5. Disable Markdown Linter

    stefanzweifel committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    b9e4cea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ba48c6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #115 from stefanzweifel/feature/checkout-options

    Feature: Checkout Options
    stefanzweifel authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    47c7242 View commit details
    Browse the repository at this point in the history
  8. Update Changelog

    stefanzweifel committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    653ea71 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    b833fe0 View commit details
    Browse the repository at this point in the history
  2. Upgrade bats to v1.2.1

    stefanzweifel committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    90cedba View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Update README

    stefanzweifel committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    042c326 View commit details
    Browse the repository at this point in the history
  2. Update README

    stefanzweifel committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    e361041 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Tag v4.7.0

    stefanzweifel committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    8f5b58c View commit details
    Browse the repository at this point in the history
Loading