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: gitryarlagadda/ShellScriptFormatter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: osalvador/ShellScriptFormatter
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.
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 8, 2016

  1. Update beauty.sh

    1. remove extra spaces after line endings
    1. Replace backtick syntax with shell substitution `$()`
    1. Typos
    1. Replace `expr` with shell arithmetic
    1. Quote args (for filenames that may have spaces)
    1. Simplified variable default setting syntax
    1. comment on `: > $FILEFORMATTED`
    1. use `env` to determine `bash`
    1. Space setting code doesn't work when a spaces arg is provided
    JayGoldberg committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    c3e13e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2017

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