Thu, 16 May 2024 00:19:18 UTC | login

Information for build git-publish-1.8.2-1.fc40

ID297886
Package Namegit-publish
Version1.8.2
Release1.fc40
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
StartedMon, 18 Mar 2024 15:22:45 UTC
CompletedMon, 18 Mar 2024 15:22:45 UTC
Tags
f40
f41
RPMs
src
git-publish-1.8.2-1.fc40.src.rpm (info) (download)
noarch
git-publish-1.8.2-1.fc40.noarch.rpm (info) (download)
Changelog * Tue Feb 06 2024 Stefan Hajnoczi <stefanha@gmail.com> - 1.8.2-1 - Add --send-email-args argument to pass git-send-email(1) arguments - Show a clear error message when the base branch does not exist * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu May 05 2022 Stefan Hajnoczi <stefanha@gmail.com> - 1.8.1-1 - Fix shell metacharacter regression with cccmd * Sat Apr 16 2022 Stefan Hajnoczi <stefanha@gmail.com> - 1.8.0-1 - Fixed character encoding when invoking git, editors, etc. - Replace NamedTemporaryFile usage since it does not work on Windows - Use the git's mbox format variant so that line endings are correct in emails - Use git format-patch --cover-from-description=none so cover letters are always populated correctly by git-publish - Print an error when invoked outside a git repo