Wed, 15 May 2024 19:58:48 UTC | login

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

ID154481
Package Namegit-publish
Version1.6.1
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
StartedTue, 31 Mar 2020 12:19:27 UTC
CompletedTue, 31 Mar 2020 12:19:27 UTC
Tags
f33
RPMs
src
git-publish-1.6.1-1.fc33.src.rpm (info) (download)
noarch
git-publish-1.6.1-1.fc33.noarch.rpm (info) (download)
Changelog * 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 * 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