Skip to content

Releases: ruby-git/ruby-git

Release v1.10.2

06 Jan 23:20
Compare
Choose a tag to compare

Full Changelog

  • 57f941c Release v1.10.2
  • c987a74 Add create-release, setup, and console dev scripts (#560)
  • 12e3d03 Store tempfile objects to prevent deletion during tests (#555)

Release v1.10.1

03 Jan 21:13
Compare
Choose a tag to compare

Full Changelog

v.1.10.0

20 Dec 17:02
8acec7d
Compare
Choose a tag to compare

Full Changelog

v1.9.1

07 Jul 16:48
58100b0
Compare
Choose a tag to compare

Full Changelog

v1.9.0

06 Jul 19:33
07a1167
Compare
Choose a tag to compare

Full Changelog

  • 07a1167 Release v1.9.0 (#524)
  • 8fe479b Fix worktree test when git dir includes symlinks (#522)
  • 0cef8ac feat: add --gpg-sign option on commits (#518)
  • 765df7c Adds file option to config_set to allow adding to specific git-config files (#458)
  • 8cd523a Add "g.current_branch" to Readme.md (#519)
  • 98270b6 use spaces instead of tab (#517)
  • e2fd4af test: git show should not chomp results (#513)
  • bd026d3 Remove JRuby on Windows workaround (#511)
  • d1b1711 Add gem build, install, and sanity test to CI build (#509)

v1.8.1

31 Dec 21:01
3c66e2b
Compare
Choose a tag to compare

Full Changelog

v1.8.0

31 Dec 18:38
352f688
Compare
Choose a tag to compare

Full Changelog

  • 352f688 Release v1.8.0 (#505)
  • 12f908c Add YARD documentation to ruby-git (#502)
  • a25eb1a Add cherry support to Git::Log (#97)
  • 181ace3 Fix Git module config method (#399)
  • a1202eb Allow a logger to be passed to Git.clone (#501)
  • 246af64 Update index before fetching modified files (#409)
  • 8345fec Fix issues with a HEREDOC entry in git.status (#385)
  • 0593e4f Add no-ff merge option. (#471)
  • b2f8845 Support arbitrary object name lengths (set with core.abbrev)
  • 8b3bd25 Do not call chomp! on an IO object (#500)
  • c81cc03 Calculate the default for index relative to git_dir instead of work_tree (#499)
  • d31709b Clean Code Examples in README (#456)
  • dbcd8e0 Switch CI from Travis to GitHub Actions (#498)
  • f9abb18 Allow users to provide '--refs' to 'ls-remote' (#494)
  • 55424e5 Fix keyword arg deprecation warning introduced in PR #368 (#493)
  • 7afaeab Do not always chomp output (#368)
  • 1b5256c Windows/JRuby fixes/tests/refactorings/travis-ci (#480)
  • d1908f6 Add worktree functionality (#479)
  • 896e31d Add commit --allow-empty-message option and fix empty message parsing in process_commit_log_data (#482)
  • 8766dca Added ruby-2.7 to .travis.yml (#483)

v1.7.0

25 Apr 21:45
Compare
Choose a tag to compare

Full Changelog

  • 2302673 Release v1.7.0
  • b8c6320 Disable GPG Signing in Test Config (#467)
  • 861eb71 Add no verify for commit with documentation (#454)
  • f3b439d Fix hash keys in #describe (#415)
  • 9f8e1c8 README: Use SVG Badge (#457)
  • 5391aef Git::Lib#normalize_encoding early return fix (#461)
  • 2b9629d Remove extraneous '--' from git stash save -- message
  • af4902b Fix Ruby 2.7 Deprecation Warning About Keyword Args (#453)
  • c10ca28 Fix issue with color escape codes after recent update of git binaries (#427)
  • c85dd82 Fix describe command's dirty, abbrev, candidates, and match options (#447)
  • e0a385f Fix broken link in a PR template (#444, #446)

v1.6.0

02 Feb 16:08
49db88b
Compare
Choose a tag to compare

Full Changelog

v1.6.0.pre1

20 Jan 17:40
Compare
Choose a tag to compare
v1.6.0.pre1 Pre-release
Pre-release

Full Changelog

  • b9c7c5c Release v1.6.0.pre1
  • a107e87 Update version for pre-release (#435)
  • d916b45 Fix Stalebot settings to not auto-close old issues/PRs (#433)
  • f5cd6a6 Implementation and tests required to ensure that command output encoding does not raise an exception (#405)
  • 2402674 Allow consumers to point git binary via env var (#416)
  • 9bd4407 Do not allow changes to ENV to leak from test to test (#403)
  • a4fbb6b Support merge-base (#370)
  • b7a1a67 Add support for unshallow (#377)
  • 7d43d23 Adding ruby-head and ruby 2.6 to Travis, removing C ext from repo (#382)