Changelog for
ruby2.5-rubygem-git-1.5.0-lp150.1.2.x86_64.rpm :
* Wed Sep 05 2018 cooloAATTsuse.com- updated to version 1.5.0 CHANGELOG removed upstream
* Wed May 16 2018 factory-autoAATTkulow.org- updated to version 1.4.0 see installed CHANGELOG
* Fri Feb 26 2016 cooloAATTsuse.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 08 2015 cooloAATTsuse.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 2013 cooloAATTsuse.com- updated to version 1.2.6
* Fri Jun 11 2010 mrueckertAATTsuse.de- use rubygems_requires macro
* Wed Dec 23 2009 prusnakAATTsuse.cz- created package