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: pallet/script-exec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: pallet/script-exec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: support/0.4
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 9 files changed
  • 1 contributor

Commits on Dec 10, 2015

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

Commits on Apr 21, 2016

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

Commits on Apr 26, 2016

  1. Make clojure a provided scope dependency

    Updates to clojure 1.7
    hugoduncan committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    0c2e1f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76c5e03 View commit details
    Browse the repository at this point in the history
  3. Remove in use connections from cache

    This addresses several issuse with the caching of ssh connections.  It
    ensures that in-use connections are removed from the cache, so they do
    not expire.  This can obviate "Corrupt packet" exceptions from Jsch
    which occured when an in-use connection was expired.
    hugoduncan committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    8d5a156 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df97345 View commit details
    Browse the repository at this point in the history
Loading