Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add link shortening option #21

Merged
merged 3 commits into from Nov 11, 2012
Merged

add link shortening option #21

merged 3 commits into from Nov 11, 2012

Commits on Nov 10, 2012

  1. add link shortening option

    This commit gives jist the new ability to shorten gist URLs using
    GitHub's URL shortener, git.io. It adds two options on the command
    line (`-s` and `--shorten`).
    
    If the shortening step fails, or if git.io is down, jist will just
    return the normal, unshortened version.
    dlo committed Nov 10, 2012
    Copy the full SHA
    8251a77 View commit details
    Browse the repository at this point in the history
  2. remove extraneous else statement

    dlo committed Nov 10, 2012
    Copy the full SHA
    af2c0d1 View commit details
    Browse the repository at this point in the history
  3. add tests for shorten option

    dlo committed Nov 10, 2012
    Copy the full SHA
    9bf41b7 View commit details
    Browse the repository at this point in the history