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

Commits on Feb 20, 2018

  1. Adding options all, refspec and refspecs to git fetch

    Bertrand Roussel committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    2d4056d View commit details
    Browse the repository at this point in the history
  2. Fix symbol/string for options in git describe

    Bertrand Roussel committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    616cc23 View commit details
    Browse the repository at this point in the history
  3. Fix tabs / trailing whitespaces

    Bertrand Roussel committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    4f80898 View commit details
    Browse the repository at this point in the history
  4. Add 'git clone --mirror' equivalent

    Bertrand Roussel committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    1501943 View commit details
    Browse the repository at this point in the history
  5. Provide mirror option for remote add

    Bertrand Roussel committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    383f77f View commit details
    Browse the repository at this point in the history
  6. Provide log 'up_to' option

    There was no option to specify a log from a revision other than HEAD
    since between expects a range.
    Bertrand Roussel committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    97b9718 View commit details
    Browse the repository at this point in the history
  7. Provide merge_base

    CoRfr authored and Bertrand Roussel committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    60f429a View commit details
    Browse the repository at this point in the history
  8. Prevent error if no entry in ls_remote

    Otherwise it would fail with:
    /home/broussel/.rvm/gems/ruby-2.2.1/bundler/gems/ruby-git-7df9d79d5b63/lib/git/lib.rb:417:in
    `block (2 levels) in ls_remote': undefined method `split' for
    nil:NilClass (NoMethodError)
            from
    /home/broussel/.rvm/gems/ruby-2.2.1/bundler/gems/ruby-git-7df9d79d5b63/lib/git/lib.rb:415:in
    `each'
            from
    /home/broussel/.rvm/gems/ruby-2.2.1/bundler/gems/ruby-git-7df9d79d5b63/lib/git/lib.rb:415:in
    `block in ls_remote'
            from
    /home/broussel/.rvm/gems/ruby-2.2.1/bundler/gems/ruby-git-7df9d79d5b63/lib/git/lib.rb:414:in
    `tap'
            from
    /home/broussel/.rvm/gems/ruby-2.2.1/bundler/gems/ruby-git-7df9d79d5b63/lib/git/lib.rb:414:in
    `ls_remote'
            from
    /home/broussel/.rvm/gems/ruby-2.2.1/bundler/gems/ruby-git-7df9d79d5b63/lib/git.rb:149:in
    `ls_remote'
    Bertrand Roussel committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    f24b665 View commit details
    Browse the repository at this point in the history
  9. Provide git clone --reference option

    Bertrand Roussel committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    7e4a1f9 View commit details
    Browse the repository at this point in the history
  10. Discard stderr

    Some unexpected errors sometime makes it into the output.
    
    For instance, on git describe
        warning: tag 'v2.10' is really '17.05.0' here
        v2.10
    
    Instead of having the standard error leaked into the output,
    just discard it.
    Bertrand Roussel committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    f2ef06c View commit details
    Browse the repository at this point in the history
  11. Prevent redirection from stderr to stdout

    Bertrand Roussel committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    bc4e9e3 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. Provide a simple fsck command

    Bertrand Roussel committed May 8, 2018
    Configuration menu
    Copy the full SHA
    867cafe View commit details
    Browse the repository at this point in the history
Loading