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: v1.11.0
Choose a base ref
...
head repository: ruby-git/ruby-git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.0
Choose a head ref
  • 12 commits
  • 18 files changed
  • 3 contributors

Commits on Apr 18, 2022

  1. Use the head version of yard (#573)

    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    0a43d8b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Add Git::URL #parse and #clone_to methods (#575)

    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    13471d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Make Git::URL.clone_to handle cloning to bare and mirror repos (#577)

    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    b92130c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Make the directory param to Git.clone optional (#578)

    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    45b467c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Update README.md (#580)

    mslinn authored May 17, 2022
    Configuration menu
    Copy the full SHA
    5f0adec View commit details
    Browse the repository at this point in the history
  2. Workaround to get JRuby build working (#582)

    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored May 17, 2022
    Configuration menu
    Copy the full SHA
    1b13ec1 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. Support the --all option for git fetch (#583)

    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored May 21, 2022
    Configuration menu
    Copy the full SHA
    6f2b3fd View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Fix windows build (#591)

    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    4a96679 View commit details
    Browse the repository at this point in the history
  2. Allow the CI build to be run manually using the GitHub interface (#590)

    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    609ab8b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Use yard gem version 0.9.8 or later instead of HEAD from GitHub (#592)

    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    323383b View commit details
    Browse the repository at this point in the history
  2. Support the commit --no-gpg-sign flag (#589)

    Support the commit --no-gpg-sign flag 
    Signed-off-by: Bradley Buda <bradleybuda@gmail.com>
    bradleybuda authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    e58cd29 View commit details
    Browse the repository at this point in the history
  3. Release v1.12.0

    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    ea79dad View commit details
    Browse the repository at this point in the history
Loading