Skip to content

Releases: ruby-git/ruby-git

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)

v1.5.0

10 Aug 07:59
Compare
Choose a tag to compare

Full Changelog

  • fd2642a Release v1.5.0
  • 6d5bacd removing un-needed file as we are now using Git::VERSION from inside the lib/git (#379)
  • 9341416 using File as a block so that it tears down once everything has completed, adding a API directly in stashes, and adding testing around it. (#378)
  • 7ff5d78 Support 'push --delete' (#325)
  • f911c26 commit with custom author date (#374)
  • 3bbf612 Check if branch contains commit (#174)
  • 27715e9 .travis.yml: Update supported Ruby versions (#371)
  • d5b0ec0 process_full_diff: Don't reencode diffs which are already UTF-8 (#369)
  • 4435e08 config_get: Fix incorrect block name (#373)
  • e7f1880 Allow fetch operation to receive a ref param (#362)
  • d1ab2c7 Fix space prefix in tag message (#316)
  • 4aa6d1f Creates CONTRIBUTOR and MAINTAINERS files (#353)

v1.4.0

16 May 06:50
Compare
Choose a tag to compare

Full Changelog

v1.3.0

16 May 06:44
Compare
Choose a tag to compare

Full Changelog

  • a223fcf Bump version 1.3.0 Dropping ruby 1.8.x support
  • 3bc4f5e removing ree and ruby 1.8.7 from travis

v1.2.10

16 May 06:44
Compare
Choose a tag to compare

Full Changelog

  • 6f48447 Adding before install to travis. (update bundler)
  • b224195 Allowing failure on travis for tuby 1.8.x
  • 64a2bdd Bump version - 1.2.10
  • bddcc9f Merge branch 'master' into diff_name_status
  • 69bae05 Updating String#encode usage to prevent silly type errors with its params
  • 0cb1230 Merge branch 'bakku-master'
  • c7a6983 Updating git rm docs
  • 9d963a3 Merge branch 'master' of https://github.com/bakku/ruby-git into bakku-master
  • 1feb6eb Merge pull request #276 from davidvartanian/master
  • fd86ddd Fix the encoding issue - 'split': invalid byte sequence in UTF-8 (Argument Error) #190 - from up-to-date master
  • 1668f1f added support for git rm --cached
  • 72d7a3d Adding Git::Diff.name_status support
  • 14738bb fix git ssh env usage
  • cc6d6ef Updating version (1.2.9.1)
  • 47051ed Preventing Git::Config.git_ssh from overwriting the previously set GIT_SSH env value unless a custom value is set via Git.configure closes #212
  • 308281f Update README.md