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: ruby-git/ruby-git
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: singpolyma/ruby-git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 3, 2016

  1. Add support for unshallow

    singpolyma committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    cbc1444 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2016

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

Commits on Nov 20, 2016

  1. Support clone option --no-single-branch

    For shallow clones that can still see all branches.
    singpolyma committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    50a3caf View commit details
    Browse the repository at this point in the history
  2. Allow passing extra environment variables

    This allows env vars to be set only when needed, and in a thread-safe
    way (so long as only things run using the gem read the env vars in
    question).
    singpolyma committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    7805c71 View commit details
    Browse the repository at this point in the history
  3. Allow specifying ref patterns to fetch

    Mostly useful when fetching from a specific URL.
    singpolyma committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    86143b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Merge pull request #1 from singpolyma/extra-env

    Allow passing extra environment variables
    ericroberts authored Nov 30, 2016
    Configuration menu
    Copy the full SHA
    a04963e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from singpolyma/no-single-branch

    No single branch
    ericroberts authored Nov 30, 2016
    Configuration menu
    Copy the full SHA
    a3b3456 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from singpolyma/fetch-refs

    Allow specifying ref patterns to fetch
    ericroberts authored Nov 30, 2016
    Configuration menu
    Copy the full SHA
    c3f3679 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2016

  1. Get away, private

    singpolyma committed Dec 3, 2016
    Configuration menu
    Copy the full SHA
    8e05fa6 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

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