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: b7da131
Choose a base ref
...
head repository: svl7/ruby-git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ed4d95f
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jun 5, 2020

  1. Add: Support multiple --config options in clone

    Makes opts[:config] in Git.clone accept an Array of <key>=<value> pairs
    so that multiple --config options can be passed to the clone command.
    A single config entry can still be passed as a String.
    
    Signed-off-by: Marco Rüdisüli <git@rudisu.li>
    Signed-off-by: Marco Rüdisüli <Marco.Ruedisueli@swisscom.com>
    Marco Rüdisüli authored and sccoas committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    ed4d95f View commit details
    Browse the repository at this point in the history
Loading