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: agarwaen414/elixir-pre-commit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dwyl/elixir-pre-commit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 5 files changed
  • 6 contributors

Commits on Jun 4, 2018

  1. Stash working directory before running hooks

    This addresses dwyl#12, where broken code could pass through the pre-commit checks.
    Brett Bethke committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    cdef380 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dwyl#28 from agarwaen414/master

    create .git/hooks directory if it doesn't exist
    finnhodgkin authored Jun 4, 2018
    Configuration menu
    Copy the full SHA
    3cac5f8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request dwyl#30 from bb4242/master

    Stash working directory before running hooks
    finnhodgkin authored Jun 4, 2018
    Configuration menu
    Copy the full SHA
    9d101a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc185ad View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Merge pull request dwyl#31 from dwyl/version-tick

    Tick mix version numbers
    nelsonic authored Jun 6, 2018
    Configuration menu
    Copy the full SHA
    51f9b67 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. Configuration menu
    Copy the full SHA
    789e5d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dwyl#34 from dwyl/33-doc-updates

    adds needed git version and note about deleted files to documentation
    finnhodgkin authored Jul 31, 2018
    Configuration menu
    Copy the full SHA
    e77c224 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Pasring for empty stash dwyl#35

    sashman committed May 14, 2019
    Configuration menu
    Copy the full SHA
    e626d99 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2019

  1. use better pre-commit script

    removes not needed `fi` at the end.
    see: https://github.com/koalaman/shellcheck/wiki/SC2181
    mstruebing committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    0e03bcb View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Merge pull request dwyl#36 from sashman/master

    Parsing for empty stash dwyl#35
    nelsonic authored Jun 20, 2019
    Configuration menu
    Copy the full SHA
    32aafa8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dwyl#37 from mstruebing/better-pre-commit-script

    use better pre-commit script
    nelsonic authored Jun 20, 2019
    Configuration menu
    Copy the full SHA
    bfd2b70 View commit details
    Browse the repository at this point in the history
Loading