Thu, 18 Apr 2024 07:24:25 UTC | login

Information for build git-publish-1.7.0-1.fc33

ID194032
Package Namegit-publish
Version1.7.0
Release1.fc33
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
StartedThu, 08 Apr 2021 16:48:31 UTC
CompletedThu, 08 Apr 2021 16:48:31 UTC
Tags
f33
f37
f38
RPMs
src
git-publish-1.7.0-1.fc33.src.rpm (info) (download)
noarch
git-publish-1.7.0-1.fc33.noarch.rpm (info) (download)
Changelog * Wed Mar 10 2021 Stefan Hajnoczi <stefanha@gmail.com> - 1.7.0-1 - Add parameter "--separate-send/-S" for better email threading when resending part of a patch series - Windows fixes - Fix --no-check-url error message output - Email encoding fixes * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Mar 30 2020 Stefan Hajnoczi <stefanha@gmail.com> - 1.6.1-1 - Fix Subject: line wrap - Use --batch-size when using --relogin-delay * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jan 03 2020 Stefan Hajnoczi <stefanha@gmail.com> - 1.6.0-1 - Add --add-header option for adding git-format-patch(1) email headers - Allow git-publish --edit during rebase - Fix --keyid for specifying a GPG key - Fix --edit in worktree - Fix configuration file precedence (.gitpublish, .git/config, ~/.gitconfig) - Fix --no-cover-letter with empty tag messages - Python 3 fixes * Thu Oct 03 2019 Stefan Hajnoczi <stefanha@gmail.com> - 1.5.1-1 - Fix always-on --no-binary parameter - Include git command-line in error messages - Print git-format-patch(1) errors - Print an error when publishing a base branch (like 'master') * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * 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