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: jsmits/github-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sc68cal/github-cli
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.
  • 8 commits
  • 3 files changed
  • 3 contributors

Commits on Mar 16, 2011

  1. Add GITHUB_USER/GITHUB_TOKEN support

    bitprophet authored and Sean M. Collins committed Mar 16, 2011
    Configuration menu
    Copy the full SHA
    febcdc9 View commit details
    Browse the repository at this point in the history
  2. Setuptools shouldn't be a requirement

    bitprophet authored and Sean M. Collins committed Mar 16, 2011
    Configuration menu
    Copy the full SHA
    bcdfa5a View commit details
    Browse the repository at this point in the history
  3. Removed unusued imports.

    JNRowe authored and Sean M. Collins committed Mar 16, 2011
    Configuration menu
    Copy the full SHA
    840887b View commit details
    Browse the repository at this point in the history
  4. Use the standard library version of simplejson, if available.

    simplejson has been included since Python 2.6, but the version included is not
    new enough to pass the testsuite.  This change marks simplejson as a dependency
    for Python 2.6 and earlier, but allows the use of the standard library json
    modyle in newer releases.
    JNRowe authored and sc68cal committed Mar 16, 2011
    Configuration menu
    Copy the full SHA
    4269988 View commit details
    Browse the repository at this point in the history
  5. Setuptools shouldn't be a requirement

    bitprophet authored and sc68cal committed Mar 16, 2011
    Configuration menu
    Copy the full SHA
    7ec9ffa View commit details
    Browse the repository at this point in the history
  6. Removed unusued imports.

    JNRowe authored and sc68cal committed Mar 16, 2011
    Configuration menu
    Copy the full SHA
    7e3d987 View commit details
    Browse the repository at this point in the history
  7. Use the standard library version of simplejson, if available.

    simplejson has been included since Python 2.6, but the version included is not
    new enough to pass the testsuite.  This change marks simplejson as a dependency
    for Python 2.6 and earlier, but allows the use of the standard library json
    modyle in newer releases.
    JNRowe authored and sc68cal committed Mar 16, 2011
    Configuration menu
    Copy the full SHA
    f3356df View commit details
    Browse the repository at this point in the history
  8. Merge branch 'features' of github.com:sc68cal/github-cli into features

    Conflicts:
    	src/github/utils.py
    sc68cal committed Mar 16, 2011
    Configuration menu
    Copy the full SHA
    82de338 View commit details
    Browse the repository at this point in the history
Loading