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.15.4
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.16.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 4 contributors

Commits on Nov 5, 2022

  1. Update CHANGELOG

    stefanzweifel authored and github-actions[bot] committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    3dce995 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

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

Commits on Nov 15, 2022

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

Commits on Dec 1, 2022

  1. Fix "nothing to commit" error with LF/CRLF changes #241 (#265)

    * fix crlf test
    
    * add diff check before commit
    
    * add dirty check flag (not sure if needed)
    
    * Update test name and add more assertions
    
    Update test name to make it clear that the Action no longer fails to detect CRLF changes.
    
    * Add Comment to explain why we use git-diff again
    
    * Add test to confirm content changes are commited
    
    * Closes #241 
    
    Co-authored-by: Stefan Zweifel <[email protected]>
    ZeroRin and stefanzweifel authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    3ea6ae1 View commit details
    Browse the repository at this point in the history
Loading