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

Commits on Jun 27, 2016

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

    Bertrand Roussel committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    197a129 View commit details
    Browse the repository at this point in the history
  2. Fix symbol/string for options in git describe

    Bertrand Roussel committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    07076da View commit details
    Browse the repository at this point in the history
  3. Fix tabs / trailing whitespaces

    Bertrand Roussel committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    a3eaab1 View commit details
    Browse the repository at this point in the history
  4. Add 'git clone --mirror' equivalent

    Bertrand Roussel committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    405faf0 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. Provide mirror option for remote add

    Bertrand Roussel committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    a4789d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2016

  1. 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 Sep 20, 2016
    Configuration menu
    Copy the full SHA
    64b192b View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

  1. Provide merge_base

    CoRfr committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    7df9d79 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2017

  1. 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 Jan 12, 2017
    Configuration menu
    Copy the full SHA
    392b053 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2017

  1. Provide git clone --reference option

    Bertrand Roussel committed May 1, 2017
    Configuration menu
    Copy the full SHA
    bbda715 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. 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 Dec 12, 2017
    Configuration menu
    Copy the full SHA
    22a6343 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Prevent redirection from stderr to stdout

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

Commits on Jul 18, 2018

  1. Fix git-sync does not kill child git process when git-sync timeout

    Resolves: FARM-1821
    Change-Id: I845ed0022973d47b3ae25b8a95349ea644efef5d
    bthuytma committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    844deb4 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Provide git log --all option

    Resolves: FARM-1860
    Change-Id: I43acd1a6582881d1768f66763b1beb0b11b54fa0
    Anh Tran authored and Anh Tran committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    36ffa2e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Do not check for orphans on every git call

    Resolves: FARM-2721
    Change-Id: I624965e250108709394cafb9330bb01e84580e80
    Bertrand Roussel committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    0e216b9 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Provide a simple fsck command

    Resolves: FARM-2794
    Change-Id: I63b08a29fe269b2811017dcab1eeec37aa2baed1
    Bertrand Roussel committed May 3, 2019
    Configuration menu
    Copy the full SHA
    b7da88b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Support ls-remote and symbolic-ref

    Resolves: FARM-2639
    Change-Id: Ic10115f22044e7ac3a1445c96a0f931bc5427996
    vptnhan committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    8db0498 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Fix exception if exitstatus is nil

    Resolves: FARM-3344
    Change-Id: I381db30a5c8d715927f153b19287e7f7d2fc2640
    Bertrand Roussel committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    c68b42a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Manifest-utils: Highlight the Git Error in RED

    Resolves: FARM-5365
    Change-Id: Iaea71d7f98a979458e93070fb571abadbb68cd2f
    Chien Pham authored and Chien Pham committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    13aa759 View commit details
    Browse the repository at this point in the history
Loading