Name: | git-publish |
---|---|
Version: | 1.4.2 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 41547 |
License: | MIT |
RPM: | git-publish-1.4.2-2.el7.noarch.rpm |
Source RPM: | git-publish-1.4.2-2.el7.src.rpm |
Build Date: | Tue Dec 12 2017 |
Build Host: | x86-ol6-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/stefanha/git-publish |
Summary: | Prepare and store patch revisions as git tags |
Description: | git-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. |
- Add missing BuildRequires: pythonX-devel
- Further Python 2 & 3 character encoding fixes
- Fix UTF-8 output from git(1) commands
- Python 3 support - Report unexpected changes to temporary directory - Fix broken hooks path function
- 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
- Honor git-config(1) pushDefault/pushRemote options - Display git-send-email(1) CC list before sending - Fix git-publish --setup when run outside of a git repo
- git-publish 1.1