File rubygem-git.changes of Package rubygem-git
-------------------------------------------------------------------
Mon Jan 29 14:02:58 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- 1.19.1:
## v1.19.1 (2024-01-13)
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.19.0..v1.19.1)
Changes since v1.19.0:
* f97c57c Announce the 2.0.0 pre-release (#682)
1.19.0:
## v1.19.0 (2023-12-28)
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.18.0..v1.19.0)
Changes since v1.18.0:
* 3bdb280 Add option to push all branches to a remote repo at one time (#678)
* b0d89ac Remove calls to Dir.chdir (#673)
* e64c2f6 Refactor tests for read_tree, write_tree, and commit_tree (#679)
* 0bb965d Explicitly name remote tracking branch in test (#676)
* 8481f8c Document how to delete a remote branch (#672)
* dce6816 show .log example with count in README, fixes #667 (#668)
* b1799f6 Update test of 'git worktree add' with no commits (#670)
* dd5a24d Add --filter to Git.clone for partial clones (#663)
-------------------------------------------------------------------
Fri Nov 3 07:37:05 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- 1.13.0:
[Full Changelog](https://github.com/ruby-git/ruby-git/compare/v1.12.0...v1.13.0)
* ca8ff35 Release v1.13.0 (#603)
* 8349224 Update list of maintainers (#598)
* 4fe8738 In ls-files do not unescape file paths with eval (#602)
* 74b8e11 Add start_point option for checkout command (#597)
* ff6dcf4 Do not assume the default branch is 'master' in tests
* 8279298 Fix exception when Git is autoloaded (#594)
-------------------------------------------------------------------
Mon Aug 29 06:50:53 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.12.0
see installed CHANGELOG.md
## v1.12.0
See https://github.com/ruby-git/ruby-git/releases/tag/v1.12.0
-------------------------------------------------------------------
Thu Apr 28 05:30:38 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.11.0
see installed CHANGELOG.md
## v1.11.0
* 292087e Supress unneeded test output (#570)
* 19dfe5e Add support for fetch options "--force/-f" and "--prune-tags/-P". (#563)
* 018d919 Fix bug when grepping lines that contain numbers surrounded by colons (#566)
* c04d16e remove from maintainer (#567)
* 291ca09 Address command line injection in Git::Lib#fetch
* 521b8e7 Release v1.10.2 (#561)
See https://github.com/ruby-git/ruby-git/releases/tag/v1.11.0
-------------------------------------------------------------------
Tue Jan 25 06:58:21 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.10.2
see installed CHANGELOG.md
## v1.10.2
See https://github.com/ruby-git/ruby-git/releases/tag/v1.10.2
## 1.10.1
See https://github.com/ruby-git/ruby-git/releases/tag/v1.10.1
## 1.10.0
See https://github.com/ruby-git/ruby-git/releases/tag/v1.10.0
-------------------------------------------------------------------
Mon Jul 26 05:56:14 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 1.9.1
see installed CHANGELOG.md
## 1.9.1
See https://github.com/ruby-git/ruby-git/releases/tag/v1.9.1
## 1.9.0
See https://github.com/ruby-git/ruby-git/releases/tag/v1.9.0
-------------------------------------------------------------------
Wed Jan 20 12:41:19 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 1.8.1
see installed CHANGELOG.md
<!--
# @markup markdown
# @title Change Log
-->
-------------------------------------------------------------------
Thu May 7 20:46:15 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 1.7.0
see installed CHANGELOG.md
## 1.7.0
See https://github.com/ruby-git/ruby-git/releases/tag/v1.7.0
-------------------------------------------------------------------
Mon Feb 10 14:43:04 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 1.6.0
see installed CHANGELOG.md
## 1.6.0
See https://github.com/ruby-git/ruby-git/releases/tag/v1.6.0
## 1.6.0.pre1
See https://github.com/ruby-git/ruby-git/releases/tag/v1.6.0.pre1
-------------------------------------------------------------------
Wed Sep 5 10:16:31 UTC 2018 - coolo@suse.com
- updated to version 1.5.0
CHANGELOG removed upstream
-------------------------------------------------------------------
Wed May 16 08:02:11 UTC 2018 - factory-auto@kulow.org
- updated to version 1.4.0
see installed CHANGELOG
-------------------------------------------------------------------
Fri Feb 26 05:35:23 UTC 2016 - coolo@suse.com
- updated to version 1.3.0
see installed CHANGELOG
== 1.3.0
* Dropping Ruby 1.8.x support
== 1.2.10
* Adding Git::Diff.name_status
* Checking and fixing encoding on commands output to prevent encoding errors afterwards
-------------------------------------------------------------------
Sun Feb 8 21:24:25 UTC 2015 - coolo@suse.com
- updated to version 1.2.9.1
* Adding Git.configure (to configure the git env)
* Adding Git.ls_remote [Git.ls_remote(repo_path_or_url='.')]
* Adding Git.describe [repo.describe(objectish, opts)]
* Adding Git.show [repo.show(objectish=nil, path=nil)]
* Fixing Git::Diff to support default references (implicit references)
* Fixing Git::Diff to support diff over git .patch files
* Fixing Git.checkout when using :new_branch opt
* Fixing Git::Object::Commit to preserve its sha after fetching metadata
* Fixing Git.is_remote_branch? to actually check against remote branches
* Improvements over how ENV variables are modified
* Improving thrade safety (using --git-dir and --work-tree git opts)
* Improving Git::Object::Tag. Adding annotated?, tagger and message
* Supporting a submodule path as a valid repo
* Git.checkout - supporting -f and -b
* Git.clone - supporting --branch
* Git.fetch - supporting --prune
* Git.tag - supporting
== 1.2.8
* Keeping the old escape format for windows users
* revparse: Supporting ref names containing SHA like substrings (40-hex strings)
* Fix warnings on Ruby 2.1.2
== 1.2.7
* Fixing mesages encoding
* Fixing -f flag in git push
* Fixing log parser for multiline messages
* Supporting object references on Git.add_tag
* Including dotfiles on Git.status
* Git.fetch - supporting --tags
* Git.clean - supporting -x
* Git.add_tag options - supporting -a, -m and -s
* Added Git.delete_tag
-------------------------------------------------------------------
Fri Aug 30 10:00:30 UTC 2013 - coolo@suse.com
- updated to version 1.2.6
-------------------------------------------------------------------
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de
- use rubygems_requires macro
-------------------------------------------------------------------
Wed Dec 23 13:24:16 UTC 2009 - prusnak@suse.cz
- created package