Skip to content

Releases: ruby-git/ruby-git

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