-
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