Wed, 15 May 2024 18:12:09 UTC | login

Information for build git-publish-1.5.0-1.fc31

ID97727
Package Namegit-publish
Version1.5.0
Release1.fc31
Epoch
SummaryPrepare and store patch revisions as git tags
Descriptiongit-publish handles repetitive and time-consuming details of managing patch email submission. It works with individual patches as well as patch series and has support for pull request emails. Each revision is stored as a git tag including the cover letter (if any). This makes it easy to refer back to previous revisions of a patch. Numbering is handled automatically and the To:/Cc: email addresses are remembered across revisions to save you retyping them. Many projects have conventions for submitting patches. It is possible to encode them as a .gitpublish file and hooks/ scripts. This automatically uses the right settings and can run a coding style checker or linting tools before emails are sent.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 24 Jul 2019 09:30:42 UTC
CompletedWed, 24 Jul 2019 09:30:42 UTC
Tags
f31
RPMs
src
git-publish-1.5.0-1.fc31.src.rpm (info) (download)
noarch
git-publish-1.5.0-1.fc31.noarch.rpm (info) (download)
Changelog * Sat Apr 20 2019 Stefan Hajnoczi <stefanha@gmail.com> - 1.5.0-1 - Add --keyid parameter - Add --no-binary parameter - Fix character set issues by honoring the local encoding * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Oct 29 2018 Stefan Hajnoczi <stefanha@gmail.com> - 1.4.4-4 - Add missing git-email package dependency * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro HronĨok <mhroncok@redhat.com> - 1.4.4-2 - Rebuilt for Python 3.7 * Mon Jun 18 2018 Stefan Hajnoczi <stefanha@gmail.com> - 1.4.4-1 - Merge To: list but offer --override-to to stop this behavior - Add --blurb-template for cover-letter templates - Pass through extra arguments to git-format-patch(1) - Add missing UTF-8 encoding for 's'elect menu item - Don't treat config strings as lists in Python 3 * Wed Apr 18 2018 Stefan Hajnoczi <stefanha@gmail.com> - 1.4.3-1 - Add 's' menu command to select a subset of patches to send - Use UTF-8 encoding for annotated tags - Use a cover letter by default for pull requests - Convert README.rst to git-publish.pod man page - Add --no-sign-pull option to skip pull request signing - Run cccmd in the top-level directory - Show meaningful error message when run outside top-level directory * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Nov 08 2017 Stefan Hajnoczi <stefanha@gmail.com> - 1.4.2-2 - Add missing BuildRequires: pythonX-devel * Mon Nov 06 2017 Stefan Hajnoczi <stefanha@gmail.com> - 1.4.2-1 - Further Python 2 & 3 character encoding fixes * Sat Nov 04 2017 Stefan Hajnoczi <stefanha@gmail.com> - 1.4.1-1 - Fix UTF-8 output from git(1) commands * Thu Nov 02 2017 Stefan Hajnoczi <stefanha@gmail.com> - 1.4-1 - Python 3 support - Report unexpected changes to temporary directory - Fix broken hooks path function * Mon Aug 21 2017 Stefan Hajnoczi <stefanha@gmail.com> - 1.3-1 - Add 'e' menu command to edit patches - Add --notes options for git-notes(1) users - Replace DEBUG with -v/--verbose option - Fix git_config_with_profile() profile variable lookup - Fix --pull-request error when remote cannot be determined - Support worktrees when invoking hooks - Improve git error handling