Releases: ruby-git/ruby-git
Releases · ruby-git/ruby-git
v1.8.1
v1.8.0
- 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
- 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
v1.6.0.pre1
- 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
- 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
- c8d1012 Release 1.4.0
- 64c6fa0 Update gemspec (#366)
- b48231e Enable set url on remotes (#338)
- 819d0d8 Enable mirror option for git clone and push (#342)
- fe680f8 Fix UTF-8 message errors (#327)
- 667de5a Added probot stale config (#354)
- a6288fc Tweaking yaml build to reveal git version (#356)
- 5507d98 Fix ls-files for git 2.16 (#350)
- 4686675 Added boolean functions for git status (#348)
- 47e3f07 Travis: Fixed unit tests to run again (#344)
- 7dde1c7 Whitespace fixes.
- 37b38b5 Update README.md
v1.3.0
v1.2.10
- 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 viaGit.configure
closes #212 - 308281f Update README.md