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: 44acad4
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: 734e085
Choose a head ref
  • 8 commits
  • 12 files changed
  • 1 contributor

Commits on Mar 2, 2023

  1. Make it easier to run test files from the command line (#635)

    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    2b1974c View commit details
    Browse the repository at this point in the history
  2. #push without args should do same as git push with no args (#636)

    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    0c908da View commit details
    Browse the repository at this point in the history
  3. #checkout without args should do same as git checkout with no args (#…

    …637)
    
    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    d33d563 View commit details
    Browse the repository at this point in the history
  4. #branch name should default to current branch instead of master (#…

    …638)
    
    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    3dda040 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Remote#branch and #merge should default to current branch instead of …

    …"master" (#639)
    
    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    7d8848c View commit details
    Browse the repository at this point in the history
  2. Fix parsing of symbolic refs in Git::Lib#branches_all (#640)

    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    5c6833f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Fix parsing when in detached HEAD state in Git::Lib#branches_all (#641)

    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    536df08 View commit details
    Browse the repository at this point in the history
  2. Release v1.16.0

    Signed-off-by: James Couball <jcouball@yahoo.com>
    jcouball committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    734e085 View commit details
    Browse the repository at this point in the history
Loading